Lines Matching defs:is_live
55 int is_live;
91 avio_printf(pb, " type=\"%s\"\n", w->is_live ? "dynamic" : "static");
92 if (!w->is_live) {
98 w->is_live ? "urn:mpeg:dash:profile:isoff-live:2011" : "urn:mpeg:dash:profile:webm-on-demand:2012",
99 w->is_live ? "\n" : ">\n");
100 if (w->is_live) {
184 } else if (w->is_live) {
197 if (w->is_live) {
321 width_in_as = !w->is_live && check_matching_width (s, as);
322 height_in_as = !w->is_live && check_matching_height(s, as);
324 sample_rate_in_as = !w->is_live && check_matching_sample_rate(s, as);
346 boolean[w->is_live || subsegment_alignment(s, as)]);
351 if (!w->is_live && (!kf || !strncmp(kf->value, "0", 1))) subsegmentStartsWithSAP = 0;
356 if (w->is_live) {
384 if (w->is_live) {
400 if (w->is_live)
500 if (!w->is_live) {
527 { "live", "create a live stream manifest", OFFSET(is_live), AV_OPT_TYPE_BOOL, {.i64 = 0}, 0, 1, AV_OPT_FLAG_ENCODING_PARAM },