Lines Matching full:timings
3 * v4l2-dv-timings - Internal header with dv-timings helper functions
17 * @t: Timings for the video mode.
31 * typedef v4l2_check_dv_timings_fnc - timings check callback
36 * Returns true if the given timings are valid.
41 * v4l2_valid_dv_timings() - are these timings valid?
59 * timings based on capabilities
67 * timings, filtering out any timings that are not supported based on the
79 * v4l2_find_dv_timings_cap() - Find the closest timings struct
85 * @fnc: callback to check if a given timings struct is OK. May be NULL.
88 * This function tries to map the given timings to an entry in the
89 * full list of possible CEA-861 and DMT timings, filtering out any timings
93 * On success it will fill in @t with the found timings and it returns true.
103 * v4l2_find_dv_timings_cea861_vic() - find timings based on CEA-861 VIC
104 * @t: the timings data.
107 * On success it will fill in @t with the found timings and it returns true.
113 * v4l2_match_dv_timings() - do two timings match?
115 * @measured: the measured timings data.
116 * @standard: the timings according to the standard.
118 * the measured timings.
122 * Returns true if the two timings match, returns false otherwise.
132 * @t: the timings data.
139 * v4l2_detect_cvt - detect if the given timings follow the CVT standard
146 * In other cases, this parameter does not have any effect on timings.
151 * @fmt: the resulting timings.
155 * in with the found CVT timings.
164 * v4l2_detect_gtf - detect if the given timings follow the GTF standard
178 * @fmt: the resulting timings.
182 * in with the found GTF timings.
207 * @t: the timings data.
215 * For different timings reduced fps is allowed if the following conditions
218 * - For CVT timings: if reduced blanking v2 (vsync == 8) is true.
219 * - For CEA861 timings: if %V4L2_DV_FL_CAN_REDUCE_FPS flag is true.