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

  /external/skia/src/codec/
SkJpegPriv.h 23 static constexpr uint32_t kICCMarker = JPEG_APP0 + 2;
SkJpegCodec.cpp 47 const uint32_t kExifMarker = JPEG_APP0 + 1;
    [all...]
  /device/generic/goldfish/camera/jpeg-stub/
Compressor.cpp 172 jpeg_write_marker(&mCompressInfo, JPEG_APP0 + 1, rawData, size);
  /external/libjpeg-turbo/
djpeg.c 453 cinfo->unread_marker - JPEG_APP0, (long) length);
531 jpeg_set_marker_processor(&cinfo, JPEG_APP0+12, print_text_marker);
transupp.c     [all...]
jpeglib.h 205 UINT8 marker; /* marker code: JPEG_COM, or JPEG_APP0+n */
    [all...]
  /external/ImageMagick/coders/
jpeg.c 103 #define ICC_MARKER (JPEG_APP0+2)
105 #define IPTC_MARKER (JPEG_APP0+13)
106 #define XML_MARKER (JPEG_APP0+1)
685 marker=jpeg_info->unread_marker-JPEG_APP0;
    [all...]
  /external/pdfium/core/fxcodec/codec/
fx_codec_jpeg.cpp 83 #define JPEG_MARKER_ICC (JPEG_APP0 + 2)
  /external/pdfium/third_party/libjpeg/
jpeglib.h 299 UINT8 marker; /* marker code: JPEG_COM, or JPEG_APP0+n */
    [all...]

Completed in 121 milliseconds