Searched refs:cropBottom (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | ColorConverter.h | 65 size_t cropRight, size_t cropBottom,
|
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/ |
D | CropView.java | 127 float cropBottom = cropTop + getHeight() / scale; in getCrop() local 129 return new RectF(cropLeft, cropTop, cropRight, cropBottom); in getCrop()
|
/frameworks/av/media/libstagefright/ |
D | Utils.cpp | 957 int32_t cropLeft, cropTop, cropRight, cropBottom; in convertMetaDataToMessage() local 962 &cropBottom)) { in convertMetaDataToMessage() 963 msg->setRect("crop", cropLeft, cropTop, cropRight, cropBottom); in convertMetaDataToMessage() 1700 int32_t cropLeft, cropTop, cropRight, cropBottom; in convertMessageToMetaData() local 1705 &cropBottom)) { in convertMessageToMetaData() 1706 meta->setRect(kKeyCropRect, cropLeft, cropTop, cropRight, cropBottom); in convertMessageToMetaData()
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/ |
D | PhotoView.java | 733 final int cropBottom = cropTop + mCropSize; in onLayout() local 737 mCropRect.set(cropLeft, cropTop, cropRight, cropBottom); in onLayout()
|
/frameworks/av/media/libstagefright/colorconversion/ |
D | ColorConverter.cpp | 136 size_t cropRight, size_t cropBottom, in BitmapParams() argument 145 mCropBottom(cropBottom) { in BitmapParams()
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayer.cpp | 2041 int32_t cropLeft, cropTop, cropRight, cropBottom; in updateVideoSize() local 2044 &cropLeft, &cropTop, &cropRight, &cropBottom)); in updateVideoSize() 2047 displayHeight = cropBottom - cropTop + 1; in updateVideoSize()
|
/frameworks/av/media/libmediaplayer2/nuplayer2/ |
D | NuPlayer2.cpp | 2205 int32_t cropLeft, cropTop, cropRight, cropBottom; in updateVideoSize() local 2208 &cropLeft, &cropTop, &cropRight, &cropBottom)); in updateVideoSize() 2211 displayHeight = cropBottom - cropTop + 1; in updateVideoSize()
|