Lines Matching refs:image_width

477 	int  frame_width, image_height, image_width;  in v4l2_detect_cvt()  local
540 image_width = (image_height * 4) / 3; in v4l2_detect_cvt()
543 image_width = (image_height * 16) / 9; in v4l2_detect_cvt()
546 image_width = (image_height * 16) / 10; in v4l2_detect_cvt()
551 image_width = (image_height * 5) / 4; in v4l2_detect_cvt()
553 image_width = (image_height * 15) / 9; in v4l2_detect_cvt()
558 image_width = active_width; in v4l2_detect_cvt()
565 image_width = image_width & ~7; in v4l2_detect_cvt()
575 pix_clk = (image_width + h_blank) * hfreq; in v4l2_detect_cvt()
582 frame_width = image_width + h_blank; in v4l2_detect_cvt()
591 h_blank = image_width * ideal_duty_cycle_per_myriad / in v4l2_detect_cvt()
595 pix_clk = (image_width + h_blank) * hfreq; in v4l2_detect_cvt()
599 frame_width = image_width + h_blank; in v4l2_detect_cvt()
608 fmt->bt.width = image_width; in v4l2_detect_cvt()
614 fmt->bt.hbackporch = frame_width - image_width - h_fp - hsync; in v4l2_detect_cvt()
696 int frame_width, image_height, image_width; in v4l2_detect_gtf() local
728 image_width = ((image_height * aspect.numerator) / aspect.denominator); in v4l2_detect_gtf()
729 image_width = (image_width + GTF_CELL_GRAN/2) & ~(GTF_CELL_GRAN - 1); in v4l2_detect_gtf()
736 num = ((image_width * GTF_D_C_PRIME * (u64)hfreq) - in v4l2_detect_gtf()
737 ((u64)image_width * GTF_D_M_PRIME * 1000)); in v4l2_detect_gtf()
746 num = ((image_width * GTF_S_C_PRIME * (u64)hfreq) - in v4l2_detect_gtf()
747 ((u64)image_width * GTF_S_M_PRIME * 1000)); in v4l2_detect_gtf()
754 frame_width = image_width + h_blank; in v4l2_detect_gtf()
756 pix_clk = (image_width + h_blank) * hfreq; in v4l2_detect_gtf()
766 fmt->bt.width = image_width; in v4l2_detect_gtf()
772 fmt->bt.hbackporch = frame_width - image_width - h_fp - hsync; in v4l2_detect_gtf()