Home
last modified time | relevance | path

Searched refs:JPEG_MARKER (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Djcmarker.c86 } JPEG_MARKER; typedef
127 emit_marker(j_compress_ptr cinfo, JPEG_MARKER mark) in emit_marker()
288 emit_sof(j_compress_ptr cinfo, JPEG_MARKER code) in emit_sof()
448 emit_marker(cinfo, (JPEG_MARKER)marker); in write_marker_header()
Djdmarker.c88 } JPEG_MARKER; typedef
/third_party/skia/third_party/externals/libjpeg-turbo/
Djcmarker.c86 } JPEG_MARKER; typedef
127 emit_marker(j_compress_ptr cinfo, JPEG_MARKER mark) in emit_marker()
288 emit_sof(j_compress_ptr cinfo, JPEG_MARKER code) in emit_sof()
448 emit_marker(cinfo, (JPEG_MARKER)marker); in write_marker_header()
Djdmarker.c88 } JPEG_MARKER; typedef
/third_party/libjpeg-turbo/
Djcmarker.c86 } JPEG_MARKER; typedef
127 emit_marker(j_compress_ptr cinfo, JPEG_MARKER mark) in emit_marker()
288 emit_sof(j_compress_ptr cinfo, JPEG_MARKER code) in emit_sof()
448 emit_marker(cinfo, (JPEG_MARKER)marker); in write_marker_header()
Djdmarker.c88 } JPEG_MARKER; typedef
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpjpegpay.c106 JPEG_MARKER = 0xFF, enumerator
699 while (marker != JPEG_MARKER && ((memory->offset) < memory->total_size)) { in gst_rtp_jpeg_pay_scan_marker()