Home
last modified time | relevance | path

Searched refs:mCropBottom (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/colorconversion/
DSoftwareRenderer.cpp52 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()
DColorConverter.cpp68 mCropBottom(cropBottom) { in BitmapParams()
76 return mCropBottom - mCropTop + 1; in cropHeight()
/frameworks/av/media/libstagefright/include/
DSoftwareRenderer.h54 int32_t mCropLeft, mCropTop, mCropRight, mCropBottom; variable
/frameworks/av/include/media/stagefright/
DColorConverter.h59 size_t mCropLeft, mCropTop, mCropRight, mCropBottom; member