HomeSort by relevance Sort by last modified time
    Searched refs:mSupportedPhotoFormats (Results 1 - 3 of 3) sorted by null

  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
CameraCapabilities.java 50 protected final TreeSet<Integer> mSupportedPhotoFormats = new TreeSet<Integer>();
480 mSupportedPhotoFormats.addAll(src.mSupportedPhotoFormats);
511 return new TreeSet<Integer>(mSupportedPhotoFormats);
AndroidCamera2Capabilities.java 64 mSupportedPhotoFormats.addAll(mSupportedPreviewFormats);
AndroidCameraCapabilities.java 49 mSupportedPhotoFormats.addAll(p.getSupportedPictureFormats());

Completed in 51 milliseconds