Searched refs:mCropHeight (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/media/libstagefright/colorconversion/ |
D | SoftwareRenderer.cpp | 54 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/ |
D | SoftwareRenderer.h | 55 int32_t mCropWidth, mCropHeight; variable
|
D | SoftVideoDecoderOMXComponent.h | 94 uint32_t mCropLeft, mCropTop, mCropWidth, mCropHeight; member
|
/frameworks/av/media/libstagefright/omx/ |
D | SoftVideoDecoderOMXComponent.cpp | 63 mCropHeight(height), in SoftVideoDecoderOMXComponent() 161 mCropHeight = mHeight; in updatePortDefinitions() 469 rectParams->nHeight = mCropHeight; in getConfig()
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/ |
D | SoftMPEG4.cpp | 319 if (mCropWidth != disp_width || mCropHeight != disp_height) { in handlePortSettingsChange() 323 mCropHeight = disp_height; in handlePortSettingsChange()
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/ |
D | SoftAVC.cpp | 230 mCropHeight == crop.cropOutHeight) { in handleCropParams() 237 mCropHeight = crop.cropOutHeight; in handleCropParams()
|