HomeSort by relevance Sort by last modified time
    Searched defs:jpegRotation (Results 1 - 3 of 3) sorted by null

  /frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
CameraView.java 171 int jpegRotation = Surface.ROTATION_0;
174 jpegRotation = Surface.ROTATION_0;
177 jpegRotation = Surface.ROTATION_90;
180 jpegRotation = Surface.ROTATION_270;
183 jpegRotation = Surface.ROTATION_180;
187 mCameraOps.captureStillPicture(jpegRotation, name, mContext, mode);
  /frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
CameraView.java 170 int jpegRotation = Surface.ROTATION_0;
173 jpegRotation = Surface.ROTATION_0;
176 jpegRotation = Surface.ROTATION_90;
179 jpegRotation = Surface.ROTATION_270;
182 jpegRotation = Surface.ROTATION_180;
186 mCameraOps.captureStillPicture(jpegRotation, name, mContext.getContentResolver());
  /frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.h 63 int32_t jpegRotation;

Completed in 205 milliseconds