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 81 Set<Integer> supportedImageFormats = new HashSet<Integer>();
82 supportedImageFormats.add(MtpConstants.FORMAT_JFIF);
83 supportedImageFormats.add(MtpConstants.FORMAT_EXIF_JPEG);
84 supportedImageFormats.add(MtpConstants.FORMAT_PNG);
85 supportedImageFormats.add(MtpConstants.FORMAT_GIF);
86 supportedImageFormats.add(MtpConstants.FORMAT_BMP);
87 SUPPORTED_IMAGE_FORMATS = Collections.unmodifiableSet(supportedImageFormats);
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
peers.cpp 70 if (QImageReader::supportedImageFormats().contains(QByteArray("svg")))
    [all...]
wpagui.cpp 1274 if (QImageReader::supportedImageFormats().contains(QByteArray("svg")))
    [all...]

Completed in 57 milliseconds