Home
last modified time | relevance | path

Searched refs:GstTrafBox (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Disoff.c120 GstTrafBox *traf; in GST_START_TEST()
136 traf = &g_array_index (moof->traf, GstTrafBox, 0); in GST_START_TEST()
192 GstTrafBox *traf; in GST_START_TEST()
208 traf = &g_array_index (moof->traf, GstTrafBox, 0); in GST_START_TEST()
257 GstTrafBox *traf; in GST_START_TEST()
274 traf = &g_array_index (moof->traf, GstTrafBox, 0); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/ext/smoothstreaming/
Dgstmssfragmentparser.c106 GstTrafBox *traf = &g_array_index (parser->moof->traf, GstTrafBox, 0); in gst_mss_fragment_parser_add_buffer()
Dgstmssmanifest.c1637 GstTrafBox *traf; in gst_mss_stream_parse_fragment()
1646 traf = &g_array_index (moof->traf, GstTrafBox, 0); in gst_mss_stream_parse_fragment()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/isoff/
Dgstisoff.c127 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()
504 moof->traf = g_array_new (FALSE, FALSE, sizeof (GstTrafBox)); in gst_isoff_moof_box_parse()
529 GstTrafBox traf; in gst_isoff_moof_box_parse()
Dgstisoff.h185 } GstTrafBox; typedef
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstdashdemux.c3062 GstTrafBox *traf = &g_array_index (dash_stream->moof->traf, GstTrafBox, i); in gst_dash_demux_find_sync_samples()