Home
last modified time | relevance | path

Searched refs:RST7 (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/jpegformat/
Dgstjpegformat.h63 #define RST7 0xd7 macro
Dgstjifmux.c291 case RST7: in gst_jif_mux_parse_image()
Dgstjpegparse.c187 if (tag == SOS || (tag >= RST0 && tag <= RST7)) in gst_jpeg_parse_parse_tag_has_entropy_segment()
/third_party/ffmpeg/libavcodec/
Dmjpeg.h68 RST7 = 0xd7, enumerator
Dmjpegdec.c2248 if (x < RST0 || x > RST7) { in ff_mjpeg_find_marker()
2448 if (start_code >= RST0 && start_code <= RST7) { in ff_mjpeg_receive_frame()