Searched refs:mCropWidth (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/media/libstagefright/colorconversion/ |
D | SoftwareRenderer.cpp | 55 mCropWidth(0), in SoftwareRenderer() 102 mCropWidth = mCropRight - mCropLeft + 1; in resetFormatIfChanged() 107 size_t bufWidth = mCropWidth; in resetFormatIfChanged() 118 bufWidth = (mCropWidth + 1) & ~1; in resetFormatIfChanged() 125 bufWidth = (mCropWidth + 1) & ~1; in resetFormatIfChanged() 133 bufWidth = (mCropWidth + 1) & ~1; in resetFormatIfChanged() 151 CHECK(mCropWidth > 0); in resetFormatIfChanged() 230 Rect bounds(mCropWidth, mCropHeight); in render() 245 0, 0, mCropWidth - 1, mCropHeight - 1); in render() 263 memcpy(dst_y, src_y, mCropWidth); 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 | 229 mCropWidth == crop.cropOutWidth && in handleCropParams() 236 mCropWidth = crop.cropOutWidth; in handleCropParams()
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/ |
D | SoftMPEG4.cpp | 352 if (mCropWidth != disp_width || mCropHeight != disp_height) { in handlePortSettingsChange() 355 mCropWidth = disp_width; in handlePortSettingsChange()
|
/frameworks/av/media/libstagefright/omx/ |
D | SoftVideoDecoderOMXComponent.cpp | 62 mCropWidth(width), in SoftVideoDecoderOMXComponent() 178 mCropWidth = mWidth; in updatePortDefinitions() 539 rectParams->nWidth = mCropWidth; in getConfig()
|