Home
last modified time | relevance | path

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

/frameworks/av/include/media/stagefright/
DColorConverter.h52 size_t cropRight, size_t cropBottom);
/frameworks/av/media/libstagefright/
DUtils.cpp135 int32_t cropLeft, cropTop, cropRight, cropBottom; in convertMetaDataToMessage() local
139 &cropRight, in convertMetaDataToMessage()
141 msg->setRect("crop", cropLeft, cropTop, cropRight, cropBottom); in convertMetaDataToMessage()
590 int32_t cropLeft, cropTop, cropRight, cropBottom; in convertMessageToMetaData() local
594 &cropRight, in convertMessageToMetaData()
596 meta->setRect(kKeyCropRect, cropLeft, cropTop, cropRight, cropBottom); in convertMessageToMetaData()
DAwesomePlayer.cpp1156 int32_t cropLeft, cropTop, cropRight, cropBottom; in notifyVideoSize_l() local
1158 kKeyCropRect, &cropLeft, &cropTop, &cropRight, &cropBottom)) { in notifyVideoSize_l()
1164 cropRight = width - 1; in notifyVideoSize_l()
1170 cropLeft, cropTop, cropRight, cropBottom); in notifyVideoSize_l()
1184 int32_t usableWidth = cropRight - cropLeft + 1; in notifyVideoSize_l()
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
DCropView.java126 float cropRight = cropLeft + getWidth() / scale; in getCrop() local
129 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/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()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayer.cpp1603 int32_t cropLeft, cropTop, cropRight, cropBottom; in updateVideoSize() local
1606 &cropLeft, &cropTop, &cropRight, &cropBottom)); in updateVideoSize()
1608 displayWidth = cropRight - cropLeft + 1; in updateVideoSize()