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

Function ff_thread_get_buffer

libavcodec/utils.c:899–902  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

897#if !HAVE_THREADS
898
899int ff_thread_get_buffer(AVCodecContext *avctx, AVFrame *f, int flags)
900{
901 return ff_get_buffer(avctx, f, flags);
902}
903
904int ff_thread_get_ext_buffer(AVCodecContext *avctx, ThreadFrame *f, int flags)
905{

Callers 15

decode_frameFunction · 0.70
cllc_decode_frameFunction · 0.70
cfhd_decodeFunction · 0.70
tak_decode_frameFunction · 0.70
alloc_pictureFunction · 0.70
dvvideo_decode_frameFunction · 0.70
exr.cFile · 0.70
pixlet_decode_frameFunction · 0.70
alloc_pictureFunction · 0.70
qoi_decode_frameFunction · 0.70
magy_decode_frameFunction · 0.70
decode_frameFunction · 0.70

Calls 1

ff_get_bufferFunction · 0.85

Tested by

no test coverage detected