Name

v4l2_match_dv_timings — do two timings match?

Synopsis

bool v4l2_match_dv_timings (const struct v4l2_dv_timings * measured,
 const struct v4l2_dv_timings * standard,
 unsigned pclock_delta);
 

Arguments

measured

the measured timings data.

standard

the timings according to the standard.

pclock_delta

maximum delta in Hz between standard->pixelclock and the measured timings.

Description

Returns true if the two timings match, returns false otherwise.