Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
443
hb_buffer_t * hb_buffer_wrapper_init()
444
{
445
return hb_buffer_init_internal(0);
446
}
447
448
hb_buffer_t * hb_buffer_init( int size )
449
{
Callers
8
hb_avframe_to_video_buffer
Function · 0.85
hb_buffer_shallow_dup
Function · 0.85
hb_buffer_dup
Function · 0.85
hb_vt_get_buf
Function · 0.85
rotate_vt_work
Function · 0.85
hb_vt_buffer_dup
Function · 0.85
copy_video_buffer_to_hw_video_buffer
Function · 0.85
crop_scale_vt_work
Function · 0.85
Calls
1
hb_buffer_init_internal
Function · 0.85
Tested by
no test coverage detected