HomeSort by relevance Sort by last modified time
    Searched refs:mCropWidth (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libstagefright/colorconversion/
SoftwareRenderer.cpp 56 mCropWidth = mCropRight - mCropLeft + 1;
73 bufWidth = (mCropWidth + 1) & ~1;
83 bufWidth = mCropWidth;
93 CHECK(mCropWidth > 0);
152 Rect bounds(mCropWidth, mCropHeight);
165 0, 0, mCropWidth - 1, mCropHeight - 1);
179 memcpy(dst_y, src_y, mCropWidth);
186 memcpy(dst_u, src_u, (mCropWidth + 1) / 2);
187 memcpy(dst_v, src_v, (mCropWidth + 1) / 2);
212 memcpy(dst_y, src_y, mCropWidth);
    [all...]
  /frameworks/av/media/libstagefright/include/
SoftwareRenderer.h 50 int32_t mCropWidth, mCropHeight;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/
SoftAVC.h 70 uint32_t mCropWidth, mCropHeight;
SoftAVC.cpp 72 mCropWidth(mWidth),
279 rectParams->nWidth = mCropWidth;
412 mCropWidth = mWidth;
426 mCropWidth != crop->cropOutWidth ||
430 mCropWidth = crop->cropOutWidth;

Completed in 214 milliseconds