Lines Matching refs:fmt
351 u32 polarities, struct v4l2_dv_timings *fmt) in v4l2_detect_cvt() argument
444 fmt->type = V4L2_DV_BT_656_1120; in v4l2_detect_cvt()
445 fmt->bt.polarities = polarities; in v4l2_detect_cvt()
446 fmt->bt.width = image_width; in v4l2_detect_cvt()
447 fmt->bt.height = image_height; in v4l2_detect_cvt()
448 fmt->bt.hfrontporch = h_fp; in v4l2_detect_cvt()
449 fmt->bt.vfrontporch = v_fp; in v4l2_detect_cvt()
450 fmt->bt.hsync = hsync; in v4l2_detect_cvt()
451 fmt->bt.vsync = vsync; in v4l2_detect_cvt()
452 fmt->bt.hbackporch = frame_width - image_width - h_fp - hsync; in v4l2_detect_cvt()
453 fmt->bt.vbackporch = frame_height - image_height - v_fp - vsync; in v4l2_detect_cvt()
454 fmt->bt.pixelclock = pix_clk; in v4l2_detect_cvt()
455 fmt->bt.standards = V4L2_DV_BT_STD_CVT; in v4l2_detect_cvt()
457 fmt->bt.flags |= V4L2_DV_FL_REDUCED_BLANKING; in v4l2_detect_cvt()
512 struct v4l2_dv_timings *fmt) in v4l2_detect_gtf() argument
565 fmt->type = V4L2_DV_BT_656_1120; in v4l2_detect_gtf()
566 fmt->bt.polarities = polarities; in v4l2_detect_gtf()
567 fmt->bt.width = image_width; in v4l2_detect_gtf()
568 fmt->bt.height = image_height; in v4l2_detect_gtf()
569 fmt->bt.hfrontporch = h_fp; in v4l2_detect_gtf()
570 fmt->bt.vfrontporch = v_fp; in v4l2_detect_gtf()
571 fmt->bt.hsync = hsync; in v4l2_detect_gtf()
572 fmt->bt.vsync = vsync; in v4l2_detect_gtf()
573 fmt->bt.hbackporch = frame_width - image_width - h_fp - hsync; in v4l2_detect_gtf()
574 fmt->bt.vbackporch = frame_height - image_height - v_fp - vsync; in v4l2_detect_gtf()
575 fmt->bt.pixelclock = pix_clk; in v4l2_detect_gtf()
576 fmt->bt.standards = V4L2_DV_BT_STD_GTF; in v4l2_detect_gtf()
578 fmt->bt.flags |= V4L2_DV_FL_REDUCED_BLANKING; in v4l2_detect_gtf()