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

  /external/chromium_org/third_party/libjpeg_turbo/
djpeg.c 409 if (cinfo->unread_marker == JPEG_COM)
490 jpeg_set_marker_processor(&cinfo, JPEG_COM, print_text_marker);
jpeglib.h 209 UINT8 marker; /* marker code: JPEG_COM, or JPEG_APP0+n */
    [all...]
transupp.c     [all...]
  /external/jpeg/
djpeg.c 381 if (cinfo->unread_marker == JPEG_COM)
460 jpeg_set_marker_processor(&cinfo, JPEG_COM, print_text_marker);
jpeglib.h 197 UINT8 marker; /* marker code: JPEG_COM, or JPEG_APP0+n */
    [all...]
transupp.c 868 jpeg_save_markers(srcinfo, JPEG_COM, 0xFFFF);

Completed in 113 milliseconds