Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Disoff.c153 GST_TRUN_FLAGS_SAMPLE_FLAGS_PRESENT | GST_TRUN_FLAGS_SAMPLE_SIZE_PRESENT | in GST_START_TEST()
226 GST_TRUN_FLAGS_SAMPLE_SIZE_PRESENT | in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/isoff/
Dgstisoff.h141 GST_TRUN_FLAGS_SAMPLE_SIZE_PRESENT = 0x000200, enumerator
Dgstisoff.c241 if ((trun->flags & GST_TRUN_FLAGS_SAMPLE_SIZE_PRESENT) && in gst_isoff_trun_box_parse()
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstdashdemux.c3139 if (trun->flags & GST_TRUN_FLAGS_SAMPLE_SIZE_PRESENT) { in gst_dash_demux_find_sync_samples()