Searched refs:mfhd (Results 1 – 7 of 7) sorted by relevance
/third_party/gstreamer/gstplugins_bad/tests/check/libs/ |
D | isoff.c | 133 fail_unless_equals_int (moof->mfhd.sequence_number, 1); in GST_START_TEST() 205 fail_unless_equals_int (moof->mfhd.sequence_number, 4); in GST_START_TEST() 271 fail_unless_equals_int (moof->mfhd.sequence_number, 124); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/isoff/ |
D | gstisoff.c | 142 gst_isoff_mfhd_box_parse (GstMfhdBox * mfhd, GstByteReader * reader) in gst_isoff_mfhd_box_parse() argument 158 mfhd->sequence_number = gst_byte_reader_get_uint32_be_unchecked (reader); in gst_isoff_mfhd_box_parse() 523 if (!gst_isoff_mfhd_box_parse (&moof->mfhd, &sub_reader)) in gst_isoff_moof_box_parse()
|
D | gstisoff.h | 189 GstMfhdBox mfhd; member
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | atoms.c | 4498 atom_mfhd_init (AtomMFHD * mfhd, guint32 sequence_number) in atom_mfhd_init() argument 4502 atom_full_init (&(mfhd->header), FOURCC_mfhd, 0, 0, 0, flags); in atom_mfhd_init() 4503 mfhd->sequence_number = sequence_number; in atom_mfhd_init() 4511 atom_mfhd_init (&moof->mfhd, sequence_number); in atom_moof_init() 4581 atom_mfhd_copy_data (AtomMFHD * mfhd, guint8 ** buffer, guint64 * size, in atom_mfhd_copy_data() argument 4586 if (!atom_full_copy_data (&mfhd->header, buffer, size, offset)) { in atom_mfhd_copy_data() 4590 prop_copy_uint32 (mfhd->sequence_number, buffer, size, offset); in atom_mfhd_copy_data() 4765 if (!atom_mfhd_copy_data (&moof->mfhd, buffer, size, offset)) in atom_moof_copy_data()
|
D | atoms.h | 848 AtomMFHD mfhd; member
|
D | qtdemux.c | 3630 qtdemux_parse_mfhd (GstQTDemux * qtdemux, GstByteReader * mfhd, in qtdemux_parse_mfhd() argument 3633 if (!gst_byte_reader_skip (mfhd, 4)) in qtdemux_parse_mfhd() 3635 if (!gst_byte_reader_get_uint32_be (mfhd, fragment_number)) in qtdemux_parse_mfhd()
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 32196 isomp4: Check presence of mfhd in moof 32197 The 'mfhd' atom is mandatory in 'moof'. We can later on check whether 32212 isomp4: Add mfhd atom dumping
|