Searched refs:isVideoSnapshotSupported (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/
H A DVideoModule.java386 if (CameraUtil.isVideoSnapshotSupported(mParameters) && !mIsVideoCaptureIntent) {
1641 if (CameraUtil.isVideoSnapshotSupported(mParameters) && !mIsVideoCaptureIntent) {
1653 if (CameraUtil.isVideoSnapshotSupported(mParameters) && !mIsVideoCaptureIntent) {
/packages/apps/Camera/src/com/android/camera/
H A DUtil.java102 public static boolean isVideoSnapshotSupported(Parameters params) { method in class:Util
H A DVideoModule.java2435 if (Util.isVideoSnapshotSupported(mParameters) && !mIsVideoCaptureIntent) {
2449 if (Util.isVideoSnapshotSupported(mParameters) && !mIsVideoCaptureIntent) {
/packages/apps/Camera2/src/com/android/camera/util/
H A DCameraUtil.java133 public static boolean isVideoSnapshotSupported(Parameters params) { method in class:CameraUtil
/packages/apps/LegacyCamera/src/com/android/camera/
H A DVideoCamera.java2346 if (mParameters.isVideoSnapshotSupported() && !mIsVideoCaptureIntent) {
2358 if (mParameters.isVideoSnapshotSupported() && !mIsVideoCaptureIntent) {

Completed in 456 milliseconds