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

Function av_refstruct_pool_get

libavutil/refstruct.c:297–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295}
296
297void *av_refstruct_pool_get(AVRefStructPool *pool)
298{
299 void *ret;
300 refstruct_pool_get_ext(&ret, pool);
301 return ret;
302}
303
304/**
305 * Hint: The content of pool_unref() and refstruct_pool_uninit()

Callers 15

av_container_fifo_writeFunction · 0.85
alloc_pictureFunction · 0.85
vaapi_encode_issueFunction · 0.85
alloc_pictureFunction · 0.85
ff_nvdec_start_frameFunction · 0.85
vp9_frame_allocFunction · 0.85
ff_progress_frame_allocFunction · 0.85
load_input_pictureFunction · 0.85
wavpack_decode_blockFunction · 0.85
alloc_frameFunction · 0.85
alloc_tuFunction · 0.85

Calls 1

refstruct_pool_get_extFunction · 0.85

Tested by

no test coverage detected