Searched defs:cropLeft (Results 1 - 5 of 5) sorted by relevance

/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),
363 cropLeft, cropTop);
367 cropRight - cropLeft + 1,
/frameworks/base/media/libstagefright/colorconversion/
H A DColorConverter.cpp60 size_t cropLeft, size_t cropTop,
65 mCropLeft(cropLeft),
57 BitmapParams( void *bits, size_t width, size_t height, size_t cropLeft, size_t cropTop, size_t cropRight, size_t cropBottom) argument
/frameworks/base/media/libstagefright/
H A DAwesomePlayer.cpp983 int32_t cropLeft, cropTop, cropRight, cropBottom; local
985 kKeyCropRect, &cropLeft, &cropTop, &cropRight, &cropBottom)) {
990 cropLeft = cropTop = 0;
997 cropLeft, cropTop, cropRight, cropBottom);
1011 int32_t usableWidth = cropRight - cropLeft + 1;
/frameworks/media/libvideoeditor/lvpp/
H A DPreviewPlayerBase.cpp834 int32_t cropLeft, cropTop, cropRight, cropBottom; local
843 kKeyCropRect, &cropLeft, &cropTop, &cropRight, &cropBottom)) {
845 cropLeft = cropTop = 0;
852 cropLeft, cropTop, cropRight, cropBottom);
855 mCropRect.left = cropLeft;
871 int32_t usableWidth = cropRight - cropLeft + 1;
/frameworks/media/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorVideoDecoder.cpp796 int32_t cropLeft, cropTop, cropRight, cropBottom; local
816 kKeyCropRect, &cropLeft, &cropTop, &cropRight, &cropBottom)) {
818 cropLeft = cropTop = 0;
825 cropLeft, cropTop, cropRight, cropBottom);
828 pDecShellContext->mCropRect.left = cropLeft;
833 width = cropRight - cropLeft + 1;

Completed in 108 milliseconds