Lines Matching refs: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
313 End of the predefined control IDs (currently
509 order to resolve this drivers use unique IDs and the
510 ``V4L2_CID_PRIVATE_BASE`` IDs are mapped to those unique IDs by the
511 kernel. Consider these ``V4L2_CID_PRIVATE_BASE`` IDs as aliases to
512 the real IDs.
514 Many applications today still use the ``V4L2_CID_PRIVATE_BASE`` IDs
516 the ``V4L2_CTRL_FLAG_NEXT_CTRL`` flag to enumerate all IDs, so