Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/cx18/
Dcx18-streams.c146 s->vb_bytes_per_frame = height * 720 * 3 / 2; in cx18_prepare_buffer()
148 s->vb_bytes_per_frame = height * 720 * 2; in cx18_prepare_buffer()
168 s->vb_bytes_per_frame = height * 720 * 3 / 2; in cx18_prepare_buffer()
170 s->vb_bytes_per_frame = height * 720 * 2; in cx18_prepare_buffer()
300 s->vb_bytes_per_frame = cx->cxhdl.height * 720 * 3 / 2; in cx18_stream_init()
Dcx18-ioctl.c157 pixfmt->sizeimage = s->vb_bytes_per_frame; in cx18_g_fmt_vid_cap()
289 s->vb_bytes_per_frame = h * 720 * 3 / 2; in cx18_s_fmt_vid_cap()
292 s->vb_bytes_per_frame = h * 720 * 2; in cx18_s_fmt_vid_cap()
Dcx18-driver.h406 u32 vb_bytes_per_frame; member
Dcx18-mailbox.c194 if (vb_buf->bytes_used >= s->vb_bytes_per_frame) { in cx18_mdl_send_to_videobuf()