Searched defs:cropRight (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/colorconversion/
H A DColorConverter.cpp65 size_t cropRight, size_t cropBottom)
71 mCropRight(cropRight),
61 BitmapParams( void *bits, size_t width, size_t height, size_t cropLeft, size_t cropTop, size_t cropRight, size_t cropBottom) argument
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp1728 int32_t cropLeft, cropTop, cropRight, cropBottom; local
1731 &cropLeft, &cropTop, &cropRight, &cropBottom));
1733 displayWidth = cropRight - cropLeft + 1;
/frameworks/av/media/libstagefright/
H A DUtils.cpp662 int32_t cropLeft, cropTop, cropRight, cropBottom; local
666 &cropRight,
668 msg->setRect("crop", cropLeft, cropTop, cropRight, cropBottom);
1298 int32_t cropLeft, cropTop, cropRight, cropBottom; local
1302 &cropRight,
1304 meta->setRect(kKeyCropRect, cropLeft, cropTop, cropRight, cropBottom);

Completed in 136 milliseconds