Home | History | Annotate | Download | only in linux

Lines Matching refs:V4L2_CID_BASE

532 #define V4L2_CID_BASE (V4L2_CTRL_CLASS_USER | 0x900)
533 #define V4L2_CID_USER_BASE V4L2_CID_BASE
538 #define V4L2_CID_BRIGHTNESS (V4L2_CID_BASE+0)
539 #define V4L2_CID_CONTRAST (V4L2_CID_BASE+1)
540 #define V4L2_CID_SATURATION (V4L2_CID_BASE+2)
541 #define V4L2_CID_HUE (V4L2_CID_BASE+3)
542 #define V4L2_CID_AUDIO_VOLUME (V4L2_CID_BASE+5)
543 #define V4L2_CID_AUDIO_BALANCE (V4L2_CID_BASE+6)
544 #define V4L2_CID_AUDIO_BASS (V4L2_CID_BASE+7)
545 #define V4L2_CID_AUDIO_TREBLE (V4L2_CID_BASE+8)
546 #define V4L2_CID_AUDIO_MUTE (V4L2_CID_BASE+9)
547 #define V4L2_CID_AUDIO_LOUDNESS (V4L2_CID_BASE+10)
548 #define V4L2_CID_BLACK_LEVEL (V4L2_CID_BASE+11)
549 #define V4L2_CID_AUTO_WHITE_BALANCE (V4L2_CID_BASE+12)
550 #define V4L2_CID_DO_WHITE_BALANCE (V4L2_CID_BASE+13)
551 #define V4L2_CID_RED_BALANCE (V4L2_CID_BASE+14)
552 #define V4L2_CID_BLUE_BALANCE (V4L2_CID_BASE+15)
553 #define V4L2_CID_GAMMA (V4L2_CID_BASE+16)
555 #define V4L2_CID_EXPOSURE (V4L2_CID_BASE+17)
556 #define V4L2_CID_AUTOGAIN (V4L2_CID_BASE+18)
557 #define V4L2_CID_GAIN (V4L2_CID_BASE+19)
558 #define V4L2_CID_HFLIP (V4L2_CID_BASE+20)
559 #define V4L2_CID_VFLIP (V4L2_CID_BASE+21)
560 #define V4L2_CID_HCENTER (V4L2_CID_BASE+22)
561 #define V4L2_CID_VCENTER (V4L2_CID_BASE+23)
562 #define V4L2_CID_LASTP1 (V4L2_CID_BASE+24)