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

  /frameworks/av/media/libstagefright/colorconversion/
SoftwareRenderer.cpp 57 mCropHeight = mCropBottom - mCropTop + 1;
74 bufHeight = (mCropHeight + 1) & ~1;
84 bufHeight = mCropHeight;
94 CHECK(mCropHeight > 0);
152 Rect bounds(mCropWidth, mCropHeight);
165 0, 0, mCropWidth - 1, mCropHeight - 1);
178 for (int y = 0; y < mCropHeight; ++y) {
185 for (int y = 0; y < (mCropHeight + 1) / 2; ++y) {
211 for (int y = 0; y < mCropHeight; ++y) {
218 for (int y = 0; y < (mCropHeight + 1) / 2; ++y)
    [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 73 mCropHeight(mHeight),
280 rectParams->nHeight = mCropHeight;
413 mCropHeight = mHeight;
427 mCropHeight != crop->cropOutHeight) {
431 mCropHeight = crop->cropOutHeight;

Completed in 504 milliseconds