Lines Matching refs:image_width

437 	int  frame_width, image_height, image_width;  in v4l2_detect_cvt()  local
500 image_width = (image_height * 4) / 3; in v4l2_detect_cvt()
503 image_width = (image_height * 16) / 9; in v4l2_detect_cvt()
506 image_width = (image_height * 16) / 10; in v4l2_detect_cvt()
511 image_width = (image_height * 5) / 4; in v4l2_detect_cvt()
513 image_width = (image_height * 15) / 9; in v4l2_detect_cvt()
518 image_width = active_width; in v4l2_detect_cvt()
525 image_width = image_width & ~7; in v4l2_detect_cvt()
535 pix_clk = (image_width + h_blank) * hfreq; in v4l2_detect_cvt()
542 frame_width = image_width + h_blank; in v4l2_detect_cvt()
551 h_blank = image_width * ideal_duty_cycle_per_myriad / in v4l2_detect_cvt()
555 pix_clk = (image_width + h_blank) * hfreq; in v4l2_detect_cvt()
559 frame_width = image_width + h_blank; in v4l2_detect_cvt()
568 fmt->bt.width = image_width; in v4l2_detect_cvt()
574 fmt->bt.hbackporch = frame_width - image_width - h_fp - hsync; in v4l2_detect_cvt()
656 int frame_width, image_height, image_width; in v4l2_detect_gtf() local
688 image_width = ((image_height * aspect.numerator) / aspect.denominator); in v4l2_detect_gtf()
689 image_width = (image_width + GTF_CELL_GRAN/2) & ~(GTF_CELL_GRAN - 1); in v4l2_detect_gtf()
696 num = ((image_width * GTF_D_C_PRIME * (u64)hfreq) - in v4l2_detect_gtf()
697 ((u64)image_width * GTF_D_M_PRIME * 1000)); in v4l2_detect_gtf()
706 num = ((image_width * GTF_S_C_PRIME * (u64)hfreq) - in v4l2_detect_gtf()
707 ((u64)image_width * GTF_S_M_PRIME * 1000)); in v4l2_detect_gtf()
714 frame_width = image_width + h_blank; in v4l2_detect_gtf()
716 pix_clk = (image_width + h_blank) * hfreq; in v4l2_detect_gtf()
726 fmt->bt.width = image_width; in v4l2_detect_gtf()
732 fmt->bt.hbackporch = frame_width - image_width - h_fp - hsync; in v4l2_detect_gtf()