Searched refs:captureStillPicture (Results 1 – 4 of 4) sorted by relevance
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/ |
D | CameraView.java | 187 mCameraOps.captureStillPicture(jpegRotation, name, mContext, mode); in takePicture()
|
D | CameraOps.java | 520 … 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/ |
D | CameraView.java | 186 mCameraOps.captureStillPicture(jpegRotation, name, mContext.getContentResolver()); in takePicture()
|
D | CameraOps.java | 485 … public void captureStillPicture(int currentJpegRotation, String name, ContentResolver resolver) {
|