Lines Matching full:720
112 * HM12 YUV size is (Y=(h*720) + UV=(h*(720/2))) in cx18_queue_setup()
113 * UYUV YUV size is (Y=(h*720) + UV=(h*(720))) in cx18_queue_setup()
116 szimage = cx->cxhdl.height * 720 * 3 / 2; in cx18_queue_setup()
118 szimage = cx->cxhdl.height * 720 * 2; in cx18_queue_setup()
159 * HM12 YUV size is (Y=(h*720) + UV=(h*(720/2))) in cx18_buf_prepare()
160 * UYUV YUV size is (Y=(h*720) + UV=(h*(720))) in cx18_buf_prepare()
163 size = cx->cxhdl.height * 720 * 3 / 2; in cx18_buf_prepare()
165 size = cx->cxhdl.height * 720 * 2; in cx18_buf_prepare()
279 s->vb_bytes_per_frame = cx->cxhdl.height * 720 * 3 / 2; in cx18_stream_init()
280 s->vb_bytes_per_line = 720; in cx18_stream_init()
749 s->mdl_size = 720 * s->cx->cxhdl.height * 3 / 2; in cx18_stream_configure_mdls()
751 s->mdl_size = 720 * s->cx->cxhdl.height * 2; in cx18_stream_configure_mdls()