Searched refs:mCropBottom (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/libstagefright/colorconversion/ |
D | SoftwareRenderer.cpp | 52 mCropBottom(0), in SoftwareRenderer() 87 mCropBottom == cropBottomNew) { in resetFormatIfChanged() 98 mCropBottom = cropBottomNew; in resetFormatIfChanged() 101 mCropHeight = mCropBottom - mCropTop + 1; in resetFormatIfChanged() 178 crop.bottom = mCropBottom + 1; in resetFormatIfChanged() 240 mCropLeft, mCropTop, mCropRight, mCropBottom, in render()
|
D | ColorConverter.cpp | 68 mCropBottom(cropBottom) { in BitmapParams() 76 return mCropBottom - mCropTop + 1; in cropHeight()
|
/frameworks/av/media/libstagefright/include/ |
D | SoftwareRenderer.h | 54 int32_t mCropLeft, mCropTop, mCropRight, mCropBottom; variable
|
/frameworks/av/include/media/stagefright/ |
D | ColorConverter.h | 59 size_t mCropLeft, mCropTop, mCropRight, mCropBottom; member
|