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

/frameworks/av/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp52 mCropWidth(0),
98 mCropWidth = mCropRight - mCropLeft + 1;
111 bufWidth = (mCropWidth + 1) & ~1;
121 bufWidth = mCropWidth;
131 CHECK(mCropWidth > 0);
198 Rect bounds(mCropWidth, mCropHeight);
211 0, 0, mCropWidth - 1, mCropHeight - 1);
225 memcpy(dst_y, src_y, mCropWidth);
232 memcpy(dst_u, src_u, (mCropWidth + 1) / 2);
233 memcpy(dst_v, src_v, (mCropWidth
[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.cpp62 mCropWidth(width),
160 mCropWidth = mWidth;
430 rectParams->nWidth = mCropWidth;
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp304 if (mCropWidth != disp_width || mCropHeight != disp_height) {
307 mCropWidth = disp_width;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.cpp224 mCropWidth == crop.cropOutWidth &&
231 mCropWidth = crop.cropOutWidth;

Completed in 135 milliseconds