Home
last modified time | relevance | path

Searched refs:TS_SZ (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/media/dvb-core/
Ddvb_net.c86 static unsigned char ule_hist[100*TS_SZ] = { 0 };
176 #define TS_SZ 188 macro
331 if (ule_where >= &ule_hist[100*TS_SZ]) in dvb_net_ule_new_ts_cell()
333 memcpy(ule_where, h->ts, TS_SZ); in dvb_net_ule_new_ts_cell()
335 hexdump(ule_where, TS_SZ); in dvb_net_ule_new_ts_cell()
338 ule_where += TS_SZ; in dvb_net_ule_new_ts_cell()
363 h->ts += TS_SZ; in dvb_net_ule_new_ts_cell()
384 h->ts += TS_SZ; in dvb_net_ule_ts_pusi()
394 h->ts += TS_SZ; in dvb_net_ule_ts_pusi()
511 h->ts += TS_SZ; in dvb_net_ule_new_payload()
[all …]