OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StreamDeviceInfoArray
(Results
1 - 25
of
30
) sorted by null
1
2
/external/chromium_org/content/renderer/media/
media_stream_dispatcher_eventhandler.h
21
const
StreamDeviceInfoArray
& audio_device_array,
22
const
StreamDeviceInfoArray
& video_device_array) = 0;
38
const
StreamDeviceInfoArray
& device_array) = 0;
mock_media_stream_dispatcher.h
50
const
StreamDeviceInfoArray
& audio_input_array() const {
53
const
StreamDeviceInfoArray
& audio_output_array() const {
56
const
StreamDeviceInfoArray
& video_array() const { return video_array_; }
73
StreamDeviceInfoArray
audio_input_array_;
74
StreamDeviceInfoArray
audio_output_array_;
75
StreamDeviceInfoArray
video_array_;
user_media_client_impl.h
75
const
StreamDeviceInfoArray
& audio_array,
76
const
StreamDeviceInfoArray
& video_array) OVERRIDE;
84
const
StreamDeviceInfoArray
& device_array) OVERRIDE;
192
const
StreamDeviceInfoArray
& devices,
198
const
StreamDeviceInfoArray
& devices,
211
const
StreamDeviceInfoArray
& audio_array,
212
const
StreamDeviceInfoArray
& video_array);
media_stream_dispatcher.h
122
const
StreamDeviceInfoArray
& audio_array,
123
const
StreamDeviceInfoArray
& video_array);
131
const
StreamDeviceInfoArray
& device_array);
media_stream_dispatcher.cc
20
StreamDeviceInfoArray
* array) {
21
for (
StreamDeviceInfoArray
::iterator device_it = array->begin();
60
StreamDeviceInfoArray
audio_array;
61
StreamDeviceInfoArray
video_array;
113
StreamDeviceInfoArray
& audio_array = stream_it->second.audio_array;
114
StreamDeviceInfoArray
& video_array = stream_it->second.video_array;
246
const
StreamDeviceInfoArray
& audio_array,
247
const
StreamDeviceInfoArray
& video_array) {
319
const
StreamDeviceInfoArray
& device_array) {
410
const
StreamDeviceInfoArray
& audio_array = stream_it->second.audio_array
[
all
...]
media_stream_dispatcher_unittest.cc
43
const
StreamDeviceInfoArray
& audio_device_array,
44
const
StreamDeviceInfoArray
& video_device_array) OVERRIDE {
76
const
StreamDeviceInfoArray
& device_array) OVERRIDE {
139
StreamDeviceInfoArray
audio_device_array(options.audio_requested ? 1 : 0);
148
StreamDeviceInfoArray
video_device_array(options.video_requested ? 1 : 0);
239
StreamDeviceInfoArray
video_device_array(1);
330
StreamDeviceInfoArray
audio_device_array(1);
337
StreamDeviceInfoArray
video_device_array(1);
375
StreamDeviceInfoArray
audio_device_array(1);
382
StreamDeviceInfoArray
video_device_array(1)
[
all
...]
media_stream_center.h
75
const content::
StreamDeviceInfoArray
& devices);
user_media_client_impl.cc
100
StreamDeviceInfoArray
audio_input_devices;
101
StreamDeviceInfoArray
video_input_devices;
102
StreamDeviceInfoArray
audio_output_devices;
327
const
StreamDeviceInfoArray
& audio_array,
328
const
StreamDeviceInfoArray
& video_array) {
382
const
StreamDeviceInfoArray
& audio_array,
383
const
StreamDeviceInfoArray
& video_array) {
385
for (
StreamDeviceInfoArray
::const_iterator device_it = audio_array.begin();
391
for (
StreamDeviceInfoArray
::const_iterator device_it = video_array.begin();
589
const
StreamDeviceInfoArray
& devices
[
all
...]
/external/chromium_org/content/browser/renderer_host/media/
media_stream_requester.h
24
const
StreamDeviceInfoArray
& audio_devices,
25
const
StreamDeviceInfoArray
& video_devices) = 0;
41
const
StreamDeviceInfoArray
& devices) = 0;
device_request_message_filter.h
36
const
StreamDeviceInfoArray
& audio_devices,
37
const
StreamDeviceInfoArray
& video_devices) OVERRIDE {}
53
const
StreamDeviceInfoArray
& devices) OVERRIDE;
device_request_message_filter.cc
51
StreamDeviceInfoArray
audio_devices;
52
StreamDeviceInfoArray
video_devices;
59
const
StreamDeviceInfoArray
& new_devices) {
72
StreamDeviceInfoArray
* audio_devices = &request_it->audio_devices;
73
StreamDeviceInfoArray
* video_devices = &request_it->video_devices;
93
StreamDeviceInfoArray
all_devices = *audio_devices;
media_stream_dispatcher_host.h
40
const
StreamDeviceInfoArray
& audio_devices,
41
const
StreamDeviceInfoArray
& video_devices) OVERRIDE;
52
const
StreamDeviceInfoArray
& devices) OVERRIDE;
media_stream_manager.h
173
const
StreamDeviceInfoArray
& devices) OVERRIDE;
187
StreamDeviceInfoArray
GetDevicesOpenedByRequest(
228
StreamDeviceInfoArray
devices;
243
const
StreamDeviceInfoArray
& devices);
255
void AudioOutputDevicesEnumerated(const
StreamDeviceInfoArray
& devices);
332
void StopRemovedDevices(const
StreamDeviceInfoArray
& old_devices,
333
const
StreamDeviceInfoArray
& new_devices);
363
StreamDeviceInfoArray
devices,
device_request_message_filter_unittest.cc
57
StreamDeviceInfoArray
requested_devices() { return requested_devices_; }
79
void SaveDevices(int request_id, const
StreamDeviceInfoArray
& devices) {
85
StreamDeviceInfoArray
requested_devices_;
142
StreamDeviceInfoArray
physical_audio_devices_;
143
StreamDeviceInfoArray
physical_video_devices_;
audio_input_device_manager_unittest.cc
35
const
StreamDeviceInfoArray
&));
38
StreamDeviceInfoArray
devices_;
97
StreamDeviceInfoArray
devices_;
110
for (
StreamDeviceInfoArray
::const_iterator iter = devices_.begin();
142
for (
StreamDeviceInfoArray
::const_iterator iter = devices_.begin();
240
for (
StreamDeviceInfoArray
::const_iterator iter = devices_.begin();
267
StreamDeviceInfoArray
::const_iterator iter = devices_.begin();
media_stream_provider.h
51
const
StreamDeviceInfoArray
& devices) = 0;
media_stream_manager.cc
162
const
StreamDeviceInfoArray
& devices) {
168
for (
StreamDeviceInfoArray
::const_iterator it = devices.begin();
182
static void ClearDeviceLabels(content::
StreamDeviceInfoArray
* devices) {
183
for (content::
StreamDeviceInfoArray
::iterator device_itr = devices->begin();
339
StreamDeviceInfoArray
devices;
536
for (
StreamDeviceInfoArray
::iterator device_it = request->devices.begin();
585
StreamDeviceInfoArray
& devices = request->devices;
586
for (
StreamDeviceInfoArray
::iterator device_it = devices.begin();
603
StreamDeviceInfoArray
* devices = &request->devices;
609
StreamDeviceInfoArray
::iterator device_it = devices->begin()
[
all
...]
media_stream_dispatcher_host.cc
30
const
StreamDeviceInfoArray
& audio_devices,
31
const
StreamDeviceInfoArray
& video_devices) {
71
const
StreamDeviceInfoArray
& devices) {
video_capture_manager_unittest.cc
40
const
StreamDeviceInfoArray
&));
155
StreamDeviceInfoArray
devices;
181
StreamDeviceInfoArray
devices;
210
StreamDeviceInfoArray
devices;
240
StreamDeviceInfoArray
devices;
275
StreamDeviceInfoArray
devices;
345
StreamDeviceInfoArray
devices;
391
StreamDeviceInfoArray
devices;
404
StreamDeviceInfoArray
::iterator it = devices.begin();
420
StreamDeviceInfoArray
devices
[
all
...]
audio_input_device_manager.h
86
scoped_ptr<
StreamDeviceInfoArray
> devices);
audio_input_device_manager.cc
174
scoped_ptr<
StreamDeviceInfoArray
> devices(new
StreamDeviceInfoArray
());
242
scoped_ptr<
StreamDeviceInfoArray
> devices) {
/external/chromium_org/content/common/media/
media_stream_messages.h
65
content::
StreamDeviceInfoArray
/* audio_device_list */,
66
content::
StreamDeviceInfoArray
/* video_device_list */)
85
content::
StreamDeviceInfoArray
/* device_list */)
102
content::
StreamDeviceInfoArray
/* device_list */)
media_stream_options.h
113
typedef std::vector<StreamDeviceInfo>
StreamDeviceInfoArray
;
/external/chromium_org/content/renderer/pepper/
pepper_media_device_manager.h
62
const
StreamDeviceInfoArray
& audio_device_array,
63
const
StreamDeviceInfoArray
& video_device_array) OVERRIDE;
70
const
StreamDeviceInfoArray
& device_array)
pepper_media_device_manager.cc
67
StreamDeviceInfoArray
()));
157
const
StreamDeviceInfoArray
& audio_device_array,
158
const
StreamDeviceInfoArray
& video_device_array) {}
170
const
StreamDeviceInfoArray
& device_array) {
182
for (
StreamDeviceInfoArray
::const_iterator info = device_array.begin();
Completed in 1554 milliseconds
1
2