Home
last modified time | relevance | path

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

/drivers/media/video/cx88/
Dcx88-blackbird.c649 fh->dev->ts_packet_count = mpegbufs; /* was: 100 */ in bb_buf_setup()
651 *size = fh->dev->ts_packet_size * fh->dev->ts_packet_count; in bb_buf_setup()
652 *count = fh->dev->ts_packet_count; in bb_buf_setup()
763 f->fmt.pix.sizeimage = dev->ts_packet_size * dev->ts_packet_count; /* 188 * 4 * 1024; */ in vidioc_g_fmt_vid_cap()
782 f->fmt.pix.sizeimage = dev->ts_packet_size * dev->ts_packet_count; /* 188 * 4 * 1024; */; in vidioc_try_fmt_vid_cap()
799 f->fmt.pix.sizeimage = dev->ts_packet_size * dev->ts_packet_count; /* 188 * 4 * 1024; */; in vidioc_s_fmt_vid_cap()
Dcx88-mpeg.c246 int size = dev->ts_packet_size * dev->ts_packet_count; in cx8802_buf_prepare()
256 buf->vb.height = dev->ts_packet_count; in cx8802_buf_prepare()
Dcx88.h479 u32 ts_packet_count; member
Dcx88-dvb.c79 dev->ts_packet_count = 32; in dvb_buf_setup()
81 *size = dev->ts_packet_size * dev->ts_packet_count; in dvb_buf_setup()
/drivers/media/video/cx23885/
Dcx23885-417.c1111 fh->dev->ts1.ts_packet_count = mpeglines; in bb_buf_setup()
1113 *size = fh->dev->ts1.ts_packet_size * fh->dev->ts1.ts_packet_count; in bb_buf_setup()
1395 dev->ts1.ts_packet_size * dev->ts1.ts_packet_count; in vidioc_g_fmt_vid_cap()
1415 dev->ts1.ts_packet_size * dev->ts1.ts_packet_count; in vidioc_try_fmt_vid_cap()
1433 dev->ts1.ts_packet_size * dev->ts1.ts_packet_count; in vidioc_s_fmt_vid_cap()
Dcx23885-dvb.c70 port->ts_packet_count = 32; in dvb_buf_setup()
72 *size = port->ts_packet_size * port->ts_packet_count; in dvb_buf_setup()
Dcx23885.h234 u32 ts_packet_count; member
Dcx23885-core.c1367 int size = port->ts_packet_size * port->ts_packet_count; in cx23885_buf_prepare()
1376 buf->vb.height = port->ts_packet_count; in cx23885_buf_prepare()