Searched refs:sample_description_index (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_bad/tests/check/libs/ |
D | isoff.c | 142 fail_unless_equals_int (traf->tfhd.sample_description_index, 0); in GST_START_TEST() 214 fail_unless_equals_int (traf->tfhd.sample_description_index, 0); in GST_START_TEST() 280 fail_unless_equals_int (traf->tfhd.sample_description_index, 0); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/isoff/ |
D | gstisoff.h | 130 guint32 sample_description_index; member
|
D | gstisoff.c | 185 !gst_byte_reader_get_uint32_be (reader, &tfhd->sample_description_index)) in gst_isoff_tfhd_box_parse()
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | atoms.h | 530 guint32 sample_description_index; member 798 guint32 sample_description_index; member 971 … guint32 first_chunk, guint32 nsamples, guint32 sample_description_index);
|
D | atoms.c | 2344 prev_entry->sample_description_index == in atom_stsc_copy_data() 2345 current_entry->sample_description_index) { in atom_stsc_copy_data() 2361 prop_copy_uint32 (entry->sample_description_index, buffer, size, offset); in atom_stsc_copy_data() 3177 guint32 sample_description_index) in atom_stsc_add_new_entry() argument 3190 nentry->sample_description_index = sample_description_index; in atom_stsc_add_new_entry() 3196 nentry.sample_description_index = sample_description_index; in atom_stsc_add_new_entry() 4671 prop_copy_uint32 (tfhd->sample_description_index, buffer, size, offset); in atom_tfhd_copy_data() 4834 tfhd->sample_description_index = 1; in atom_tfhd_init()
|
D | qtdemux.c | 3630 guint32 sample_description_index; in qtdemux_parse_tfhd() local 3631 if (!gst_byte_reader_get_uint32_be (tfhd, &sample_description_index)) in qtdemux_parse_tfhd() 3633 (*stream)->stsd_sample_description_id = sample_description_index - 1; in qtdemux_parse_tfhd()
|