Lines Matching refs:IDs
25 All controls are accessed using an ID value. V4L2 defines several IDs
28 pre-defined control IDs have the prefix ``V4L2_CID_``, and are listed in
36 or a driver specific panel application. Predefined IDs were introduced
66 Control IDs
308 End of the predefined control IDs (currently
504 order to resolve this drivers use unique IDs and the
505 ``V4L2_CID_PRIVATE_BASE`` IDs are mapped to those unique IDs by the
506 kernel. Consider these ``V4L2_CID_PRIVATE_BASE`` IDs as aliases to
507 the real IDs.
509 Many applications today still use the ``V4L2_CID_PRIVATE_BASE`` IDs
511 the ``V4L2_CTRL_FLAG_NEXT_CTRL`` flag to enumerate all IDs, so