Searched refs:mSupportedPhotoFormats (Results 1 – 3 of 3) sorted by relevance
50 protected final TreeSet<Integer> mSupportedPhotoFormats = new TreeSet<Integer>(); field in CameraCapabilities480 mSupportedPhotoFormats.addAll(src.mSupportedPhotoFormats); in CameraCapabilities()511 return new TreeSet<Integer>(mSupportedPhotoFormats); in getSupportedPhotoFormats()
64 mSupportedPhotoFormats.addAll(mSupportedPreviewFormats); in AndroidCamera2Capabilities()
49 mSupportedPhotoFormats.addAll(p.getSupportedPictureFormats()); in AndroidCameraCapabilities()