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

  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
win32deviceinfo.cc 36 const size_t vid_location = device.id.find(vid); local
37 if (vid_location == std::string::npos ||
38 vid_location + sizeof(vid) - 1 + id_size > device.id.size()) {
47 std::string id_vendor = device.id.substr(vid_location + sizeof(vid) - 1,
macdeviceinfo.cc 40 const size_t vid_location = device.id.size() - 2 * id_size; local
41 std::string id_vendor = device.id.substr(vid_location, id_size);
  /external/chromium_org/media/video/capture/win/
video_capture_device_mf_win.cc 292 const size_t vid_location = unique_id_.find(kVidPrefix); local
293 if (vid_location == std::string::npos ||
294 vid_location + vid_prefix_size + kVidPidSize > unique_id_.size()) {
303 unique_id_.substr(vid_location + vid_prefix_size, kVidPidSize);

Completed in 113 milliseconds