Home
last modified time | relevance | path

Searched refs:mCropHeight (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/colorconversion/
DSoftwareRenderer.cpp56 mCropHeight(0), in SoftwareRenderer()
103 mCropHeight = mCropBottom - mCropTop + 1; in resetFormatIfChanged()
108 size_t bufHeight = mCropHeight; in resetFormatIfChanged()
119 bufHeight = (mCropHeight + 1) & ~1; in resetFormatIfChanged()
126 bufHeight = (mCropHeight + 1) & ~1; in resetFormatIfChanged()
134 bufHeight = (mCropHeight + 1) & ~1; in resetFormatIfChanged()
152 CHECK(mCropHeight > 0); in resetFormatIfChanged()
230 Rect bounds(mCropWidth, mCropHeight); in render()
245 0, 0, mCropWidth - 1, mCropHeight - 1); in render()
262 for (int y = 0; y < mCropHeight; ++y) { in render()
[all …]
/frameworks/av/media/libstagefright/include/
DSoftwareRenderer.h55 int32_t mCropWidth, mCropHeight; variable
DSoftVideoDecoderOMXComponent.h131 uint32_t mCropLeft, mCropTop, mCropWidth, mCropHeight; member
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
DSoftAVC.cpp230 mCropHeight == crop.cropOutHeight) { in handleCropParams()
237 mCropHeight = crop.cropOutHeight; in handleCropParams()
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
DSoftMPEG4.cpp352 if (mCropWidth != disp_width || mCropHeight != disp_height) { in handlePortSettingsChange()
356 mCropHeight = disp_height; in handlePortSettingsChange()
/frameworks/av/media/libstagefright/omx/
DSoftVideoDecoderOMXComponent.cpp63 mCropHeight(height), in SoftVideoDecoderOMXComponent()
179 mCropHeight = mHeight; in updatePortDefinitions()
540 rectParams->nHeight = mCropHeight; in getConfig()