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

  /external/chromium_org/third_party/webrtc/video_engine/test/libvietest/testbed/
tb_capture_device.cc 22 const unsigned int KMaxUniqueIdLength = 256;
25 char uniqueId[KMaxUniqueIdLength];
26 memset(uniqueId, 0, KMaxUniqueIdLength);
38 KMaxUniqueIdLength));
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_record.cc 68 const unsigned int KMaxUniqueIdLength = 256;
70 char audio_capture_device_name[KMaxUniqueIdLength] = "";
71 char audio_playbackDeviceName[KMaxUniqueIdLength] = "";
147 memset(audio_capture_device_name, 0, KMaxUniqueIdLength);
148 memset(audio_playbackDeviceName, 0, KMaxUniqueIdLength);
190 char uniqueId[KMaxUniqueIdLength];
191 memset(uniqueId, 0, KMaxUniqueIdLength);
199 memset(uniqueId, 0, KMaxUniqueIdLength);
203 KMaxUniqueIdLength);
224 KMaxUniqueIdLength);
    [all...]
vie_autotest_loopback.cc 126 const unsigned int KMaxUniqueIdLength = 256;
129 char uniqueId[KMaxUniqueIdLength];
130 memset(uniqueId, 0, KMaxUniqueIdLength);
139 memset(uniqueId, 0, KMaxUniqueIdLength);
143 KMaxUniqueIdLength);
166 KMaxUniqueIdLength);
174 error = ptrViECapture->AllocateCaptureDevice(uniqueId, KMaxUniqueIdLength,
vie_autotest_simulcast.cc 173 const unsigned int KMaxUniqueIdLength = 256;
176 char unique_id[KMaxUniqueIdLength];
177 memset(unique_id, 0, KMaxUniqueIdLength);
184 memset(unique_id, 0, KMaxUniqueIdLength);
188 KMaxUniqueIdLength);
210 KMaxUniqueIdLength);
217 error = vie_capture->AllocateCaptureDevice(unique_id, KMaxUniqueIdLength,
vie_autotest_custom_call.cc 267 const unsigned int KMaxUniqueIdLength = 256;
268 char unique_id[KMaxUniqueIdLength] = "";
269 char device_name[KMaxUniqueIdLength] = "";
274 char audio_capture_device_name[KMaxUniqueIdLength] = "";
275 char audio_playbackDeviceName[KMaxUniqueIdLength] = "";
296 memset(device_name, 0, KMaxUniqueIdLength);
297 memset(unique_id, 0, KMaxUniqueIdLength);
324 memset(audio_capture_device_name, 0, KMaxUniqueIdLength);
325 memset(audio_playbackDeviceName, 0, KMaxUniqueIdLength);
429 KMaxUniqueIdLength,
    [all...]

Completed in 5725 milliseconds