OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kVidPidSize
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/media/video/capture/win/
video_capture_device_mf_win.cc
28
const size_t
kVidPidSize
= 4;
294
vid_location + vid_prefix_size +
kVidPidSize
> unique_id_.size()) {
299
pid_location + pid_prefix_size +
kVidPidSize
> unique_id_.size()) {
303
unique_id_.substr(vid_location + vid_prefix_size,
kVidPidSize
);
305
unique_id_.substr(pid_location + pid_prefix_size,
kVidPidSize
);
/external/chromium_org/media/video/capture/linux/
video_capture_device_linux.cc
49
static const size_t
kVidPidSize
= 4;
218
char id_buf[
kVidPidSize
];
222
const bool success = fread(id_buf,
kVidPidSize
, 1, file) == 1;
226
id->append(id_buf,
kVidPidSize
);
Completed in 30 milliseconds