Searched refs:cropRight (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/include/media/stagefright/
H A DColorConverter.h52 size_t cropRight, size_t cropBottom);
/frameworks/base/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp353 int32_t cropLeft, cropTop, cropRight, cropBottom; local
356 &cropLeft, &cropTop, &cropRight, &cropBottom));
361 (cropRight - cropLeft + 1),
367 cropRight - cropLeft + 1,
/frameworks/media/libvideoeditor/lvpp/
H A DPreviewPlayerBase.cpp834 int32_t cropLeft, cropTop, cropRight, cropBottom; local
843 kKeyCropRect, &cropLeft, &cropTop, &cropRight, &cropBottom)) {
846 cropRight = vWidth - 1;
852 cropLeft, cropTop, cropRight, cropBottom);
856 mCropRect.right = cropRight;
871 int32_t usableWidth = cropRight - cropLeft + 1;
/frameworks/base/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/media/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/base/media/libstagefright/
H A DAwesomePlayer.cpp983 int32_t cropLeft, cropTop, cropRight, cropBottom; local
985 kKeyCropRect, &cropLeft, &cropTop, &cropRight, &cropBottom)) {
991 cropRight = width - 1;
997 cropLeft, cropTop, cropRight, cropBottom);
1011 int32_t usableWidth = cropRight - cropLeft + 1;

Completed in 160 milliseconds