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

  /frameworks/rs/java/tests/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;
Parameters.cpp 348 jpegRotation = 0;
350 jpegRotation);
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/
Camera2Client.cpp 193 result.appendFormat(" Jpeg rotation: %d\n", p.jpegRotation);
    [all...]

Completed in 53 milliseconds