Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dwebmdashenc.c336 int subsegmentStartsWithSAP = 1; in write_adaptation_set() local
373 if (!w->is_live && (!kf || !strncmp(kf->value, "0", 1))) subsegmentStartsWithSAP = 0; in write_adaptation_set()
375 avio_printf(s->pb, " subsegmentStartsWithSAP=\"%d\"", subsegmentStartsWithSAP); in write_adaptation_set()
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdparser.h314 GstSAPType subsegmentStartsWithSAP; member
Dgstmpdparser.c2008 &new_adap_set->subsegmentStartsWithSAP); in gst_mpdparser_parse_adaptation_set_node()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Ddash_mpd.c1103 assert_equals_int (adaptationSet->subsegmentStartsWithSAP, 6); in GST_START_TEST()