Lines Matching full:720
113 * HM12 YUV size is (Y=(h*720) + UV=(h*(720/2))) in cx18_queue_setup()
114 * UYUV YUV size is (Y=(h*720) + UV=(h*(720))) in cx18_queue_setup()
117 szimage = cx->cxhdl.height * 720 * 3 / 2; in cx18_queue_setup()
119 szimage = cx->cxhdl.height * 720 * 2; in cx18_queue_setup()
160 * HM12 YUV size is (Y=(h*720) + UV=(h*(720/2))) in cx18_buf_prepare()
161 * UYUV YUV size is (Y=(h*720) + UV=(h*(720))) in cx18_buf_prepare()
164 size = cx->cxhdl.height * 720 * 3 / 2; in cx18_buf_prepare()
166 size = cx->cxhdl.height * 720 * 2; in cx18_buf_prepare()
280 s->vb_bytes_per_frame = cx->cxhdl.height * 720 * 3 / 2; in cx18_stream_init()
281 s->vb_bytes_per_line = 720; in cx18_stream_init()
750 s->mdl_size = 720 * s->cx->cxhdl.height * 3 / 2; in cx18_stream_configure_mdls()
752 s->mdl_size = 720 * s->cx->cxhdl.height * 2; in cx18_stream_configure_mdls()