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

/frameworks/av/include/media/stagefright/
H A DColorConverter.h51 size_t cropLeft, size_t cropTop,
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DCropView.java126 float cropTop = -edges.top / scale;
128 float cropBottom = cropTop + getHeight() / scale;
130 return new RectF(cropLeft, cropTop, cropRight, cropBottom);
/frameworks/av/media/libstagefright/
H A DUtils.cpp118 int32_t cropLeft, cropTop, cropRight, cropBottom; local
121 &cropTop,
124 msg->setRect("crop", cropLeft, cropTop, cropRight, cropBottom);
503 int32_t cropLeft, cropTop, cropRight, cropBottom; local
506 &cropTop,
509 meta->setRect(kKeyCropRect, cropLeft, cropTop, cropRight, cropBottom);
H A DAwesomePlayer.cpp1149 int32_t cropLeft, cropTop, cropRight, cropBottom; local
1151 kKeyCropRect, &cropLeft, &cropTop, &cropRight, &cropBottom)) {
1156 cropLeft = cropTop = 0;
1163 cropLeft, cropTop, cropRight, cropBottom);
1178 int32_t usableHeight = 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/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java760 final int cropTop = (layoutHeight - mCropSize) / 2;
762 final int cropBottom = cropTop + mCropSize;
766 mCropRect.set(cropLeft, cropTop, cropRight, cropBottom);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp1302 int32_t cropLeft, cropTop, cropRight, cropBottom; local
1309 int32_t cropLeft, cropTop, cropRight, cropBottom; local
1312 &cropLeft, &cropTop, &cropRight, &cropBottom));
1315 displayHeight = cropBottom - cropTop + 1;
1322 cropLeft, cropTop);

Completed in 4863 milliseconds