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

Function hb_buffer_init

libhb/fifo.c:448–451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

446}
447
448hb_buffer_t * hb_buffer_init( int size )
449{
450 return hb_buffer_init_internal(size);
451}
452
453hb_buffer_t * hb_buffer_eof_init(void)
454{

Callers 15

get_packetsFunction · 0.85
WorkFunction · 0.85
hb_dvdnav_readFunction · 0.85
srt_readFunction · 0.85
FlushFunction · 0.85
CreateSilenceBufFunction · 0.85
merge_ssaFunction · 0.85
splice_discontinuityFunction · 0.85
reader_workFunction · 0.85
nlmeans_add_frameFunction · 0.85
demux_dvd_psFunction · 0.85
tx3g_decode_to_ssaFunction · 0.85

Calls 1

hb_buffer_init_internalFunction · 0.85

Tested by

no test coverage detected