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

/packages/apps/Camera/src/com/android/camera/
H A DUtil.java101 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/LegacyCamera/src/com/android/camera/
H A DVideoCamera.java2346 if (mParameters.isVideoSnapshotSupported() && !mIsVideoCaptureIntent) {
2358 if (mParameters.isVideoSnapshotSupported() && !mIsVideoCaptureIntent) {

Completed in 44 milliseconds