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

/frameworks/av/media/libstagefright/colorconversion/
H A DColorConverter.cpp61 size_t cropRight, size_t cropBottom)
68 mCropBottom(cropBottom) {
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.cpp422 int32_t cropLeft, cropTop, cropRight, cropBottom; local
425 &cropLeft, &cropTop, &cropRight, &cropBottom));
431 (cropBottom - cropTop + 1),
437 cropBottom - cropTop + 1);
/frameworks/av/libvideoeditor/lvpp/
H A DPreviewPlayer.cpp1672 int32_t cropLeft, cropTop, cropRight, cropBottom; local
1681 kKeyCropRect, &cropLeft, &cropTop, &cropRight, &cropBottom)) {
1685 cropBottom = vHeight - 1;
1690 cropLeft, cropTop, cropRight, cropBottom);
1696 mCropRect.bottom = cropBottom;
1710 int32_t usableHeight = cropBottom - cropTop + 1;
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorVideoDecoder.cpp796 int32_t cropLeft, cropTop, cropRight, cropBottom; local
816 kKeyCropRect, &cropLeft, &cropTop, &cropRight, &cropBottom)) {
820 cropBottom = vHeight - 1;
825 cropLeft, cropTop, cropRight, cropBottom);
831 pDecShellContext->mCropRect.bottom = cropBottom;
834 height = cropBottom - cropTop + 1;
/frameworks/av/media/libstagefright/
H A DAwesomePlayer.cpp1015 int32_t cropLeft, cropTop, cropRight, cropBottom; local
1017 kKeyCropRect, &cropLeft, &cropTop, &cropRight, &cropBottom)) {
1024 cropBottom = height - 1;
1029 cropLeft, cropTop, cropRight, cropBottom);
1044 int32_t usableHeight = cropBottom - cropTop + 1;

Completed in 149 milliseconds