Searched refs:GST_JPEG_MAX_SCAN_COMPONENTS (Results 1 – 2 of 2) sorted by relevance
50 #define GST_JPEG_MAX_SCAN_COMPONENTS 4 macro240 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];
309 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()