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

/frameworks/av/media/libstagefright/colorconversion/
H A DColorConverter.cpp60 size_t cropLeft, size_t cropTop,
66 mCropTop(cropTop),
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
121 &cropTop,
124 msg->setRect("crop", cropLeft, cropTop, cropRight, cropBottom);
503 int32_t cropLeft, cropTop, cropRight, cropBottom; local
506 &cropTop,
509 meta->setRect(kKeyCropRect, cropLeft, cropTop, cropRight, cropBottom);
H A DAwesomePlayer.cpp1149 int32_t cropLeft, cropTop, cropRight, cropBottom; local
1151 kKeyCropRect, &cropLeft, &cropTop, &cropRight, &cropBottom)) {
1156 cropLeft = cropTop = 0;
1163 cropLeft, cropTop, cropRight, cropBottom);
1178 int32_t usableHeight = cropBottom - cropTop + 1;
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp1284 int32_t cropLeft, cropTop, cropRight, cropBottom; local
1291 int32_t cropLeft, cropTop, cropRight, cropBottom; local
1294 &cropLeft, &cropTop, &cropRight, &cropBottom));
1297 displayHeight = cropBottom - cropTop + 1;
1304 cropLeft, cropTop);

Completed in 96 milliseconds