Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dqtpalette.c325 int tmp, bit_depth, color_table_id, greyscale, i; in ff_get_qtpalette() local
335 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()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux.h288 guint16 color_table_id; member
Datoms.h441 guint16 color_table_id; member
1039 gint color_table_id; member
Datoms.c633 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()
Dqtdemux.c11191 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() local
11865 gst_byte_reader_get_uint16_le (&br, &color_table_id); in qtdemux_parse_trak()
11866 if (color_table_id != 0) { in qtdemux_parse_trak()
Dgstqtmux.c6405 entry.color_table_id = -1; in gst_qt_mux_video_sink_set_caps()
/third_party/gstreamer/gstplugins_good/
DChangeLog28848 …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 here
28852 guint16 color_table_id;
34616 qtdemux: workaround for files with wrong color_table_id value