Searched refs:mSupportedPhotoFormats (Results 1 - 3 of 3) sorted by relevance

/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraCapabilities.java50 protected final TreeSet<Integer> mSupportedPhotoFormats = new TreeSet<Integer>(); field in class:CameraCapabilities
480 mSupportedPhotoFormats.addAll(src.mSupportedPhotoFormats);
511 return new TreeSet<Integer>(mSupportedPhotoFormats);
H A DAndroidCamera2Capabilities.java64 mSupportedPhotoFormats.addAll(mSupportedPreviewFormats);
H A DAndroidCameraCapabilities.java49 mSupportedPhotoFormats.addAll(p.getSupportedPictureFormats());

Completed in 22 milliseconds