Home
last modified time | relevance | path

Searched refs:captureStillPicture (Results 1 – 4 of 4) sorted by relevance

/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
DCameraView.java187 mCameraOps.captureStillPicture(jpegRotation, name, mContext, mode); in takePicture()
DCameraOps.java520 … public void captureStillPicture(int currentJpegRotation, String name, Context context, int mode) { in captureStillPicture() method in CameraOps
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
DCameraView.java186 mCameraOps.captureStillPicture(jpegRotation, name, mContext.getContentResolver()); in takePicture()
DCameraOps.java485 … public void captureStillPicture(int currentJpegRotation, String name, ContentResolver resolver) {