Lines Matching refs:final
183 static void output_chunk_list(OutputStream *os, AVIOContext *out, int final, int skip, int window_size)
190 if (final)
196 if (!final || removed)
203 static int write_manifest(AVFormatContext *s, int final)
233 if (!final) {
242 if (!final)
256 output_chunk_list(&c->streams[last], out, final, c->lookahead_count, c->window_size);
272 output_chunk_list(&c->streams[last], out, final, c->lookahead_count, c->window_size);
496 static int ism_flush(AVFormatContext *s, int final)
554 if (c->window_size || (final && c->remove_at_exit)) {
559 if (final && c->remove_at_exit)
570 if (final && c->remove_at_exit)
576 ret = write_manifest(s, final);