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

/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/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;
/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/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;

Completed in 221 milliseconds