OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kVideoCaptureUniqueNameLength
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/webrtc/modules/video_capture/include/
video_capture_defines.h
25
enum {
kVideoCaptureUniqueNameLength
=1024}; //Max unique capture device name lenght
/external/chromium_org/third_party/webrtc/modules/video_capture/ios/
video_capture_ios.mm
52
if (name_length >
kVideoCaptureUniqueNameLength
)
/external/chromium_org/third_party/webrtc/video_engine/
vie_input_manager.cc
195
if (device_unique_idUTF8Length >
kVideoCaptureUniqueNameLength
) {
201
char found_unique_name[
kVideoCaptureUniqueNameLength
] = "";
205
kVideoCaptureUniqueNameLength
);
/external/chromium_org/third_party/webrtc/modules/video_capture/mac/qtkit/
video_capture_qtkit.mm
67
if(nameLength>
kVideoCaptureUniqueNameLength
)
/external/chromium_org/third_party/webrtc/modules/video_capture/android/
video_capture_android.cc
145
if (nameLength >=
kVideoCaptureUniqueNameLength
)
/external/chromium_org/third_party/webrtc/modules/video_capture/linux/
device_info_linux.cc
171
if (deviceUniqueIdUTF8Length >
kVideoCaptureUniqueNameLength
)
/external/chromium_org/third_party/webrtc/modules/video_capture/windows/
device_info_ds.cc
283
if (deviceUniqueIdUTF8Length >
kVideoCaptureUniqueNameLength
)
392
if (deviceUniqueIdUTF8Length >
kVideoCaptureUniqueNameLength
)
[
all
...]
video_capture_ds.cc
66
if (nameLength >
kVideoCaptureUniqueNameLength
)
Completed in 3521 milliseconds