Searched defs:traf (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstplugins_bad/tests/check/libs/ |
D | isoff.c | 120 GstTrafBox *traf; in GST_START_TEST() local 192 GstTrafBox *traf; in GST_START_TEST() local 257 GstTrafBox *traf; in GST_START_TEST() local
|
/third_party/gstreamer/gstplugins_bad/ext/smoothstreaming/ |
D | gstmssfragmentparser.c | 106 GstTrafBox *traf = &g_array_index (parser->moof->traf, GstTrafBox, 0); in gst_mss_fragment_parser_add_buffer() local
|
D | gstmssmanifest.c | 1637 GstTrafBox *traf; in gst_mss_stream_parse_fragment() local
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/isoff/ |
D | gstisoff.c | 127 gst_isoff_traf_box_clear (GstTrafBox * traf) in gst_isoff_traf_box_clear() 405 gst_isoff_traf_box_parse (GstTrafBox * traf, GstByteReader * reader) in gst_isoff_traf_box_parse() 529 GstTrafBox traf; in gst_isoff_moof_box_parse() local
|
D | gstisoff.h | 190 GArray *traf; member
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | atoms.c | 4571 AtomTRAF *traf = (AtomTRAF *) trafs->data; in atom_moof_set_base_offset() local 4598 atom_traf_free (AtomTRAF * traf) in atom_traf_free() 4763 atom_traf_copy_data (AtomTRAF * traf, guint8 ** buffer, guint64 * size, in atom_traf_copy_data() 4889 atom_traf_add_sdtp (AtomTRAF * traf, AtomSDTP * sdtp) in atom_traf_add_sdtp() 4962 atom_traf_init (AtomTRAF * traf, AtomsContext * context, guint32 track_ID) in atom_traf_init() 4976 AtomTRAF *traf = g_new0 (AtomTRAF, 1); in atom_traf_new() local 4983 atom_traf_set_base_decode_time (AtomTRAF * traf, guint64 base_decode_time) in atom_traf_set_base_decode_time() 4992 atom_traf_add_trun (AtomTRAF * traf, AtomTRUN * trun) in atom_traf_add_trun() 4998 atom_traf_add_samples (AtomTRAF * traf, guint32 nsamples, in atom_traf_add_samples() 5082 atom_traf_get_sample_num (AtomTRAF * traf) in atom_traf_get_sample_num() [all …]
|
D | gstqtmux.h | 153 AtomTRAF *traf; member
|
/third_party/gstreamer/gstplugins_bad/ext/dash/ |
D | gstdashdemux.c | 3062 GstTrafBox *traf = &g_array_index (dash_stream->moof->traf, GstTrafBox, i); in gst_dash_demux_find_sync_samples() local
|