Home
last modified time | relevance | path

Searched refs:kVideoCaptureProductIdLength (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/video_capture/
Dvideo_capture_defines.h23 enum { kVideoCaptureProductIdLength = 128 }; // Max product id length enumerator
/external/webrtc/modules/video_capture/windows/
Ddevice_info_ds.cc316 char productId[kVideoCaptureProductIdLength]; in CreateCapabilityMap()
318 deviceUniqueIdUTF8, productId, kVideoCaptureProductIdLength); in CreateCapabilityMap()
572 bytesToCopy <= kVideoCaptureProductIdLength) { in GetProductId()