Searched refs:cropLeft (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/ |
D | CropView.java | 124 float cropLeft = -edges.left / scale; in getCrop() local 126 float cropRight = cropLeft + getWidth() / scale; in getCrop() 129 return new RectF(cropLeft, cropTop, cropRight, cropBottom); in getCrop()
|
/frameworks/av/media/libstagefright/colorconversion/ |
D | SoftwareRenderer.cpp | 35 const android_ycbcr &ycbcr, int32_t cropTop, int32_t cropLeft, in initDstYUV() argument 37 *dst_y = (uint8_t *)ycbcr.y + cropTop * ycbcr.ystride + cropLeft; in initDstYUV() 39 int32_t c_offset = (cropTop / 2) * ycbcr.cstride + cropLeft / 2; in initDstYUV()
|
D | ColorConverter.cpp | 135 size_t cropLeft, size_t cropTop, in BitmapParams() argument 142 mCropLeft(cropLeft), in BitmapParams()
|
/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | ColorConverter.h | 64 size_t cropLeft, size_t cropTop,
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/ |
D | PhotoView.java | 730 final int cropLeft = (layoutWidth - mCropSize) / 2; in onLayout() local 732 final int cropRight = cropLeft + mCropSize; in onLayout() 737 mCropRect.set(cropLeft, cropTop, cropRight, cropBottom); in onLayout()
|
/frameworks/av/media/libstagefright/ |
D | Utils.cpp | 952 int32_t cropLeft, cropTop, cropRight, cropBottom; in convertMetaDataToMessage() local 954 &cropLeft, in convertMetaDataToMessage() 958 msg->setRect("crop", cropLeft, cropTop, cropRight, cropBottom); in convertMetaDataToMessage() 1695 int32_t cropLeft, cropTop, cropRight, cropBottom; in convertMessageToMetaData() local 1697 &cropLeft, in convertMessageToMetaData() 1701 meta->setRect(kKeyCropRect, cropLeft, cropTop, cropRight, cropBottom); in convertMessageToMetaData()
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayer.cpp | 2043 int32_t cropLeft, cropTop, cropRight, cropBottom; in updateVideoSize() local 2046 &cropLeft, &cropTop, &cropRight, &cropBottom)); in updateVideoSize() 2048 displayWidth = cropRight - cropLeft + 1; in updateVideoSize() 2056 cropLeft, cropTop); in updateVideoSize()
|