Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/av7110/
H A Dav7110_ipack.c49 int ac3_off = 0; in send_ipack() local
66 ac3_off = ((p->buf[off + 2] << 8)| in send_ipack()
68 if (ac3_off < p->count) in send_ipack()
69 f = dvb_filter_get_ac3info(p->buf + off + 3 + ac3_off, in send_ipack()
70 p->count - ac3_off, &ai, 0); in send_ipack()
72 nframes = (p->count - off - 3 - ac3_off) / in send_ipack()
74 p->buf[off + 2] = (ac3_off >> 8) & 0xff; in send_ipack()
75 p->buf[off + 3] = (ac3_off) & 0xff; in send_ipack()
77 ac3_off += nframes * ai.framesize - p->count; in send_ipack()
91 p->buf[10] = (ac3_off >> 8) & 0xff; in send_ipack()
[all …]