Lines Matching +full:720 +full:p
85 w = min(w, 720); in cx18_try_fmt_vid_cap()
86 w = max(w, 720 / 16); in cx18_try_fmt_vid_cap()
98 * HM12 YUV size is (Y=(h*720) + UV=(h*(720/2))) in cx18_try_fmt_vid_cap()
99 * UYUV YUV size is (Y=(h*720) + UV=(h*(720))) in cx18_try_fmt_vid_cap()
102 pixfmt->sizeimage = h * 720 * 3 / 2; in cx18_try_fmt_vid_cap()
103 pixfmt->bytesperline = 720; /* First plane */ in cx18_try_fmt_vid_cap()
105 pixfmt->sizeimage = h * 720 * 2; in cx18_try_fmt_vid_cap()
490 sel->r.width = 720; in cx18_g_selection()
619 cx->cxhdl.width = 720; in cx18_s_std()
622 * HM12 YUV size is (Y=(h*720) + UV=(h*(720/2))) in cx18_s_std()
623 * UYUV YUV size is (Y=(h*720) + UV=(h*(720))) in cx18_s_std()
627 cx->cxhdl.height * 720 * 3 / 2; in cx18_s_std()
628 cx->streams[CX18_ENC_STREAM_TYPE_YUV].vb_bytes_per_line = 720; in cx18_s_std()
631 cx->cxhdl.height * 720 * 2; in cx18_s_std()
709 /* Frame type lookup: 1=I, 2=P, 4=B */ in _cx18_process_idx_data()