Searched refs:mSupportedPreviewFormats (Results 1 – 3 of 3) sorted by relevance
47 protected final TreeSet<Integer> mSupportedPreviewFormats = new TreeSet<Integer>(); field in CameraCapabilities477 mSupportedPreviewFormats.addAll(src.mSupportedPreviewFormats); in CameraCapabilities()519 return new TreeSet<Integer>(mSupportedPreviewFormats); in getSupportedPreviewFormats()
54 mSupportedPreviewFormats.add(format); in AndroidCamera2Capabilities()64 mSupportedPhotoFormats.addAll(mSupportedPreviewFormats); in AndroidCamera2Capabilities()
48 mSupportedPreviewFormats.addAll(p.getSupportedPreviewFormats()); in AndroidCameraCapabilities()