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