Searched refs:cropBottom (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DColorConverter.h52 size_t cropRight, size_t cropBottom);
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DCropView.java128 float cropBottom = cropTop + getHeight() / scale;
130 return new RectF(cropLeft, cropTop, cropRight, cropBottom);
/frameworks/av/media/libstagefright/
H A DUtils.cpp118 int32_t cropLeft, cropTop, cropRight, cropBottom; local
123 &cropBottom)) {
124 msg->setRect("crop", cropLeft, cropTop, cropRight, cropBottom);
503 int32_t cropLeft, cropTop, cropRight, cropBottom; local
508 &cropBottom)) {
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)) {
1158 cropBottom = height - 1;
1163 cropLeft, cropTop, cropRight, cropBottom);
1178 int32_t usableHeight = cropBottom - cropTop + 1;
/frameworks/av/media/libstagefright/colorconversion/
H A DColorConverter.cpp61 size_t cropRight, size_t cropBottom)
68 mCropBottom(cropBottom) {
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/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp1302 int32_t cropLeft, cropTop, cropRight, cropBottom; local
1309 int32_t cropLeft, cropTop, cropRight, cropBottom; local
1312 &cropLeft, &cropTop, &cropRight, &cropBottom));
1315 displayHeight = cropBottom - cropTop + 1;
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java762 final int cropBottom = cropTop + mCropSize;
766 mCropRect.set(cropLeft, cropTop, cropRight, cropBottom);

Completed in 192 milliseconds