Lines Matching refs:tpf
618 struct v4l2_fract *tpf) in ov772x_select_fps() argument
620 unsigned int fps = tpf->numerator ? in ov772x_select_fps()
621 tpf->denominator / tpf->numerator : in ov772x_select_fps()
622 tpf->denominator; in ov772x_select_fps()
726 struct v4l2_fract *tpf = &ival->interval; in ov772x_g_frame_interval() local
728 tpf->numerator = 1; in ov772x_g_frame_interval()
729 tpf->denominator = priv->fps; in ov772x_g_frame_interval()
738 struct v4l2_fract *tpf = &ival->interval; in ov772x_s_frame_interval() local
749 fps = ov772x_select_fps(priv, tpf); in ov772x_s_frame_interval()
762 tpf->numerator = 1; in ov772x_s_frame_interval()
763 tpf->denominator = fps; in ov772x_s_frame_interval()