Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/pci/cx18/
H A Dcx18-ioctl.c66 pixfmt->sizeimage = s->vb_bytes_per_frame; in cx18_g_fmt_vid_cap()
147 s->vb_bytes_per_frame = fmt->fmt.pix.sizeimage; in cx18_s_fmt_vid_cap()
626 cx->streams[CX18_ENC_STREAM_TYPE_YUV].vb_bytes_per_frame = in cx18_s_std()
630 cx->streams[CX18_ENC_STREAM_TYPE_YUV].vb_bytes_per_frame = in cx18_s_std()
H A Dcx18-driver.h404 u32 vb_bytes_per_frame; member
H A Dcx18-mailbox.c186 if (vb_buf->bytes_used >= s->vb_bytes_per_frame) { in cx18_mdl_send_to_vb2()
H A Dcx18-streams.c279 s->vb_bytes_per_frame = cx->cxhdl.height * 720 * 3 / 2; in cx18_stream_init()