Searched refs:CHANNEL_NUMBER (Results 1 - 3 of 3) sorted by relevance

/external/autotest/server/site_tests/network_WiFi_ProfileBasic/
H A Dnetwork_WiFi_ProfileBasic.py47 CHANNEL_NUMBER = 1 variable in class:network_WiFi_ProfileBasic
75 channel=self.CHANNEL_NUMBER, security_config=wep_config)
77 channel=self.CHANNEL_NUMBER, security_config=wep_config)
/external/opencv3/modules/videoio/src/
H A Dcap_libv4l.cpp273 #define CHANNEL_NUMBER 1 macro
694 /* The following code sets the CHANNEL_NUMBER of the video input. Some video sources
703 capture->inp.index = CHANNEL_NUMBER;
704 /* Set only channel number to CHANNEL_NUMBER */
907 /* The following code sets the CHANNEL_NUMBER of the video input. Some video sources
920 selectedChannel.channel=CHANNEL_NUMBER;
H A Dcap_v4l.cpp248 #define CHANNEL_NUMBER 1 macro
842 /* The following code sets the CHANNEL_NUMBER of the video input. Some video sources
851 capture->inp.index = CHANNEL_NUMBER;
852 /* Set only channel number to CHANNEL_NUMBER */
1025 /* The following code sets the CHANNEL_NUMBER of the video input. Some video sources
1039 selectedChannel.channel=CHANNEL_NUMBER;

Completed in 201 milliseconds