Searched defs:cropLeft (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/colorconversion/
H A DColorConverter.cpp60 size_t cropLeft, size_t cropTop,
65 mCropLeft(cropLeft),
57 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/libstagefright/
H A DUtils.cpp118 int32_t cropLeft, cropTop, cropRight, cropBottom; local
120 &cropLeft,
124 msg->setRect("crop", cropLeft, cropTop, cropRight, cropBottom);
503 int32_t cropLeft, cropTop, cropRight, cropBottom; local
505 &cropLeft,
509 meta->setRect(kKeyCropRect, cropLeft, cropTop, cropRight, cropBottom);
H A DAwesomePlayer.cpp1139 int32_t cropLeft, cropTop, cropRight, cropBottom; local
1141 kKeyCropRect, &cropLeft, &cropTop, &cropRight, &cropBottom)) {
1146 cropLeft = cropTop = 0;
1153 cropLeft, cropTop, cropRight, cropBottom);
1167 int32_t usableWidth = cropRight - cropLeft + 1;
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp1499 int32_t cropLeft, cropTop, cropRight, cropBottom; local
1506 int32_t cropLeft, cropTop, cropRight, cropBottom; local
1509 &cropLeft, &cropTop, &cropRight, &cropBottom));
1511 displayWidth = cropRight - cropLeft + 1;
1519 cropLeft, cropTop);

Completed in 96 milliseconds