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

Function av_refstruct_pool_alloc

libavutil/refstruct.c:335–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333}
334
335AVRefStructPool *av_refstruct_pool_alloc(size_t size, unsigned flags)
336{
337 return av_refstruct_pool_alloc_ext(size, flags, NULL, NULL, NULL, NULL, NULL);
338}
339
340AVRefStructPool *av_refstruct_pool_alloc_ext_c(size_t size, unsigned flags,
341 AVRefStructOpaque opaque,

Callers 7

init_table_poolsFunction · 0.85
vp9_frame_allocFunction · 0.85
h264_init_contextFunction · 0.85
pic_arrays_initFunction · 0.85
pic_arrays_initFunction · 0.85
frame_context_initFunction · 0.85
dts2pts_initFunction · 0.85

Calls 1

Tested by

no test coverage detected