OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:id_size
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
macdeviceinfo.cc
34
const int
id_size
= 4;
local
35
if (device.id.size() < 2 *
id_size
) {
40
const size_t vid_location = device.id.size() - 2 *
id_size
;
41
std::string id_vendor = device.id.substr(vid_location,
id_size
);
42
const size_t pid_location = device.id.size() -
id_size
;
43
std::string id_product = device.id.substr(pid_location,
id_size
);
win32deviceinfo.cc
34
const int
id_size
= 4;
local
38
vid_location + sizeof(vid) - 1 +
id_size
> device.id.size()) {
44
pid_location + sizeof(pid) - 1 +
id_size
> device.id.size()) {
48
id_size
);
50
id_size
);
/external/chromium_org/media/video/capture/win/
video_capture_device_factory_win.cc
173
UINT32
id_size
;
local
176
&
id_size
);
180
base::SysWideToUTF8(std::wstring(id,
id_size
)),
/external/chromium_org/media/filters/
ffmpeg_demuxer.cc
201
int
id_size
= 0;
local
205
&
id_size
);
214
MakeSideData(id_data, id_data +
id_size
,
[
all
...]
/external/chromium_org/google_apis/gcm/engine/
mcs_client.cc
59
for (int i = 0; i < selective_ack.
id_size
(); ++i) {
[
all
...]
Completed in 889 milliseconds