Searched refs:currentJpegRotation (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
H A DCameraOps.java520 public void captureStillPicture(int currentJpegRotation, String name, Context context, int mode) { argument
534 captureBuilder.set(CaptureRequest.JPEG_ORIENTATION, currentJpegRotation);
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
H A DCameraOps.java485 public void captureStillPicture(int currentJpegRotation, String name, ContentResolver resolver) { argument
498 captureBuilder.set(CaptureRequest.JPEG_ORIENTATION, currentJpegRotation);

Completed in 381 milliseconds