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

  /frameworks/base/media/libstagefright/include/
SoftwareRenderer.h 49 int32_t mCropLeft, mCropTop, mCropRight, mCropBottom;
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.h 65 int32_t mCropLeft, mCropTop, mCropRight, mCropBottom;
SoftMPEG4.cpp 73 mCropRight(mWidth - 1),
301 rectParams->nWidth = mCropRight - mCropLeft + 1;
495 if (mCropRight != disp_width - 1
499 mCropRight = disp_width - 1;
  /frameworks/base/include/media/stagefright/
ColorConverter.h 59 size_t mCropLeft, mCropTop, mCropRight, mCropBottom;
  /frameworks/base/media/libstagefright/colorconversion/
SoftwareRenderer.cpp 47 &mCropLeft, &mCropTop, &mCropRight, &mCropBottom)) {
49 mCropRight = mWidth - 1;
53 mCropWidth = mCropRight - mCropLeft + 1;
156 mCropLeft, mCropTop, mCropRight, mCropBottom,
ColorConverter.cpp 67 mCropRight(cropRight),
72 return mCropRight - mCropLeft + 1;

Completed in 901 milliseconds