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

/frameworks/av/media/libstagefright/colorconversion/
H A DColorConverter.cpp64 size_t cropLeft, size_t cropTop,
70 mCropTop(cropTop),
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.cpp1894 int32_t cropLeft, cropTop, cropRight, cropBottom; local
1897 &cropLeft, &cropTop, &cropRight, &cropBottom));
1900 displayHeight = cropBottom - cropTop + 1;
1907 cropLeft, cropTop);
/frameworks/av/media/libstagefright/
H A DUtils.cpp699 int32_t cropLeft, cropTop, cropRight, cropBottom; local
702 &cropTop,
705 msg->setRect("crop", cropLeft, cropTop, cropRight, cropBottom);
1344 int32_t cropLeft, cropTop, cropRight, cropBottom; local
1347 &cropTop,
1350 meta->setRect(kKeyCropRect, cropLeft, cropTop, cropRight, cropBottom);

Completed in 62 milliseconds