Searched refs:cropTop (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/ |
D | CropView.java | 125 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/include/media/stagefright/ |
D | ColorConverter.h | 51 size_t cropLeft, size_t cropTop,
|
/frameworks/av/media/libstagefright/ |
D | Utils.cpp | 135 int32_t cropLeft, cropTop, cropRight, cropBottom; in convertMetaDataToMessage() local 138 &cropTop, in convertMetaDataToMessage() 141 msg->setRect("crop", cropLeft, cropTop, cropRight, cropBottom); in convertMetaDataToMessage() 590 int32_t cropLeft, cropTop, cropRight, cropBottom; in convertMessageToMetaData() local 593 &cropTop, in convertMessageToMetaData() 596 meta->setRect(kKeyCropRect, cropLeft, cropTop, cropRight, cropBottom); in convertMessageToMetaData()
|
D | AwesomePlayer.cpp | 1156 int32_t cropLeft, cropTop, cropRight, cropBottom; in notifyVideoSize_l() local 1158 kKeyCropRect, &cropLeft, &cropTop, &cropRight, &cropBottom)) { in notifyVideoSize_l() 1163 cropLeft = cropTop = 0; in notifyVideoSize_l() 1170 cropLeft, cropTop, cropRight, cropBottom); in notifyVideoSize_l() 1185 int32_t usableHeight = cropBottom - cropTop + 1; in notifyVideoSize_l()
|
/frameworks/av/media/libstagefright/colorconversion/ |
D | ColorConverter.cpp | 60 size_t cropLeft, size_t cropTop, in BitmapParams() argument 66 mCropTop(cropTop), in BitmapParams()
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/ |
D | PhotoView.java | 760 final int cropTop = (layoutHeight - mCropSize) / 2; in onLayout() local 762 final int cropBottom = cropTop + mCropSize; in onLayout() 766 mCropRect.set(cropLeft, cropTop, cropRight, cropBottom); in onLayout()
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayer.cpp | 1603 int32_t cropLeft, cropTop, cropRight, cropBottom; in updateVideoSize() local 1606 &cropLeft, &cropTop, &cropRight, &cropBottom)); in updateVideoSize() 1609 displayHeight = cropBottom - cropTop + 1; in updateVideoSize() 1616 cropLeft, cropTop); in updateVideoSize()
|