Home
last modified time | relevance | path

Searched refs:kVideoCaptureUniqueNameLength (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/video_capture/
Dvideo_capture_defines.h25 enum {kVideoCaptureUniqueNameLength =1024}; //Max unique capture device name lenght enumerator
/external/webrtc/webrtc/modules/video_capture/ios/
Dvideo_capture_ios.mm53 if (name_length > kVideoCaptureUniqueNameLength)
/external/webrtc/webrtc/modules/video_capture/windows/
Ddevice_info_ds.cc283 if (deviceUniqueIdUTF8Length > kVideoCaptureUniqueNameLength) in GetDeviceFilter()
392 if (deviceUniqueIdUTF8Length > kVideoCaptureUniqueNameLength) in CreateCapabilityMap()
Dvideo_capture_ds.cc67 if (nameLength > kVideoCaptureUniqueNameLength) in Init()
/external/webrtc/webrtc/modules/video_capture/linux/
Ddevice_info_linux.cc171 if (deviceUniqueIdUTF8Length > kVideoCaptureUniqueNameLength) in CreateCapabilityMap()
/external/webrtc/webrtc/modules/video_capture/mac/qtkit/
Dvideo_capture_qtkit.mm67 if(nameLength>kVideoCaptureUniqueNameLength)