Searched refs:mCropHeight (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp53 mCropHeight(0) {
99 mCropHeight = mCropBottom - mCropTop + 1;
112 bufHeight = (mCropHeight + 1) & ~1;
122 bufHeight = mCropHeight;
132 CHECK(mCropHeight > 0);
198 Rect bounds(mCropWidth, mCropHeight);
211 0, 0, mCropWidth - 1, mCropHeight - 1);
224 for (int y = 0; y < mCropHeight; ++y) {
231 for (int y = 0; y < (mCropHeight + 1) / 2; ++y) {
256 for (int y = 0; y < mCropHeight;
[all...]
/frameworks/av/media/libstagefright/include/
H A DSoftwareRenderer.h50 int32_t mCropWidth, mCropHeight; member in class:android::SoftwareRenderer
H A DSoftVideoDecoderOMXComponent.h94 uint32_t mCropLeft, mCropTop, mCropWidth, mCropHeight; member in struct:android::SoftVideoDecoderOMXComponent
/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp63 mCropHeight(height),
161 mCropHeight = mHeight;
431 rectParams->nHeight = mCropHeight;
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp304 if (mCropWidth != disp_width || mCropHeight != disp_height) {
308 mCropHeight = disp_height;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.cpp225 mCropHeight == crop.cropOutHeight) {
232 mCropHeight = crop.cropOutHeight;

Completed in 924 milliseconds