Home
last modified time | relevance | path

Searched refs:GstTrunBox (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Disoff.c121 GstTrunBox *trun; in GST_START_TEST()
148 trun = &g_array_index (traf->trun, GstTrunBox, 0); in GST_START_TEST()
193 GstTrunBox *trun; in GST_START_TEST()
222 trun = &g_array_index (traf->trun, GstTrunBox, 0); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/isoff/
Dgstisoff.c111 gst_isoff_trun_box_clear (GstTrunBox * trun) in gst_isoff_trun_box_clear()
204 gst_isoff_trun_box_parse (GstTrunBox * trun, GstByteReader * reader) in gst_isoff_trun_box_parse()
410 traf->trun = g_array_new (FALSE, FALSE, sizeof (GstTrunBox)); in gst_isoff_traf_box_parse()
446 GstTrunBox trun; in gst_isoff_traf_box_parse()
Dgstisoff.h157 } GstTrunBox; typedef
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstdashdemux.c3089 GstTrunBox *trun = &g_array_index (traf->trun, GstTrunBox, j); in gst_dash_demux_find_sync_samples()