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

Function encode

libhb/encsvtav1.c:604–613  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

602}
603
604static void encode(hb_work_object_t *w, hb_buffer_t *in, hb_buffer_list_t *list)
605{
606 send(w, in);
607
608 hb_buffer_t *out;
609 while (receive(w, &out, 0) == 0)
610 {
611 hb_buffer_list_append(list, out);
612 }
613}
614
615static void flush(hb_work_object_t *w, hb_buffer_t *in, hb_buffer_list_t *list)
616{

Callers 1

encsvtWorkFunction · 0.85

Calls 3

sendFunction · 0.85
receiveFunction · 0.85
hb_buffer_list_appendFunction · 0.85

Tested by

no test coverage detected