HomeSort by relevance Sort by last modified time
    Searched refs:rot90 (Results 1 - 11 of 11) sorted by null

  /packages/apps/Camera2/jni/
jpegutilnative.cpp 44 * 90-degrees are suppored, so the parameter 'rot90' specifies which multiple
66 * @param rot90 the multiple of 90 to rotate by
85 /** Rotation (multiple of 90). For example, rot90 = 1 implies a 90 degree
87 jint rot90) {
100 rot90);
115 * @param rot90 the multiple of 90 degrees to rotate, one of {0, 1, 2, 3}.
120 jint pStride, jint rStride, jobject outBitmap, jint rot90) {
126 if (rot90 == 0) {
137 } else if (rot90 == 1) {
146 } else if (rot90 == 2)
    [all...]
jpegutil.cpp 95 int cropLeft, int cropTop, int cropRight, int cropBottom, int rot90) {
106 rot90 %= 4;
107 if (rot90 == 0) {
109 } else if (rot90 == 1) {
111 } else if (rot90 == 2) {
113 } else if (rot90 == 3) {
320 /** Rotation (multiple of 90). For example, rot90 = 1 implies a 90 degree
322 int rot90) {
328 rot90 %= 4;
330 if (rot90 == 1)
    [all...]
jpegutil.h 53 int rot90);
169 int rot90);
  /packages/apps/Camera2/src/com/android/camera/util/
JpegUtilNative.java 62 * 90-degrees are suppored, so the parameter 'rot90' specifies which
93 * @param rot90 the multiple of 90 to rotate the image CCW (after cropping)
103 int rot90);
116 * @param rot90 the multiple of 90 degrees to rotate counterclockwise, one
120 int pStride, int rStride, Object outBitmap, int rot90);
122 public static void copyImagePlaneToBitmap(ImageProxy.Plane plane, Bitmap bitmap, int rot90) {
131 plane.getRowStride(), bitmap, rot90);
145 int cropLeft, int cropTop, int cropRight, int cropBottom, int rot90) {
157 cropLeft, cropTop, cropRight, cropBottom, rot90));
160 quality, cropLeft, cropTop, cropRight, cropBottom, rot90);
    [all...]
  /external/libjpeg-turbo/
tjbenchtest.in 186 for xform in hflip vflip transpose transverse rot90 rot180 rot270; do
218 for xform in hflip vflip transpose transverse rot90 rot180 rot270; do
235 for xform in hflip vflip transpose transverse rot90 rot180 rot270; do
tjbenchtest.java.in 159 for xform in hflip vflip transpose transverse rot90 rot180 rot270; do
181 for xform in hflip vflip transpose transverse rot90 rot180 rot270; do
193 for xform in hflip vflip transpose transverse rot90 rot180 rot270; do
tjexampletest.in 107 for xform in hflip vflip transpose transverse rot90 rot180 rot270; do
125 for xform in hflip vflip transpose transverse rot90 rot180 rot270; do
136 for xform in hflip vflip transpose transverse rot90 rot180 rot270; do
  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
NavBarTuner.java 119 final View rot90 = mPreview.findViewById(R.id.rot90); local
121 mPreview.findViewById(R.id.rot90).setVisibility(View.GONE);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarInflaterView.java 116 mRot90.setId(R.id.rot90);
NavigationBarView.java 530 mRotatedViews[Surface.ROTATION_90] = findViewById(R.id.rot90);
  /frameworks/native/services/surfaceflinger/
Layer.cpp     [all...]

Completed in 461 milliseconds