Searched refs:cropRight (Results 1 - 8 of 8) sorted by path

/frameworks/av/include/media/stagefright/
H A DColorConverter.h52 size_t cropRight, size_t cropBottom);
/frameworks/av/libvideoeditor/lvpp/
H A DPreviewPlayer.cpp1672 int32_t cropLeft, cropTop, cropRight, cropBottom; local
1681 kKeyCropRect, &cropLeft, &cropTop, &cropRight, &cropBottom)) {
1684 cropRight = vWidth - 1;
1690 cropLeft, cropTop, cropRight, cropBottom);
1694 mCropRect.right = cropRight;
1709 int32_t usableWidth = cropRight - cropLeft + 1;
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorVideoDecoder.cpp796 int32_t cropLeft, cropTop, cropRight, cropBottom; local
816 kKeyCropRect, &cropLeft, &cropTop, &cropRight, &cropBottom)) {
819 cropRight = vWidth - 1;
825 cropLeft, cropTop, cropRight, cropBottom);
829 pDecShellContext->mCropRect.right = cropRight;
833 width = cropRight - cropLeft + 1;
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp422 int32_t cropLeft, cropTop, cropRight, cropBottom; local
425 &cropLeft, &cropTop, &cropRight, &cropBottom));
430 (cropRight - cropLeft + 1),
436 cropRight - cropLeft + 1,
/frameworks/av/media/libstagefright/
H A DAwesomePlayer.cpp1015 int32_t cropLeft, cropTop, cropRight, cropBottom; local
1017 kKeyCropRect, &cropLeft, &cropTop, &cropRight, &cropBottom)) {
1023 cropRight = width - 1;
1029 cropLeft, cropTop, cropRight, cropBottom);
1043 int32_t usableWidth = cropRight - cropLeft + 1;
/frameworks/av/media/libstagefright/colorconversion/
H A DColorConverter.cpp61 size_t cropRight, size_t cropBottom)
67 mCropRight(cropRight),
57 BitmapParams( void *bits, size_t width, size_t height, size_t cropLeft, size_t cropTop, size_t cropRight, size_t cropBottom) argument
/frameworks/ex/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java598 final int cropRight = cropLeft + mCropSize;
603 mCropRect.set(cropLeft, cropTop, cropRight, cropBottom);
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java600 final int cropRight = cropLeft + mCropSize;
605 mCropRect.set(cropLeft, cropTop, cropRight, cropBottom);

Completed in 142 milliseconds