Home
last modified time | relevance | path

Searched refs:cropRight (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/include/media/stagefright/
DColorConverter.h65 size_t cropRight, size_t cropBottom,
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
DCropView.java126 float cropRight = cropLeft + getWidth() / scale; in getCrop() local
129 return new RectF(cropLeft, cropTop, cropRight, cropBottom); in getCrop()
/frameworks/av/media/libstagefright/
DUtils.cpp952 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/
DPhotoView.java732 final int cropRight = cropLeft + mCropSize; in onLayout() local
737 mCropRect.set(cropLeft, cropTop, cropRight, cropBottom); in onLayout()
/frameworks/av/media/libstagefright/colorconversion/
DColorConverter.cpp136 size_t cropRight, size_t cropBottom, in BitmapParams() argument
144 mCropRight(cropRight), in BitmapParams()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayer.cpp2043 int32_t cropLeft, cropTop, cropRight, cropBottom; in updateVideoSize() local
2046 &cropLeft, &cropTop, &cropRight, &cropBottom)); in updateVideoSize()
2048 displayWidth = cropRight - cropLeft + 1; in updateVideoSize()