Home
last modified time | relevance | path

Searched refs:mCropWidth (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/colorconversion/
DSoftwareRenderer.cpp57 mCropWidth(0), in SoftwareRenderer()
122 mCropWidth = mCropRight - mCropLeft + 1; in resetFormatIfChanged()
127 size_t bufWidth = mCropWidth; in resetFormatIfChanged()
138 bufWidth = (mCropWidth + 1) & ~1; in resetFormatIfChanged()
145 bufWidth = (mCropWidth + 1) & ~1; in resetFormatIfChanged()
153 bufWidth = (mCropWidth + 1) & ~1; in resetFormatIfChanged()
169 bufWidth = (mCropWidth + 1) & ~1; in resetFormatIfChanged()
191 CHECK(mCropWidth > 0); in resetFormatIfChanged()
275 Rect bounds(mCropWidth, mCropHeight); in render()
302 0, 0, mCropWidth - 1, mCropHeight - 1); in render()
[all …]
/frameworks/av/media/libstagefright/include/
DSoftwareRenderer.h56 int32_t mCropWidth, mCropHeight; variable
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
DSoftMPEG4.cpp348 if (mCropWidth != disp_width || mCropHeight != disp_height) { in handlePortSettingsChange()
351 mCropWidth = disp_width; in handlePortSettingsChange()
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DSoftVideoDecoderOMXComponent.h145 uint32_t mCropLeft, mCropTop, mCropWidth, mCropHeight; member
/frameworks/av/media/libstagefright/omx/
DSoftVideoDecoderOMXComponent.cpp62 mCropWidth(width), in SoftVideoDecoderOMXComponent()
181 mCropWidth = mWidth; in updatePortDefinitions()
553 rectParams->nWidth = mCropWidth; in getConfig()