Lines Matching full:720
134 /* HM12 YUV size is (Y=(h*720) + UV=(h*(720/2))) in cx18_prepare_buffer()
135 UYUV YUV size is (Y=(h*720) + UV=(h*(720))) */ in cx18_prepare_buffer()
137 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()
156 /* HM12 YUV size is (Y=(h*720) + UV=(h*(720/2))) in cx18_prepare_buffer()
157 UYUV YUV size is (Y=(h*720) + UV=(h*(720))) */ 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()
176 1440 is a single line of 4:2:2 YUV at 720 luma samples wide
291 s->vb_bytes_per_frame = cx->cxhdl.height * 720 * 3 / 2; in cx18_stream_init()
292 s->vb_bytes_per_line = 720; in cx18_stream_init()
737 s->mdl_size = 720 * s->cx->cxhdl.height * 3 / 2; in cx18_stream_configure_mdls()
739 s->mdl_size = 720 * s->cx->cxhdl.height * 2; in cx18_stream_configure_mdls()