Home
last modified time | relevance | path

Searched refs:out_of_band (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgst-atsc-section.h163 gboolean out_of_band; /* CVCT only - reserved bit in TVCT */ member
Dgst-atsc-section.c211 source->out_of_band = (tmp16 >> 10) & 0x1; in _parse_atsc_vct()
/third_party/gstreamer/gstplugins_bad/tests/examples/mpegts/
Dts-parser.c1174 g_print (" out_of_band: %u\n", source->out_of_band); in dump_vct()