Searched refs:cropRight (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 122 &cropRight, in convertMetaDataToMessage() 124 msg->setRect("crop", cropLeft, cropTop, cropRight, cropBottom); in convertMetaDataToMessage() 503 int32_t cropLeft, cropTop, cropRight, cropBottom; in convertMessageToMetaData() local 507 &cropRight, 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() 1157 cropRight = width - 1; in notifyVideoSize_l() 1163 cropLeft, cropTop, cropRight, cropBottom); in notifyVideoSize_l() 1177 int32_t usableWidth = cropRight - cropLeft + 1; in notifyVideoSize_l()
|
/frameworks/av/include/media/stagefright/ |
D | ColorConverter.h | 52 size_t cropRight, size_t cropBottom);
|
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/ |
D | CropView.java | 127 float cropRight = cropLeft + getWidth() / scale; in getCrop() local 130 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 67 mCropRight(cropRight), 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() 1296 displayWidth = cropRight - cropLeft + 1; in updateVideoSize()
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/ |
D | PhotoView.java | 761 final int cropRight = cropLeft + mCropSize; in onLayout() local 766 mCropRect.set(cropLeft, cropTop, cropRight, cropBottom); in onLayout()
|