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
301 End of the predefined control IDs (currently
497 order to resolve this drivers use unique IDs and the
498 ``V4L2_CID_PRIVATE_BASE`` IDs are mapped to those unique IDs by the
499 kernel. Consider these ``V4L2_CID_PRIVATE_BASE`` IDs as aliases to
500 the real IDs.
502 Many applications today still use the ``V4L2_CID_PRIVATE_BASE`` IDs
504 the ``V4L2_CTRL_FLAG_NEXT_CTRL`` flag to enumerate all IDs, so