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

  /frameworks/av/media/libstagefright/colorconversion/
SoftwareRenderer.cpp 52 mCropHeight(0),
99 mCropHeight = mCropBottom - mCropTop + 1;
104 size_t bufHeight = mCropHeight;
115 bufHeight = (mCropHeight + 1) & ~1;
122 bufHeight = (mCropHeight + 1) & ~1;
130 bufHeight = (mCropHeight + 1) & ~1;
148 CHECK(mCropHeight > 0);
226 Rect bounds(mCropWidth, mCropHeight);
241 0, 0, mCropWidth - 1, mCropHeight - 1);
263 for (int y = 0; y < mCropHeight; ++y)
    [all...]
  /frameworks/av/media/libstagefright/include/
SoftwareRenderer.h 55 int32_t mCropWidth, mCropHeight;
  /frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
SoftVideoDecoderOMXComponent.h 131 uint32_t mCropLeft, mCropTop, mCropWidth, mCropHeight;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.cpp 344 if (mCropWidth != disp_width || mCropHeight != disp_height) {
348 mCropHeight = disp_height;