Searched refs:cropRight (Results 1 – 6 of 6) 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 | 126 float cropRight = cropLeft + getWidth() / scale; in getCrop() local 129 return new RectF(cropLeft, cropTop, cropRight, cropBottom); in getCrop()
|
/frameworks/av/media/libstagefright/ |
D | Utils.cpp | 952 int32_t cropLeft, cropTop, cropRight, cropBottom; in convertMetaDataToMessage() local 956 &cropRight, in convertMetaDataToMessage() 958 msg->setRect("crop", cropLeft, cropTop, cropRight, cropBottom); in convertMetaDataToMessage() 1695 int32_t cropLeft, cropTop, cropRight, cropBottom; in convertMessageToMetaData() local 1699 &cropRight, in convertMessageToMetaData() 1701 meta->setRect(kKeyCropRect, cropLeft, cropTop, cropRight, cropBottom); in convertMessageToMetaData()
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/ |
D | PhotoView.java | 732 final int cropRight = cropLeft + 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 144 mCropRight(cropRight), in BitmapParams()
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayer.cpp | 2043 int32_t cropLeft, cropTop, cropRight, cropBottom; in updateVideoSize() local 2046 &cropLeft, &cropTop, &cropRight, &cropBottom)); in updateVideoSize() 2048 displayWidth = cropRight - cropLeft + 1; in updateVideoSize()
|