Home | History | Annotate | Download | only in data

Lines Matching refs:supportedImageFormats

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);