Home
last modified time | relevance | path

Searched refs:cropTop (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
DCropView.java125 float cropTop = -edges.top / scale; in getCrop() local
127 float cropBottom = cropTop + getHeight() / scale; in getCrop()
129 return new RectF(cropLeft, cropTop, cropRight, cropBottom); in getCrop()
/frameworks/av/media/libstagefright/include/media/stagefright/
DColorConverter.h64 size_t cropLeft, size_t cropTop,
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
DPhotoView.java731 final int cropTop = (layoutHeight - mCropSize) / 2; in onLayout() local
733 final int cropBottom = cropTop + mCropSize; in onLayout()
737 mCropRect.set(cropLeft, cropTop, cropRight, cropBottom); in onLayout()
/frameworks/av/media/libstagefright/
DUtils.cpp957 int32_t cropLeft, cropTop, cropRight, cropBottom; in convertMetaDataToMessage() local
960 &cropTop, in convertMetaDataToMessage()
963 msg->setRect("crop", cropLeft, cropTop, cropRight, cropBottom); in convertMetaDataToMessage()
1700 int32_t cropLeft, cropTop, cropRight, cropBottom; in convertMessageToMetaData() local
1703 &cropTop, in convertMessageToMetaData()
1706 meta->setRect(kKeyCropRect, cropLeft, cropTop, cropRight, cropBottom); in convertMessageToMetaData()
/frameworks/av/media/libstagefright/colorconversion/
DColorConverter.cpp135 size_t cropLeft, size_t cropTop, in BitmapParams() argument
143 mCropTop(cropTop), in BitmapParams()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayer.cpp2041 int32_t cropLeft, cropTop, cropRight, cropBottom; in updateVideoSize() local
2044 &cropLeft, &cropTop, &cropRight, &cropBottom)); in updateVideoSize()
2047 displayHeight = cropBottom - cropTop + 1; in updateVideoSize()
2054 cropLeft, cropTop); in updateVideoSize()
/frameworks/av/media/libmediaplayer2/nuplayer2/
DNuPlayer2.cpp2205 int32_t cropLeft, cropTop, cropRight, cropBottom; in updateVideoSize() local
2208 &cropLeft, &cropTop, &cropRight, &cropBottom)); in updateVideoSize()
2211 displayHeight = cropBottom - cropTop + 1; in updateVideoSize()
2218 cropLeft, cropTop); in updateVideoSize()