Home
last modified time | relevance | path

Searched refs:avcodec_flush_buffers (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dimm5.c166 avcodec_flush_buffers(ctx->h264_avctx); in imm5_flush()
167 avcodec_flush_buffers(ctx->hevc_avctx); in imm5_flush()
Davcodec.h3130 void avcodec_flush_buffers(AVCodecContext *avctx);
Davcodec.c377 void avcodec_flush_buffers(AVCodecContext *avctx) in avcodec_flush_buffers() function
/third_party/ffmpeg/libavfilter/
Dsrc_movie.c454 avcodec_flush_buffers(movie->st[i].codec_ctx); in rewind_file()
619 avcodec_flush_buffers(movie->st[i].codec_ctx); in process_command()
/third_party/ffmpeg/tests/api/
Dapi-seek-test.c99 avcodec_flush_buffers(ctx); in compute_crc_of_packets()
/third_party/ffmpeg/tools/
Dtarget_dec_fuzzer.c495 avcodec_flush_buffers(ctx); in LLVMFuzzerTestOneInput()
/third_party/ffmpeg/fftools/
Dffplay.c614 avcodec_flush_buffers(d->avctx); in decoder_decode_frame()
632 avcodec_flush_buffers(d->avctx); in decoder_decode_frame()
Dffprobe.c2888 avcodec_flush_buffers(ifile->streams[i].dec_ctx); in read_interval_packets()
Dffmpeg.c3923 avcodec_flush_buffers(avctx); in process_input()
/third_party/ffmpeg/doc/
DAPIchanges469 Add formal support for calling avcodec_flush_buffers() on encoders.