MCPcopy Create free account
hub / github.com/HandBrake/HandBrake / hb_buffer_wrapper_init

Function hb_buffer_wrapper_init

libhb/fifo.c:443–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

441}
442
443hb_buffer_t * hb_buffer_wrapper_init()
444{
445 return hb_buffer_init_internal(0);
446}
447
448hb_buffer_t * hb_buffer_init( int size )
449{

Callers 8

hb_buffer_shallow_dupFunction · 0.85
hb_buffer_dupFunction · 0.85
hb_vt_get_bufFunction · 0.85
rotate_vt_workFunction · 0.85
hb_vt_buffer_dupFunction · 0.85
crop_scale_vt_workFunction · 0.85

Calls 1

hb_buffer_init_internalFunction · 0.85

Tested by

no test coverage detected