MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / ff_progress_frame_await

Function ff_progress_frame_await

libavcodec/decode.c:1947–1950  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1945}
1946
1947void ff_progress_frame_await(const ProgressFrame *f, int n)
1948{
1949 ff_thread_progress_await(&f->progress->progress, n);
1950}
1951
1952#if !HAVE_THREADS
1953enum ThreadingStatus ff_thread_sync_ref(AVCodecContext *avctx, size_t offset)

Callers 15

decode_modeFunction · 0.85
vp8_mc_lumaFunction · 0.85
vp8_mc_chromaFunction · 0.85
decode_mb_row_no_filterFunction · 0.85
vp78_decode_frameFunction · 0.85
decodeFunction · 0.85
handle_p_frame_pngFunction · 0.85
handle_p_frame_apngFunction · 0.85
vp9_decode_frameFunction · 0.85
vp9mvs.cFile · 0.85
await_reference_rowFunction · 0.85
mc_luma_unscaledFunction · 0.85

Calls 1

ff_thread_progress_awaitFunction · 0.85

Tested by

no test coverage detected