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
51
const
StreamDeviceInfoArray
& audio_input_array() const {
54
const
StreamDeviceInfoArray
& audio_output_array() const {
57
const
StreamDeviceInfoArray
& video_array() const { return video_array_; }
74
StreamDeviceInfoArray
audio_input_array_;
75
StreamDeviceInfoArray
audio_output_array_;
76
StreamDeviceInfoArray
video_array_;
media_stream_dispatcher.h
120
const
StreamDeviceInfoArray
& audio_array,
121
const
StreamDeviceInfoArray
& video_array);
129
const
StreamDeviceInfoArray
& device_array);
media_stream_dispatcher_unittest.cc
42
const
StreamDeviceInfoArray
& audio_device_array,
43
const
StreamDeviceInfoArray
& video_device_array) OVERRIDE {
75
const
StreamDeviceInfoArray
& device_array) OVERRIDE {
138
StreamDeviceInfoArray
audio_device_array(options.audio_requested ? 1 : 0);
147
StreamDeviceInfoArray
video_device_array(options.video_requested ? 1 : 0);
240
StreamDeviceInfoArray
video_device_array(1);
331
StreamDeviceInfoArray
audio_device_array(1);
338
StreamDeviceInfoArray
video_device_array(1);
376
StreamDeviceInfoArray
audio_device_array(1);
383
StreamDeviceInfoArray
video_device_array(1)
[
all
...]
media_stream_dispatcher.cc
21
StreamDeviceInfoArray
* array) {
22
for (
StreamDeviceInfoArray
::iterator device_it = array->begin();
61
StreamDeviceInfoArray
audio_array;
62
StreamDeviceInfoArray
video_array;
114
StreamDeviceInfoArray
& audio_array = stream_it->second.audio_array;
115
StreamDeviceInfoArray
& video_array = stream_it->second.video_array;
245
const
StreamDeviceInfoArray
& audio_array,
246
const
StreamDeviceInfoArray
& video_array) {
318
const
StreamDeviceInfoArray
& device_array) {
media_stream_impl.h
69
const
StreamDeviceInfoArray
& audio_array,
70
const
StreamDeviceInfoArray
& video_array) OVERRIDE;
78
const
StreamDeviceInfoArray
& device_array) OVERRIDE;
188
const
StreamDeviceInfoArray
& devices,
194
const
StreamDeviceInfoArray
& devices,
media_stream_center.h
75
const content::
StreamDeviceInfoArray
& devices);
media_stream_impl.cc
79
StreamDeviceInfoArray
audio_input_devices;
80
StreamDeviceInfoArray
video_input_devices;
81
StreamDeviceInfoArray
audio_output_devices;
275
const
StreamDeviceInfoArray
& audio_array,
276
const
StreamDeviceInfoArray
& video_array) {
285
for (
StreamDeviceInfoArray
::const_iterator device_it = audio_array.begin();
291
for (
StreamDeviceInfoArray
::const_iterator device_it = video_array.begin();
442
const
StreamDeviceInfoArray
& devices,
461
const
StreamDeviceInfoArray
& devices,
468
for (
StreamDeviceInfoArray
::const_iterator it = devices.begin()
[
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
41
const
StreamDeviceInfoArray
& audio_devices,
42
const
StreamDeviceInfoArray
& video_devices) OVERRIDE;
53
const
StreamDeviceInfoArray
& devices) OVERRIDE;
media_stream_manager.h
174
const
StreamDeviceInfoArray
& devices) OVERRIDE;
188
StreamDeviceInfoArray
GetDevicesOpenedByRequest(
229
StreamDeviceInfoArray
devices;
244
const
StreamDeviceInfoArray
& devices);
256
void AudioOutputDevicesEnumerated(const
StreamDeviceInfoArray
& devices);
331
void StopRemovedDevices(const
StreamDeviceInfoArray
& old_devices,
332
const
StreamDeviceInfoArray
& new_devices);
362
StreamDeviceInfoArray
devices,
device_request_message_filter_unittest.cc
59
StreamDeviceInfoArray
requested_devices() { return requested_devices_; }
81
void SaveDevices(int request_id, const
StreamDeviceInfoArray
& devices) {
87
StreamDeviceInfoArray
requested_devices_;
144
StreamDeviceInfoArray
physical_audio_devices_;
145
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
145
const
StreamDeviceInfoArray
& devices) {
151
for (
StreamDeviceInfoArray
::const_iterator it = devices.begin();
165
static void ClearDeviceLabels(content::
StreamDeviceInfoArray
* devices) {
166
for (content::
StreamDeviceInfoArray
::iterator device_itr = devices->begin();
335
StreamDeviceInfoArray
devices;
528
for (
StreamDeviceInfoArray
::iterator device_it = request->devices.begin();
577
StreamDeviceInfoArray
& devices = request->devices;
578
for (
StreamDeviceInfoArray
::iterator device_it = devices.begin();
595
StreamDeviceInfoArray
* devices = &request->devices;
601
StreamDeviceInfoArray
::iterator device_it = devices->begin()
[
all
...]
video_capture_manager_unittest.cc
40
const
StreamDeviceInfoArray
&));
154
StreamDeviceInfoArray
devices;
180
StreamDeviceInfoArray
devices;
209
StreamDeviceInfoArray
devices;
239
StreamDeviceInfoArray
devices;
274
StreamDeviceInfoArray
devices;
344
StreamDeviceInfoArray
devices;
390
StreamDeviceInfoArray
devices;
403
StreamDeviceInfoArray
::iterator it = devices.begin();
419
StreamDeviceInfoArray
devices
[
all
...]
audio_input_device_manager.h
75
scoped_ptr<
StreamDeviceInfoArray
> devices);
audio_input_device_manager.cc
130
scoped_ptr<
StreamDeviceInfoArray
> devices(new
StreamDeviceInfoArray
());
198
scoped_ptr<
StreamDeviceInfoArray
> devices) {
media_stream_dispatcher_host.cc
32
const
StreamDeviceInfoArray
& audio_devices,
33
const
StreamDeviceInfoArray
& video_devices) {
74
const
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
61
const
StreamDeviceInfoArray
& audio_device_array,
62
const
StreamDeviceInfoArray
& video_device_array) OVERRIDE;
69
const
StreamDeviceInfoArray
& device_array)
pepper_media_device_manager.cc
65
StreamDeviceInfoArray
()));
148
const
StreamDeviceInfoArray
& audio_device_array,
149
const
StreamDeviceInfoArray
& video_device_array) {}
161
const
StreamDeviceInfoArray
& device_array) {
173
for (
StreamDeviceInfoArray
::const_iterator info = device_array.begin();
Completed in 788 milliseconds
1
2