Searched refs:kVidPidSize (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/media/video/capture/win/
H A Dvideo_capture_device_mf_win.cc27 const size_t kVidPidSize = 4; member in namespace:media
199 vid_location + vid_prefix_size + kVidPidSize > unique_id_.size()) {
204 pid_location + pid_prefix_size + kVidPidSize > unique_id_.size()) {
208 unique_id_.substr(vid_location + vid_prefix_size, kVidPidSize);
210 unique_id_.substr(pid_location + pid_prefix_size, kVidPidSize);
/external/chromium_org/media/video/capture/linux/
H A Dvideo_capture_device_linux.cc51 static const size_t kVidPidSize = 4; member in namespace:media
61 char id_buf[kVidPidSize];
65 const bool success = fread(id_buf, kVidPidSize, 1, file) == 1;
69 id->append(id_buf, kVidPidSize);

Completed in 87 milliseconds