Searched refs:tpf_max (Results 1 – 2 of 2) sorted by relevance
76 tpf_max = {.numerator = 1, .denominator = FPS_MIN}, variable1358 fival->stepwise.max = tpf_max; in vidioc_enum_frameintervals()1396 tpf = FRACT_CMP(tpf, >, tpf_max) ? tpf_max : tpf; in vidioc_s_parm()
27 tpf_max = {.numerator = FPS_MAX, .denominator = 1}; variable1857 tpf = FRACT_CMP(tpf, >, tpf_max) ? tpf_max : tpf; in vivid_vid_cap_s_parm()