Searched refs:mCropBottom (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/libstagefright/colorconversion/ |
D | SoftwareRenderer.cpp | 50 mCropBottom(0), in SoftwareRenderer() 100 mCropBottom == cropBottomNew && in resetFormatIfChanged() 112 mCropBottom = cropBottomNew; in resetFormatIfChanged() 115 mCropHeight = mCropBottom - mCropTop + 1; in resetFormatIfChanged() 217 crop.bottom = mCropBottom + 1; in resetFormatIfChanged() 280 mCropLeft, mCropTop, mCropRight, mCropBottom, in render()
|
D | ColorConverter.cpp | 101 mCropBottom(cropBottom) { in BitmapParams() 142 return mCropBottom - mCropTop + 1; in cropHeight()
|
/frameworks/av/media/libstagefright/include/ |
D | SoftwareRenderer.h | 55 int32_t mCropLeft, mCropTop, mCropRight, mCropBottom; variable
|
/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | ColorConverter.h | 63 size_t mCropLeft, mCropTop, mCropRight, mCropBottom; member
|