Lines Matching refs:tpf
602 struct v4l2_fract *tpf) in ov772x_select_fps() argument
604 unsigned int fps = tpf->numerator ? in ov772x_select_fps()
605 tpf->denominator / tpf->numerator : in ov772x_select_fps()
606 tpf->denominator; in ov772x_select_fps()
710 struct v4l2_fract *tpf = &ival->interval; in ov772x_g_frame_interval() local
712 tpf->numerator = 1; in ov772x_g_frame_interval()
713 tpf->denominator = priv->fps; in ov772x_g_frame_interval()
722 struct v4l2_fract *tpf = &ival->interval; in ov772x_s_frame_interval() local
733 fps = ov772x_select_fps(priv, tpf); in ov772x_s_frame_interval()
746 tpf->numerator = 1; in ov772x_s_frame_interval()
747 tpf->denominator = fps; in ov772x_s_frame_interval()