Searched refs:cropBottom (Results 1 - 6 of 6) 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.java127 float cropBottom = cropTop + getHeight() / scale;
129 return new RectF(cropLeft, cropTop, cropRight, cropBottom);
/frameworks/av/media/libstagefright/
H A DUtils.cpp661 int32_t cropLeft, cropTop, cropRight, cropBottom; local
666 &cropBottom)) {
667 msg->setRect("crop", cropLeft, cropTop, cropRight, cropBottom);
1297 int32_t cropLeft, cropTop, cropRight, cropBottom; local
1302 &cropBottom)) {
1303 meta->setRect(kKeyCropRect, cropLeft, cropTop, cropRight, cropBottom);
/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/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java733 final int cropBottom = cropTop + mCropSize;
737 mCropRect.set(cropLeft, cropTop, cropRight, cropBottom);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp1700 int32_t cropLeft, cropTop, cropRight, cropBottom; local
1703 &cropLeft, &cropTop, &cropRight, &cropBottom));
1706 displayHeight = cropBottom - cropTop + 1;

Completed in 324 milliseconds