Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/
DCameraFormatsActivity.java354 HashSet<Integer> formatSet = new HashSet<>(p.getSupportedPreviewFormats()); in setUpCamera() local
355 mPreviewFormats = new ArrayList<Integer>(formatSet); in setUpCamera()
609 HashSet<Integer> formatSet = new HashSet<>(p.getSupportedPreviewFormats()); in calcAllCombinationsSize() local
613 formatSet.size(); // unique formats in calcAllCombinationsSize()