Home
last modified time | relevance | path

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

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