Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/media/pci/cx18/
A Dcx18-streams.c137 s->vb_bytes_per_frame = height * 720 * 3 / 2; in cx18_prepare_buffer()
139 s->vb_bytes_per_frame = height * 720 * 2; in cx18_prepare_buffer()
159 s->vb_bytes_per_frame = height * 720 * 3 / 2; in cx18_prepare_buffer()
161 s->vb_bytes_per_frame = height * 720 * 2; in cx18_prepare_buffer()
291 s->vb_bytes_per_frame = cx->cxhdl.height * 720 * 3 / 2; in cx18_stream_init()
A Dcx18-ioctl.c148 pixfmt->sizeimage = s->vb_bytes_per_frame; in cx18_g_fmt_vid_cap()
280 s->vb_bytes_per_frame = h * 720 * 3 / 2; in cx18_s_fmt_vid_cap()
283 s->vb_bytes_per_frame = h * 720 * 2; in cx18_s_fmt_vid_cap()
A Dcx18-driver.h397 u32 vb_bytes_per_frame; member
A Dcx18-mailbox.c185 if (vb_buf->bytes_used >= s->vb_bytes_per_frame) { in cx18_mdl_send_to_videobuf()

Completed in 12 milliseconds