OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:video_array
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/renderer/media/
mock_media_stream_dispatcher.h
56
const StreamDeviceInfoArray&
video_array
() const { return video_array_; }
function in class:content::MockMediaStreamDispatcher
media_stream_dispatcher.cc
61
StreamDeviceInfoArray
video_array
;
member in struct:content::MediaStreamDispatcher::Stream
114
StreamDeviceInfoArray&
video_array
= stream_it->second.
video_array
;
local
117
RemoveStreamDeviceFromArray(device_info, &
video_array
)) {
119
if (audio_array.empty() &&
video_array
.empty()) {
247
const StreamDeviceInfoArray&
video_array
) {
257
new_stream.
video_array
=
video_array
;
261
request.request_id, label, audio_array,
video_array
);
308
RemoveStreamDeviceFromArray(device_info, &stream->
video_array
);
[
all
...]
Completed in 1090 milliseconds