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

Function hb_buffer_copy_props

libhb/fifo.c:618–622  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

616}
617
618void hb_buffer_copy_props(hb_buffer_t *dst, const hb_buffer_t *src)
619{
620 dst->s = src->s;
621 hb_buffer_copy_side_data(dst, src);
622}
623
624int hb_buffer_is_writable(const hb_buffer_t *buf)
625{

Callers 15

process_frameFunction · 0.85
nlmeans_filter_workFunction · 0.85
nlmeans_add_frameFunction · 0.85
nlmeans_filter_flushFunction · 0.85
hb_detelecine_workFunction · 0.85
hb_lapsharp_workFunction · 0.85
hb_denoise_workFunction · 0.85
unsharp_work_threadFunction · 0.85
hb_buffer_dupFunction · 0.85
hb_buffer_copyFunction · 0.85
rotate_vt_workFunction · 0.85

Calls 1

hb_buffer_copy_side_dataFunction · 0.85

Tested by

no test coverage detected