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
44
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
115
StreamDeviceInfoArray&
video_array
= stream_it->second.
video_array
;
local
118
RemoveStreamDeviceFromArray(device_info, &
video_array
)) {
120
if (audio_array.empty() &&
video_array
.empty()) {
243
const StreamDeviceInfoArray&
video_array
) {
253
new_stream.
video_array
=
video_array
;
257
request.request_id, label, audio_array,
video_array
);
302
RemoveStreamDeviceFromArray(device_info, &stream->
video_array
);
[
all
...]
Completed in 1028 milliseconds