Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DUtils.cpp118 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()
DAwesomePlayer.cpp1149 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/
DColorConverter.h52 size_t cropRight, size_t cropBottom);
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
DCropView.java127 float cropRight = cropLeft + getWidth() / scale; in getCrop() local
130 return new RectF(cropLeft, cropTop, cropRight, cropBottom); in getCrop()
/frameworks/av/media/libstagefright/colorconversion/
DColorConverter.cpp61 size_t cropRight, size_t cropBottom) in BitmapParams() argument
67 mCropRight(cropRight), in BitmapParams()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayer.cpp1284 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/
DPhotoView.java761 final int cropRight = cropLeft + mCropSize; in onLayout() local
766 mCropRect.set(cropLeft, cropTop, cropRight, cropBottom); in onLayout()