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

  /frameworks/av/media/libstagefright/include/
SoftwareRenderer.h 49 int32_t mCropLeft, mCropTop, mCropRight, mCropBottom;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.h 65 int32_t mCropLeft, mCropTop, mCropRight, mCropBottom;
SoftMPEG4.cpp 74 mCropBottom(mHeight - 1),
302 rectParams->nHeight = mCropBottom - mCropTop + 1;
498 || mCropBottom != disp_height - 1) {
502 mCropBottom = disp_height - 1;
  /frameworks/av/include/media/stagefright/
ColorConverter.h 59 size_t mCropLeft, mCropTop, mCropRight, mCropBottom;
  /frameworks/av/media/libstagefright/colorconversion/
SoftwareRenderer.cpp 50 &mCropLeft, &mCropTop, &mCropRight, &mCropBottom)) {
53 mCropBottom = mHeight - 1;
57 mCropHeight = mCropBottom - mCropTop + 1;
162 mCropLeft, mCropTop, mCropRight, mCropBottom,
ColorConverter.cpp 68 mCropBottom(cropBottom) {
76 return mCropBottom - mCropTop + 1;

Completed in 171 milliseconds