Lines Matching refs:image_width

499 	int  frame_width, image_height, image_width;  in v4l2_detect_cvt()  local
562 image_width = (image_height * 4) / 3; in v4l2_detect_cvt()
565 image_width = (image_height * 16) / 9; in v4l2_detect_cvt()
568 image_width = (image_height * 16) / 10; in v4l2_detect_cvt()
573 image_width = (image_height * 5) / 4; in v4l2_detect_cvt()
575 image_width = (image_height * 15) / 9; in v4l2_detect_cvt()
580 image_width = active_width; in v4l2_detect_cvt()
587 image_width = image_width & ~7; in v4l2_detect_cvt()
597 pix_clk = (image_width + h_blank) * hfreq; in v4l2_detect_cvt()
604 frame_width = image_width + h_blank; in v4l2_detect_cvt()
613 h_blank = image_width * ideal_duty_cycle_per_myriad / in v4l2_detect_cvt()
617 pix_clk = (image_width + h_blank) * hfreq; in v4l2_detect_cvt()
621 frame_width = image_width + h_blank; in v4l2_detect_cvt()
630 fmt->bt.width = image_width; in v4l2_detect_cvt()
636 fmt->bt.hbackporch = frame_width - image_width - h_fp - hsync; in v4l2_detect_cvt()
718 int frame_width, image_height, image_width; in v4l2_detect_gtf() local
750 image_width = ((image_height * aspect.numerator) / aspect.denominator); in v4l2_detect_gtf()
751 image_width = (image_width + GTF_CELL_GRAN/2) & ~(GTF_CELL_GRAN - 1); in v4l2_detect_gtf()
758 num = ((image_width * GTF_D_C_PRIME * (u64)hfreq) - in v4l2_detect_gtf()
759 ((u64)image_width * GTF_D_M_PRIME * 1000)); in v4l2_detect_gtf()
768 num = ((image_width * GTF_S_C_PRIME * (u64)hfreq) - in v4l2_detect_gtf()
769 ((u64)image_width * GTF_S_M_PRIME * 1000)); in v4l2_detect_gtf()
776 frame_width = image_width + h_blank; in v4l2_detect_gtf()
778 pix_clk = (image_width + h_blank) * hfreq; in v4l2_detect_gtf()
788 fmt->bt.width = image_width; in v4l2_detect_gtf()
794 fmt->bt.hbackporch = frame_width - image_width - h_fp - hsync; in v4l2_detect_gtf()