Searched refs:cropTop (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DColorConverter.h51 size_t cropLeft, size_t cropTop,
/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),
432 cropLeft, cropTop);
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)) {
1683 cropLeft = cropTop = 0;
1690 cropLeft, cropTop, cropRight, cropBottom);
1695 mCropRect.top = cropTop;
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)) {
818 cropLeft = cropTop = 0;
825 cropLeft, cropTop, cropRight, cropBottom);
830 pDecShellContext->mCropRect.top = cropTop;
834 height = cropBottom - cropTop + 1;
/frameworks/av/media/libstagefright/colorconversion/
H A DColorConverter.cpp60 size_t cropLeft, size_t cropTop,
66 mCropTop(cropTop),
57 BitmapParams( void *bits, size_t width, size_t height, size_t cropLeft, size_t cropTop, size_t cropRight, size_t cropBottom) argument
/frameworks/ex/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java597 final int cropTop = (layoutHeight - mCropSize) / 2;
599 final int cropBottom = cropTop + mCropSize;
603 mCropRect.set(cropLeft, cropTop, cropRight, cropBottom);
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java599 final int cropTop = (layoutHeight - mCropSize) / 2;
601 final int cropBottom = cropTop + mCropSize;
605 mCropRect.set(cropLeft, cropTop, cropRight, cropBottom);
/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);
1044 int32_t usableHeight = cropBottom - cropTop + 1;

Completed in 6839 milliseconds