Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp58 mCropHeight(0), in SoftwareRenderer()
123 mCropHeight = mCropBottom - mCropTop + 1; in resetFormatIfChanged()
128 size_t bufHeight = mCropHeight; in resetFormatIfChanged()
139 bufHeight = (mCropHeight + 1) & ~1; in resetFormatIfChanged()
146 bufHeight = (mCropHeight + 1) & ~1; in resetFormatIfChanged()
154 bufHeight = (mCropHeight + 1) & ~1; in resetFormatIfChanged()
192 CHECK(mCropHeight > 0); in resetFormatIfChanged()
275 Rect bounds(mCropWidth, mCropHeight); in render()
311 for (int y = 0; y < mCropHeight; ++y) { in render()
335 for (int y = 0; y < mCropHeight; ++y) { in render()
[all …]
/aosp12/frameworks/av/media/libstagefright/include/
H A DSoftwareRenderer.h56 int32_t mCropWidth, mCropHeight; variable
/aosp12/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp348 if (mCropWidth != disp_width || mCropHeight != disp_height) { in handlePortSettingsChange()
352 mCropHeight = disp_height; in handlePortSettingsChange()
/aosp12/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp63 mCropHeight(height), in SoftVideoDecoderOMXComponent()
182 mCropHeight = mHeight; in updatePortDefinitions()
554 rectParams->nHeight = mCropHeight; in getConfig()
/aosp12/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
H A DSoftVideoDecoderOMXComponent.h145 uint32_t mCropLeft, mCropTop, mCropWidth, mCropHeight; member