Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/colorconversion/
DSoftwareRenderer.cpp54 mCropHeight(0), in SoftwareRenderer()
101 mCropHeight = mCropBottom - mCropTop + 1; in resetFormatIfChanged()
106 size_t bufHeight = mCropHeight; in resetFormatIfChanged()
117 bufHeight = (mCropHeight + 1) & ~1; in resetFormatIfChanged()
124 bufHeight = (mCropHeight + 1) & ~1; in resetFormatIfChanged()
132 bufHeight = (mCropHeight + 1) & ~1; in resetFormatIfChanged()
150 CHECK(mCropHeight > 0); in resetFormatIfChanged()
228 Rect bounds(mCropWidth, mCropHeight); in render()
243 0, 0, mCropWidth - 1, mCropHeight - 1); in render()
260 for (int y = 0; y < mCropHeight; ++y) { in render()
[all …]
/frameworks/av/media/libstagefright/include/
DSoftwareRenderer.h55 int32_t mCropWidth, mCropHeight; variable
DSoftVideoDecoderOMXComponent.h94 uint32_t mCropLeft, mCropTop, mCropWidth, mCropHeight; member
/frameworks/av/media/libstagefright/omx/
DSoftVideoDecoderOMXComponent.cpp63 mCropHeight(height), in SoftVideoDecoderOMXComponent()
161 mCropHeight = mHeight; in updatePortDefinitions()
469 rectParams->nHeight = mCropHeight; in getConfig()
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
DSoftMPEG4.cpp319 if (mCropWidth != disp_width || mCropHeight != disp_height) { in handlePortSettingsChange()
323 mCropHeight = disp_height; in handlePortSettingsChange()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
DSoftAVC.cpp230 mCropHeight == crop.cropOutHeight) { in handleCropParams()
237 mCropHeight = crop.cropOutHeight; in handleCropParams()