Home
last modified time | relevance | path

Searched refs:GST_JPEG_MAX_SCAN_COMPONENTS (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstjpegparser.h50 #define GST_JPEG_MAX_SCAN_COMPONENTS 4 macro
240 GstJpegQuantTable quant_tables[GST_JPEG_MAX_SCAN_COMPONENTS];
273 GstJpegHuffmanTable dc_tables[GST_JPEG_MAX_SCAN_COMPONENTS];
274 GstJpegHuffmanTable ac_tables[GST_JPEG_MAX_SCAN_COMPONENTS];
306 GstJpegScanComponent components[GST_JPEG_MAX_SCAN_COMPONENTS];
Dgstjpegparser.c309 if (frame_hdr->num_components > GST_JPEG_MAX_SCAN_COMPONENTS) in gst_jpeg_segment_parse_frame_header()
367 if (scan_hdr->num_components > GST_JPEG_MAX_SCAN_COMPONENTS) in gst_jpeg_segment_parse_scan_header()
439 if (table_index >= GST_JPEG_MAX_SCAN_COMPONENTS) in gst_jpeg_segment_parse_huffman_table()
503 if (table_index >= GST_JPEG_MAX_SCAN_COMPONENTS) in gst_jpeg_segment_parse_quantization_table()