Lines Matching full:timings
3 * v4l2-dv-timings - Internal header with dv-timings helper functions
19 * typedef v4l2_check_dv_timings_fnc - timings check callback
24 * Returns true if the given timings are valid.
29 * v4l2_valid_dv_timings() - are these timings valid?
47 * timings based on capabilities
55 * timings, filtering out any timings that are not supported based on the
67 * v4l2_find_dv_timings_cap() - Find the closest timings struct
73 * @fnc: callback to check if a given timings struct is OK. May be NULL.
76 * This function tries to map the given timings to an entry in the
77 * full list of possible CEA-861 and DMT timings, filtering out any timings
81 * On success it will fill in @t with the found timings and it returns true.
91 * v4l2_find_dv_timings_cea861_vic() - find timings based on CEA-861 VIC
92 * @t: the timings data.
95 * On success it will fill in @t with the found timings and it returns true.
101 * v4l2_match_dv_timings() - do two timings match?
103 * @measured: the measured timings data.
104 * @standard: the timings according to the standard.
106 * the measured timings.
110 * Returns true if the two timings match, returns false otherwise.
120 * @t: the timings data.
127 * v4l2_detect_cvt - detect if the given timings follow the CVT standard
134 * In other cases, this parameter does not have any effect on timings.
138 * @fmt: the resulting timings.
142 * in with the found CVT timings.
149 * v4l2_detect_gtf - detect if the given timings follow the GTF standard
162 * @fmt: the resulting timings.
166 * in with the found GTF timings.
189 * @t: the timings data.
197 * For different timings reduced fps is allowed if the following conditions
200 * - For CVT timings: if reduced blanking v2 (vsync == 8) is true.
201 * - For CEA861 timings: if %V4L2_DV_FL_CAN_REDUCE_FPS flag is true.