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

/frameworks/av/include/media/stagefright/
H A DColorConverter.h52 size_t cropRight, size_t cropBottom);
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DCropView.java128 float cropBottom = cropTop + getHeight() / scale;
130 return new RectF(cropLeft, cropTop, cropRight, cropBottom);
/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/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.cpp649 int32_t cropLeft, cropTop, cropRight, cropBottom; local
652 &cropLeft, &cropTop, &cropRight, &cropBottom));
655 int32_t displayHeight = cropBottom - cropTop + 1;
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java662 final int cropBottom = cropTop + mCropSize;
666 mCropRect.set(cropLeft, cropTop, cropRight, cropBottom);
/frameworks/av/media/libstagefright/
H A DAwesomePlayer.cpp1114 int32_t cropLeft, cropTop, cropRight, cropBottom; local
1116 kKeyCropRect, &cropLeft, &cropTop, &cropRight, &cropBottom)) {
1123 cropBottom = height - 1;
1128 cropLeft, cropTop, cropRight, cropBottom);
1143 int32_t usableHeight = cropBottom - cropTop + 1;

Completed in 498 milliseconds