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

/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraCapabilities.java47 protected final TreeSet<Integer> mSupportedPreviewFormats = new TreeSet<Integer>(); field in class:CameraCapabilities
477 mSupportedPreviewFormats.addAll(src.mSupportedPreviewFormats);
519 return new TreeSet<Integer>(mSupportedPreviewFormats);

Completed in 18 milliseconds