Lines Matching full:ids
18 All controls are accessed using an ID value. V4L2 defines several IDs
21 pre-defined control IDs have the prefix ``V4L2_CID_``, and are listed in
29 or a driver specific panel application. Predefined IDs were introduced
59 Control IDs
317 End of the predefined control IDs (currently
513 order to resolve this drivers use unique IDs and the
514 ``V4L2_CID_PRIVATE_BASE`` IDs are mapped to those unique IDs by the
515 kernel. Consider these ``V4L2_CID_PRIVATE_BASE`` IDs as aliases to
516 the real IDs.
518 Many applications today still use the ``V4L2_CID_PRIVATE_BASE`` IDs
520 the ``V4L2_CTRL_FLAG_NEXT_CTRL`` flag to enumerate all IDs, so