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

/frameworks/av/include/media/stagefright/
H A DColorConverter.h52 size_t cropRight, size_t cropBottom);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp403 int32_t cropLeft, cropTop, cropRight, cropBottom; local
406 &cropLeft, &cropTop, &cropRight, &cropBottom));
411 (cropRight - cropLeft + 1),
417 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/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/libstagefright/
H A DAwesomePlayer.cpp1014 int32_t cropLeft, cropTop, cropRight, cropBottom; local
1016 kKeyCropRect, &cropLeft, &cropTop, &cropRight, &cropBottom)) {
1022 cropRight = width - 1;
1028 cropLeft, cropTop, cropRight, cropBottom);
1042 int32_t usableWidth = cropRight - cropLeft + 1;

Completed in 103 milliseconds