Searched refs:cropTop (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/media/libstagefright/ |
D | Utils.cpp | 118 int32_t cropLeft, cropTop, cropRight, cropBottom; in convertMetaDataToMessage() local 121 &cropTop, in convertMetaDataToMessage() 124 msg->setRect("crop", cropLeft, cropTop, cropRight, cropBottom); in convertMetaDataToMessage() 503 int32_t cropLeft, cropTop, cropRight, cropBottom; in convertMessageToMetaData() local 506 &cropTop, in convertMessageToMetaData() 509 meta->setRect(kKeyCropRect, cropLeft, cropTop, cropRight, cropBottom); in convertMessageToMetaData()
|
D | AwesomePlayer.cpp | 1149 int32_t cropLeft, cropTop, cropRight, cropBottom; in notifyVideoSize_l() local 1151 kKeyCropRect, &cropLeft, &cropTop, &cropRight, &cropBottom)) { in notifyVideoSize_l() 1156 cropLeft = cropTop = 0; in notifyVideoSize_l() 1163 cropLeft, cropTop, cropRight, cropBottom); in notifyVideoSize_l() 1178 int32_t usableHeight = cropBottom - cropTop + 1; in notifyVideoSize_l()
|
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/ |
D | CropView.java | 126 float cropTop = -edges.top / scale; in getCrop() local 128 float cropBottom = cropTop + getHeight() / scale; in getCrop() 130 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/colorconversion/ |
D | ColorConverter.cpp | 60 size_t cropLeft, size_t cropTop, in BitmapParams() argument 66 mCropTop(cropTop), in BitmapParams()
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayer.cpp | 1284 int32_t cropLeft, cropTop, cropRight, cropBottom; in updateVideoSize() local 1291 int32_t cropLeft, cropTop, cropRight, cropBottom; in updateVideoSize() local 1294 &cropLeft, &cropTop, &cropRight, &cropBottom)); in updateVideoSize() 1297 displayHeight = cropBottom - cropTop + 1; in updateVideoSize() 1304 cropLeft, cropTop); in updateVideoSize()
|
/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()
|