Searched refs:color_table_id (Results 1 – 7 of 7) sorted by relevance
325 int tmp, bit_depth, color_table_id, greyscale, i; in ff_get_qtpalette() local335 color_table_id = avio_rb16(pb); in ff_get_qtpalette()348 if (greyscale && bit_depth > 1 && color_table_id) { in ff_get_qtpalette()361 } else if (color_table_id) { in ff_get_qtpalette()
288 guint16 color_table_id; member
441 guint16 color_table_id; member1039 gint color_table_id; member
633 mp4v->color_table_id = 0; in sample_entry_mp4v_init()2191 prop_copy_uint16 (mp4v->color_table_id, buffer, size, offset); in sample_entry_mp4v_copy_data()4488 ste->color_table_id = entry->color_table_id; in atom_trak_set_video_type()
11191 entry->color_table_id = QT_UINT16 (stsd_entry_data + offset + 68); in qtdemux_parse_trak()11196 if (entry->color_table_id == 0 && in qtdemux_parse_trak()11199 entry->color_table_id = -1; in qtdemux_parse_trak()11204 entry->color_table_id); in qtdemux_parse_trak()11219 if (entry->color_table_id) { in qtdemux_parse_trak()11848 guint16 color_table_id = 0; in qtdemux_parse_trak() local11865 gst_byte_reader_get_uint16_le (&br, &color_table_id); in qtdemux_parse_trak()11866 if (color_table_id != 0) { in qtdemux_parse_trak()
6405 entry.color_table_id = -1; in gst_qt_mux_video_sink_set_caps()
28848 …qtdemux.c:10139:16: error: ‘color_table_id’ may be used uninitialized in this function [-Werror=ma…28849 if (color_table_id != 0) {28851 qtdemux.c:10121:19: note: ‘color_table_id’ was declared here28852 guint16 color_table_id;34616 qtdemux: workaround for files with wrong color_table_id value