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

Function hb_interjob_get

libhb/hb.c:2417–2420  ·  view source on GitHub ↗

Passes a pointer to persistent data */

Source from the content-addressed store, hash-verified

2415
2416/* Passes a pointer to persistent data */
2417hb_interjob_t * hb_interjob_get( hb_handle_t * h )
2418{
2419 return h->interjob;
2420}
2421
2422int hb_is_hardware_disabled(void)
2423{

Callers 11

syncVideoInitFunction · 0.85
syncVideoCloseFunction · 0.85
analyze_subtitle_scanFunction · 0.85
sanitize_subtitlesFunction · 0.85
do_jobFunction · 0.85
hb_vfr_closeFunction · 0.85
encsvtInitFunction · 0.85
encsvtCloseFunction · 0.85
flushFunction · 0.85
hb_vt_reuse_sessionFunction · 0.85
hb_vt_end_passFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected