Searched refs:InputVideoAttributes (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dpm2_video.c260 InputVideoAttributes[] = variable in typeref:typename:XF86AttributeRec[]
506 if (value < InputVideoAttributes[i].min_value)
507 value = InputVideoAttributes[i].min_value;
509 if (value > InputVideoAttributes[i].max_value)
510 value = InputVideoAttributes[i].max_value;
3117 VAR[i].nAttributes = ENTRIES(InputVideoAttributes);
3118 VAR[i].pAttributes = InputVideoAttributes;

Completed in 10 milliseconds