HomeSort by relevance Sort by last modified time
    Searched refs:_capability (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/video_capture/ios/
rtc_video_capture_ios_objc.mm 31 webrtc::VideoCaptureCapability _capability;
170 _capability = capability;
194 if (_capability.width >= 1920 || _capability.height >= 1080) {
197 } else if (_capability.width >= 1280 || _capability.height >= 720) {
199 } else if (_capability.width >= 640 || _capability.height >= 480) {
201 } else if (_capability.width >= 352 || _capability.height >= 288)
    [all...]
  /external/autotest/client/cros/bluetooth/
bluetooth_device_xmlrpc_server.py 162 self._capability = 'KeyboardDisplay'
833 agent_manager.RegisterAgent(self.AGENT_PATH, self._capability)
838 agent_manager.RegisterAgent(self.AGENT_PATH, self._capability)
    [all...]

Completed in 90 milliseconds