Home
last modified time | relevance | path

Searched refs:subsegmentStartsWithSAP (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdadaptationsetnode.h51 GstMPDSAPType subsegmentStartsWithSAP; member
Dgstmpdadaptationsetnode.c158 "subsegmentStartsWithSAP", self->subsegmentStartsWithSAP); in gst_mpd_adaptation_set_get_xml_node()
235 self->subsegmentStartsWithSAP = GST_SAP_TYPE_0; in gst_mpd_adaptation_set_node_init()
Dgstmpdparser.c701 &new_adap_set->subsegmentStartsWithSAP); in gst_mpdparser_parse_adaptation_set_node()
/third_party/ffmpeg/libavformat/
Dwebmdashenc.c311 int subsegmentStartsWithSAP = 1; in write_adaptation_set() local
349 if (!w->is_live && (!kf || !strncmp(kf->value, "0", 1))) subsegmentStartsWithSAP = 0; in write_adaptation_set()
351 avio_printf(pb, " subsegmentStartsWithSAP=\"%d\"", subsegmentStartsWithSAP); in write_adaptation_set()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Ddash_mpd.c1225 assert_equals_int (adaptationSet->subsegmentStartsWithSAP, 6); in GST_START_TEST()