Lines Matching refs:height
121 unsigned int width, unsigned int height, in cx18_prepare_buffer() argument
130 if ((width < 48) || (height < 32)) in cx18_prepare_buffer()
133 buf->vb.size = (width * height * 2); in cx18_prepare_buffer()
138 if (buf->vb.width != width || buf->vb.height != height || in cx18_prepare_buffer()
143 buf->vb.height = height; in cx18_prepare_buffer()
151 s->vb_bytes_per_frame = height * 720 * 3 / 2; in cx18_prepare_buffer()
153 s->vb_bytes_per_frame = height * 720 * 2; in cx18_prepare_buffer()
165 buf->vb.height = height; in cx18_prepare_buffer()
173 s->vb_bytes_per_frame = height * 720 * 3 / 2; in cx18_prepare_buffer()
175 s->vb_bytes_per_frame = height * 720 * 2; in cx18_prepare_buffer()
201 *size = 2 * cx->cxhdl.width * cx->cxhdl.height; in buffer_setup()
224 cx->cxhdl.width, cx->cxhdl.height, field); in buffer_prepare()
307 s->vb_bytes_per_frame = cx->cxhdl.height * 720 * 3 / 2; in cx18_stream_init()
753 s->mdl_size = 720 * s->cx->cxhdl.height * 3 / 2; in cx18_stream_configure_mdls()
755 s->mdl_size = 720 * s->cx->cxhdl.height * 2; in cx18_stream_configure_mdls()