Searched refs:avcodec_flush_buffers (Results 1 – 10 of 10) sorted by relevance
166 avcodec_flush_buffers(ctx->h264_avctx); in imm5_flush()167 avcodec_flush_buffers(ctx->hevc_avctx); in imm5_flush()
3130 void avcodec_flush_buffers(AVCodecContext *avctx);
377 void avcodec_flush_buffers(AVCodecContext *avctx) in avcodec_flush_buffers() function
454 avcodec_flush_buffers(movie->st[i].codec_ctx); in rewind_file()619 avcodec_flush_buffers(movie->st[i].codec_ctx); in process_command()
99 avcodec_flush_buffers(ctx); in compute_crc_of_packets()
495 avcodec_flush_buffers(ctx); in LLVMFuzzerTestOneInput()
614 avcodec_flush_buffers(d->avctx); in decoder_decode_frame()632 avcodec_flush_buffers(d->avctx); in decoder_decode_frame()
2888 avcodec_flush_buffers(ifile->streams[i].dec_ctx); in read_interval_packets()
3923 avcodec_flush_buffers(avctx); in process_input()
469 Add formal support for calling avcodec_flush_buffers() on encoders.