Searched refs:generic_standards (Results 1 – 1 of 1) sorted by relevance
217 static struct v4l2_standard generic_standards[] = { variable270 for (idx = 0; idx < ARRAY_SIZE(generic_standards); idx++) { in match_std()271 if (generic_standards[idx].id & id) { in match_std()272 return generic_standards + idx; in match_std()
Completed in 3 milliseconds