Searched refs:cropBottom (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/include/media/stagefright/ |
D | ColorConverter.h | 52 size_t cropRight, size_t cropBottom);
|
/frameworks/av/media/libstagefright/ |
D | Utils.cpp | 135 int32_t cropLeft, cropTop, cropRight, cropBottom; in convertMetaDataToMessage() local 140 &cropBottom)) { in convertMetaDataToMessage() 141 msg->setRect("crop", cropLeft, cropTop, cropRight, cropBottom); in convertMetaDataToMessage() 590 int32_t cropLeft, cropTop, cropRight, cropBottom; in convertMessageToMetaData() local 595 &cropBottom)) { 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() 1165 cropBottom = height - 1; in notifyVideoSize_l() 1170 cropLeft, cropTop, cropRight, cropBottom); in notifyVideoSize_l() 1185 int32_t usableHeight = cropBottom - cropTop + 1; in notifyVideoSize_l()
|
/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/colorconversion/ |
D | ColorConverter.cpp | 61 size_t cropRight, size_t cropBottom) in BitmapParams() argument 68 mCropBottom(cropBottom) { in BitmapParams()
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/ |
D | PhotoView.java | 762 final int cropBottom = cropTop + mCropSize; in onLayout() local 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()
|