Lines Matching defs:final
157 static int write_manifest(AVFormatContext *s, int final)
179 final ? "recorded" : "live");
181 if (final)
216 static int write_abst(AVFormatContext *s, OutputStream *os, int final)
229 if (final)
247 avio_w8(out, final ? 0 : 0x20); // profile, live, update
264 avio_wb32(out, final ? (os->fragment_index - 1) : 0xffffffff); // FragmentsPerSegment
448 static int hds_flush(AVFormatContext *s, OutputStream *os, int final,
470 if (!final) {
476 if (c->window_size || (final && c->remove_at_exit)) {
478 if (final && c->remove_at_exit)
492 ret = write_abst(s, os, final);