Searched refs:GstTrafBox (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_bad/tests/check/libs/ |
D | isoff.c | 120 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/ |
D | gstmssfragmentparser.c | 106 GstTrafBox *traf = &g_array_index (parser->moof->traf, GstTrafBox, 0); in gst_mss_fragment_parser_add_buffer()
|
D | gstmssmanifest.c | 1637 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/ |
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() 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()
|
D | gstisoff.h | 185 } GstTrafBox; typedef
|
/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()
|