Home
last modified time | relevance | path

Searched refs:EXTRA_VIDEO_QUALITY (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Camera2/tests/src/com/android/camera/functional/
DVideoCaptureIntentTest.java139 mIntent.putExtra(MediaStore.EXTRA_VIDEO_QUALITY, 0); // use low quality to speed up in testExtraSizeLimit()
182 mIntent.putExtra(MediaStore.EXTRA_VIDEO_QUALITY, 0); // low quality
194 mIntent.putExtra(MediaStore.EXTRA_VIDEO_QUALITY, 1); // high quality
/packages/apps/LegacyCamera/tests/src/com/android/camera/functional/
DVideoCaptureIntentTest.java155 mIntent.putExtra(MediaStore.EXTRA_VIDEO_QUALITY, 0); // use low quality to speed up in testExtraSizeLimit()
198 mIntent.putExtra(MediaStore.EXTRA_VIDEO_QUALITY, 0); // low quality
210 mIntent.putExtra(MediaStore.EXTRA_VIDEO_QUALITY, 1); // high quality
/packages/apps/LegacyCamera/src/com/android/camera/
DVideoCamera.java727 if (intent.hasExtra(MediaStore.EXTRA_VIDEO_QUALITY)) { in readVideoPreferences()
729 intent.getIntExtra(MediaStore.EXTRA_VIDEO_QUALITY, 0); in readVideoPreferences()
752 if (!intent.hasExtra(MediaStore.EXTRA_VIDEO_QUALITY)) { in readVideoPreferences()
1496 if (intent.hasExtra(MediaStore.EXTRA_VIDEO_QUALITY)) { in filterPreferenceScreenByIntent()
/packages/apps/Camera2/src/com/android/camera/
DVideoModule.java740 if (intent.hasExtra(MediaStore.EXTRA_VIDEO_QUALITY)) { in readVideoPreferences()
742 intent.getIntExtra(MediaStore.EXTRA_VIDEO_QUALITY, 0); in readVideoPreferences()
/packages/providers/MediaProvider/apex/framework/java/android/provider/
DMediaStore.java759 public final static String EXTRA_VIDEO_QUALITY = "android.intent.extra.videoQuality"; field in MediaStore
/packages/providers/MediaProvider/apex/framework/api/
Dcurrent.txt162 field public static final String EXTRA_VIDEO_QUALITY = "android.intent.extra.videoQuality";