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

  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
CameraCapabilities.java 47 protected final TreeSet<Integer> mSupportedPreviewFormats = new TreeSet<Integer>();
477 mSupportedPreviewFormats.addAll(src.mSupportedPreviewFormats);
519 return new TreeSet<Integer>(mSupportedPreviewFormats);
AndroidCamera2Capabilities.java 54 mSupportedPreviewFormats.add(format);
64 mSupportedPhotoFormats.addAll(mSupportedPreviewFormats);
AndroidCameraCapabilities.java 48 mSupportedPreviewFormats.addAll(p.getSupportedPreviewFormats());

Completed in 80 milliseconds