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

/drivers/media/video/
H A Dv4l2-ioctl.c76 static const struct std_descr standards[] = { variable in typeref:struct:std_descr
123 for (i = 0; standards[i].std; i++)
124 if (myid == standards[i].std)
126 return standards[i].descr;
1043 /* last std value in the standards array is 0, so this
1045 while ((id & standards[j].std) != standards[j].std)
1047 curr_id = standards[j].std;
1048 descr = standards[j].descr;
1123 * to remove the standards tha
[all...]
H A DKconfig106 decode audio/video standards. This option will autoselect

Completed in 79 milliseconds