Searched refs:mCropWidth (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/media/libstagefright/colorconversion/ |
D | SoftwareRenderer.cpp | 57 mCropWidth(0), in SoftwareRenderer() 122 mCropWidth = mCropRight - mCropLeft + 1; in resetFormatIfChanged() 127 size_t bufWidth = mCropWidth; in resetFormatIfChanged() 138 bufWidth = (mCropWidth + 1) & ~1; in resetFormatIfChanged() 145 bufWidth = (mCropWidth + 1) & ~1; in resetFormatIfChanged() 153 bufWidth = (mCropWidth + 1) & ~1; in resetFormatIfChanged() 169 bufWidth = (mCropWidth + 1) & ~1; in resetFormatIfChanged() 191 CHECK(mCropWidth > 0); in resetFormatIfChanged() 275 Rect bounds(mCropWidth, mCropHeight); in render() 302 0, 0, mCropWidth - 1, mCropHeight - 1); in render() [all …]
|
/frameworks/av/media/libstagefright/include/ |
D | SoftwareRenderer.h | 56 int32_t mCropWidth, mCropHeight; variable
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/ |
D | SoftMPEG4.cpp | 348 if (mCropWidth != disp_width || mCropHeight != disp_height) { in handlePortSettingsChange() 351 mCropWidth = disp_width; in handlePortSettingsChange()
|
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/ |
D | SoftVideoDecoderOMXComponent.h | 145 uint32_t mCropLeft, mCropTop, mCropWidth, mCropHeight; member
|
/frameworks/av/media/libstagefright/omx/ |
D | SoftVideoDecoderOMXComponent.cpp | 62 mCropWidth(width), in SoftVideoDecoderOMXComponent() 181 mCropWidth = mWidth; in updatePortDefinitions() 553 rectParams->nWidth = mCropWidth; in getConfig()
|