Searched defs:getNextSupportedVideoQualityIndex (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/settings/
H A DSettingsUtil.java319 int largeIndex = getNextSupportedVideoQualityIndex(cameraId, -1);
320 int mediumIndex = getNextSupportedVideoQualityIndex(cameraId, largeIndex);
321 int smallIndex = getNextSupportedVideoQualityIndex(cameraId, mediumIndex);
335 private static int getNextSupportedVideoQualityIndex(int cameraId, int start) { method in class:SettingsUtil

Completed in 24 milliseconds