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

  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
MtpDeviceIndex.java 86 Set<Integer> supportedImageFormats = new HashSet<Integer>();
87 supportedImageFormats.add(MtpConstants.FORMAT_JFIF);
88 supportedImageFormats.add(MtpConstants.FORMAT_EXIF_JPEG);
89 supportedImageFormats.add(MtpConstants.FORMAT_PNG);
90 supportedImageFormats.add(MtpConstants.FORMAT_GIF);
91 supportedImageFormats.add(MtpConstants.FORMAT_BMP);
92 supportedImageFormats.add(MtpConstants.FORMAT_TIFF);
93 supportedImageFormats.add(MtpConstants.FORMAT_TIFF_EP);
95 supportedImageFormats.add(MtpConstants.FORMAT_DNG);
97 SUPPORTED_IMAGE_FORMATS = Collections.unmodifiableSet(supportedImageFormats);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
peers.cpp 70 if (QImageReader::supportedImageFormats().contains(QByteArray("svg")))
    [all...]
wpagui.cpp     [all...]

Completed in 85 milliseconds