Searched refs:TS_PACKET_LEN (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/media/test-drivers/vidtv/
H A Dvidtv_ts.c75 TS_PACKET_LEN - nbytes);
78 if (nbytes != TS_PACKET_LEN)
80 TS_PACKET_LEN,
127 TS_PACKET_LEN - nbytes);
130 if (nbytes != TS_PACKET_LEN)
132 TS_PACKET_LEN,
H A Dvidtv_ts.h16 #define TS_PACKET_LEN 188 macro
H A Dvidtv_mux.c373 if (nbytes != npkts * TS_PACKET_LEN)
375 nbytes, npkts * TS_PACKET_LEN);
413 npkts = nbytes / TS_PACKET_LEN;
416 if (nbytes % TS_PACKET_LEN)
H A Dvidtv_pes.c306 u32 unaligned_bytes = (args->dest_offset % TS_PACKET_LEN);
343 TS_PACKET_LEN - unaligned_bytes);
H A Dvidtv_bridge.c123 u32 mux_buf_sz = mux_buf_sz_pkts * TS_PACKET_LEN;
129 mux_buf_sz = roundup(nbytes_expected, TS_PACKET_LEN);
H A Dvidtv_psi.c167 u32 nbytes_past_boundary = (args->dest_offset % TS_PACKET_LEN);
188 TS_PACKET_LEN - nbytes_past_boundary);
192 nbytes_past_boundary = (args->dest_offset + nbytes) % TS_PACKET_LEN;
220 nbytes_past_boundary = (args->dest_offset + nbytes) % TS_PACKET_LEN;
221 payload_write_len = min(TS_PACKET_LEN - nbytes_past_boundary, remaining_len);
238 nbytes_past_boundary = (args->dest_offset + nbytes) % TS_PACKET_LEN;
245 TS_PACKET_LEN - nbytes_past_boundary);

Completed in 257 milliseconds