Lines Matching refs:image_width
378 int frame_width, image_height, image_width; in v4l2_detect_cvt() local
441 image_width = (image_height * 4) / 3; in v4l2_detect_cvt()
444 image_width = (image_height * 16) / 9; in v4l2_detect_cvt()
447 image_width = (image_height * 16) / 10; in v4l2_detect_cvt()
452 image_width = (image_height * 5) / 4; in v4l2_detect_cvt()
454 image_width = (image_height * 15) / 9; in v4l2_detect_cvt()
459 image_width = active_width; in v4l2_detect_cvt()
466 image_width = image_width & ~7; in v4l2_detect_cvt()
476 pix_clk = (image_width + h_blank) * hfreq; in v4l2_detect_cvt()
483 frame_width = image_width + h_blank; in v4l2_detect_cvt()
492 h_blank = image_width * ideal_duty_cycle_per_myriad / in v4l2_detect_cvt()
496 pix_clk = (image_width + h_blank) * hfreq; in v4l2_detect_cvt()
500 frame_width = image_width + h_blank; in v4l2_detect_cvt()
509 fmt->bt.width = image_width; in v4l2_detect_cvt()
515 fmt->bt.hbackporch = frame_width - image_width - h_fp - hsync; in v4l2_detect_cvt()
597 int frame_width, image_height, image_width; in v4l2_detect_gtf() local
629 image_width = ((image_height * aspect.numerator) / aspect.denominator); in v4l2_detect_gtf()
630 image_width = (image_width + GTF_CELL_GRAN/2) & ~(GTF_CELL_GRAN - 1); in v4l2_detect_gtf()
637 num = ((image_width * GTF_D_C_PRIME * (u64)hfreq) - in v4l2_detect_gtf()
638 ((u64)image_width * GTF_D_M_PRIME * 1000)); in v4l2_detect_gtf()
647 num = ((image_width * GTF_S_C_PRIME * (u64)hfreq) - in v4l2_detect_gtf()
648 ((u64)image_width * GTF_S_M_PRIME * 1000)); in v4l2_detect_gtf()
655 frame_width = image_width + h_blank; in v4l2_detect_gtf()
657 pix_clk = (image_width + h_blank) * hfreq; in v4l2_detect_gtf()
667 fmt->bt.width = image_width; in v4l2_detect_gtf()
673 fmt->bt.hbackporch = frame_width - image_width - h_fp - hsync; in v4l2_detect_gtf()