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