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

Function have_ts_sync

libhb/bd.c:1028–1034  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1026}
1027
1028static int have_ts_sync(const uint8_t *buf, int psize)
1029{
1030 return check_ts_sync(&buf[0*psize]) && check_ts_sync(&buf[1*psize]) &&
1031 check_ts_sync(&buf[2*psize]) && check_ts_sync(&buf[3*psize]) &&
1032 check_ts_sync(&buf[4*psize]) && check_ts_sync(&buf[5*psize]) &&
1033 check_ts_sync(&buf[6*psize]) && check_ts_sync(&buf[7*psize]);
1034}
1035
1036#define MAX_HOLE 192*80
1037

Callers 1

align_to_next_packetFunction · 0.70

Calls 1

check_ts_syncFunction · 0.70

Tested by

no test coverage detected