Searched refs:GstTfrfBoxEntry (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_bad/tests/check/libs/ |
D | isoff.c | 260 GstTfrfBoxEntry *tfrf_entry; in GST_START_TEST() 294 tfrf_entry = &g_array_index (tfrf->entries, GstTfrfBoxEntry, 0); in GST_START_TEST() 299 tfrf_entry = &g_array_index (tfrf->entries, GstTfrfBoxEntry, 1); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/isoff/ |
D | gstisoff.h | 93 } GstTfrfBoxEntry; typedef
|
D | gstisoff.c | 370 g_array_sized_new (FALSE, FALSE, sizeof (GstTfrfBoxEntry), in gst_isoff_tfrf_box_parse() 374 GstTfrfBoxEntry entry = { 0, }; in gst_isoff_tfrf_box_parse()
|
/third_party/gstreamer/gstplugins_bad/ext/smoothstreaming/ |
D | gstmssmanifest.c | 1652 GstTfrfBoxEntry *entry = in gst_mss_stream_parse_fragment() 1653 &g_array_index (traf->tfrf->entries, GstTfrfBoxEntry, index); in gst_mss_stream_parse_fragment()
|