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

/frameworks/av/libvideoeditor/lvpp/
H A DPreviewPlayer.cpp1672 int32_t cropLeft, cropTop, cropRight, cropBottom; local
1681 kKeyCropRect, &cropLeft, &cropTop, &cropRight, &cropBottom)) {
1683 cropLeft = cropTop = 0;
1690 cropLeft, cropTop, cropRight, cropBottom);
1693 mCropRect.left = cropLeft;
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)) {
818 cropLeft = cropTop = 0;
825 cropLeft, cropTop, cropRight, cropBottom);
828 pDecShellContext->mCropRect.left = cropLeft;
833 width = cropRight - cropLeft + 1;
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp576 int32_t cropLeft, cropTop, cropRight, cropBottom; local
579 &cropLeft, &cropTop, &cropRight, &cropBottom));
581 int32_t displayWidth = cropRight - cropLeft + 1;
589 cropLeft, cropTop);
/frameworks/av/media/libstagefright/
H A DAwesomePlayer.cpp1015 int32_t cropLeft, cropTop, cropRight, cropBottom; local
1017 kKeyCropRect, &cropLeft, &cropTop, &cropRight, &cropBottom)) {
1022 cropLeft = cropTop = 0;
1029 cropLeft, cropTop, cropRight, cropBottom);
1043 int32_t usableWidth = cropRight - cropLeft + 1;
/frameworks/av/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

Completed in 709 milliseconds