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

/frameworks/av/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp57 mCropHeight = mCropBottom - mCropTop + 1;
74 bufHeight = (mCropHeight + 1) & ~1;
84 bufHeight = mCropHeight;
94 CHECK(mCropHeight > 0);
152 Rect bounds(mCropWidth, mCropHeight);
165 0, 0, mCropWidth - 1, mCropHeight - 1);
178 for (int y = 0; y < mCropHeight; ++y) {
185 for (int y = 0; y < (mCropHeight + 1) / 2; ++y) {
211 for (int y = 0; y < mCropHeight; ++y) {
218 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.h74 uint32_t mCropLeft, mCropTop, mCropWidth, mCropHeight; member in struct:android::SoftVideoDecoderOMXComponent
/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp56 mCropHeight(height),
140 mCropHeight = mHeight;
250 rectParams->nHeight = mCropHeight;
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp286 || mCropHeight != disp_height) {
290 mCropHeight = disp_height;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.cpp236 mCropHeight != crop->cropOutHeight) {
240 mCropHeight = crop->cropOutHeight;

Completed in 117 milliseconds