Lines Matching defs:final
508 int representation_id, int final,
577 if (final)
646 int representation_id, int final)
661 if (c->streaming && os->availability_time_offset && !final)
714 if (!c->lhls || final) {
715 write_hls_media_playlist(os, s, representation_id, final, NULL);
795 int final)
817 if (!final && c->ldash && as->max_frag_duration && !(c->profile & MPD_PROFILE_DVB))
836 else if (final) {
866 if (!final && c->write_prft && os->producer_reference_time_str[0]) {
872 if (!final && c->ldash && os->gop_size && os->frag_type != FRAG_TYPE_NONE && !(c->profile & MPD_PROFILE_DVB) &&
875 output_segment_list(os, out, s, i, final);
1134 static int write_manifest(AVFormatContext *s, int final)
1168 final ? "static" : "dynamic");
1169 if (final) {
1209 if (!final && c->target_latency && c->target_latency_refid >= 0) {
1233 if ((ret = write_adaptation_set(s, out, i, final)) < 0)
1311 else if (final)
1343 else if (final)
1911 static int dash_flush(AVFormatContext *s, int final, int stream)
2006 if (final) {
2030 if (c->has_video && !final) {
2039 if (!c->streaming || final)
2040 ret = write_manifest(s, final);