OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kVideoCaptureUniqueNameLength
(Results
1 - 6
of
6
) sorted by null
/external/webrtc/webrtc/modules/video_capture/
video_capture_defines.h
25
enum {
kVideoCaptureUniqueNameLength
=1024}; //Max unique capture device name lenght
/external/webrtc/webrtc/modules/video_capture/ios/
video_capture_ios.mm
53
if (name_length >
kVideoCaptureUniqueNameLength
)
/external/webrtc/webrtc/modules/video_capture/mac/qtkit/
video_capture_qtkit.mm
67
if(nameLength>
kVideoCaptureUniqueNameLength
)
/external/webrtc/webrtc/modules/video_capture/linux/
device_info_linux.cc
171
if (deviceUniqueIdUTF8Length >
kVideoCaptureUniqueNameLength
)
/external/webrtc/webrtc/modules/video_capture/windows/
device_info_ds.cc
283
if (deviceUniqueIdUTF8Length >
kVideoCaptureUniqueNameLength
)
392
if (deviceUniqueIdUTF8Length >
kVideoCaptureUniqueNameLength
)
video_capture_ds.cc
67
if (nameLength >
kVideoCaptureUniqueNameLength
)
Completed in 851 milliseconds