HomeSort by relevance Sort by last modified time
    Searched refs:MediaStreamType (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/content/public/common/
media_stream_request.h 21 enum MediaStreamType {
64 CONTENT_EXPORT bool IsAudioMediaType(MediaStreamType type);
65 CONTENT_EXPORT bool IsVideoMediaType(MediaStreamType type);
73 MediaStreamType type,
78 MediaStreamType type,
90 MediaStreamType type;
153 typedef std::map<MediaStreamType, MediaStreamDevices> MediaStreamDeviceMap;
171 MediaStreamType audio_type,
172 MediaStreamType video_type);
207 MediaStreamType audio_type
    [all...]
media_stream_request.cc 11 bool IsAudioMediaType(MediaStreamType type) {
17 bool IsVideoMediaType(MediaStreamType type) {
29 MediaStreamType type,
46 MediaStreamType type,
78 MediaStreamType audio_type,
79 MediaStreamType video_type)
  /external/chromium_org/content/browser/renderer_host/media/
media_stream_provider.h 6 // MediaStreamType. There is only one MediaStreamProvider instance per media
44 virtual void Opened(MediaStreamType stream_type,
48 virtual void Closed(MediaStreamType stream_type,
52 virtual void DevicesEnumerated(MediaStreamType stream_type,
71 virtual void EnumerateDevices(MediaStreamType stream_type) = 0;
audio_input_device_manager.h 50 virtual void EnumerateDevices(MediaStreamType stream_type) OVERRIDE;
62 void EnumerateOnDeviceThread(MediaStreamType stream_type);
68 void DevicesEnumeratedOnIOThread(MediaStreamType stream_type,
75 void ClosedOnIOThread(MediaStreamType type, int session_id);
video_capture_manager.h 48 virtual void EnumerateDevices(MediaStreamType stream_type) OVERRIDE;
114 void OnOpened(MediaStreamType type, int capture_session_id);
115 void OnClosed(MediaStreamType type, int capture_session_id);
117 MediaStreamType stream_type,
139 MediaStreamType stream_type,
180 DeviceEntry(MediaStreamType stream_type,
185 const MediaStreamType stream_type;
media_stream_manager.h 133 MediaStreamType type,
145 MediaStreamType type,
153 virtual void Opened(MediaStreamType stream_type,
155 virtual void Closed(MediaStreamType stream_type,
157 virtual void DevicesEnumerated(MediaStreamType stream_type,
213 void NotifyDevicesChanged(MediaStreamType stream_type,
230 void StopDevice(MediaStreamType type, int session_id);
233 void CloseDevice(MediaStreamType type, int session_id);
237 MediaStreamProvider* GetDeviceManager(MediaStreamType stream_type);
301 MediaStreamType type
    [all...]
media_stream_dispatcher_host.h 77 MediaStreamType type,
86 MediaStreamType type,
audio_input_device_manager.cc 71 void AudioInputDeviceManager::EnumerateDevices(MediaStreamType stream_type) {
99 const MediaStreamType stream_type = device->device.type;
122 MediaStreamType stream_type) {
216 MediaStreamType stream_type,
236 void AudioInputDeviceManager::ClosedOnIOThread(MediaStreamType stream_type,
audio_input_device_manager_unittest.cc 31 MOCK_METHOD2(Opened, void(MediaStreamType, const int));
32 MOCK_METHOD2(Closed, void(MediaStreamType, const int));
33 MOCK_METHOD2(DevicesEnumerated, void(MediaStreamType,
35 MOCK_METHOD3(Error, void(MediaStreamType, int, MediaStreamProviderError));
174 MediaStreamType stream_type = MEDIA_DEVICE_AUDIO_CAPTURE;
media_stream_manager.cc 62 MediaStreamType* audio_type,
63 MediaStreamType* video_type) {
145 void SetAudioType(MediaStreamType audio_type) {
150 MediaStreamType audio_type() const { return audio_type_; }
152 void SetVideoType(MediaStreamType video_type) {
157 MediaStreamType video_type() const { return video_type_; }
196 void SetState(MediaStreamType stream_type, MediaRequestState new_state) {
199 const MediaStreamType stream_type = static_cast<MediaStreamType>(i);
229 MediaRequestState state(MediaStreamType stream_type) const
    [all...]
video_capture_manager.cc 39 MediaStreamType stream_type,
82 void VideoCaptureManager::EnumerateDevices(MediaStreamType stream_type) {
323 void VideoCaptureManager::OnOpened(MediaStreamType stream_type,
333 void VideoCaptureManager::OnClosed(MediaStreamType stream_type,
344 MediaStreamType stream_type,
371 MediaStreamType stream_type,
media_stream_dispatcher_host.cc 160 MediaStreamType type,
187 MediaStreamType type,
device_request_message_filter_unittest.cc 34 MediaStreamType type,
43 MediaStreamType type,
124 bool AreLabelsPresent(MediaStreamType type) {
  /external/chromium_org/chrome/browser/ui/content_settings/
content_setting_media_menu_model.h 22 typedef base::Callback<void(content::MediaStreamType, const std::string&)>
26 content::MediaStreamType type,
42 content::MediaStreamType type_;
content_setting_bubble_model.h 75 typedef std::map<content::MediaStreamType, MediaMenu> MediaMenuMap;
116 virtual void OnMediaMenuClicked(content::MediaStreamType type,
154 void add_media_menu(content::MediaStreamType type, const MediaMenu& menu) {
content_setting_media_menu_model.cc 12 content::MediaStreamType type,
  /external/chromium_org/chrome/browser/ui/gtk/
content_setting_bubble_gtk.h 41 void UpdateMenuLabel(content::MediaStreamType type,
51 explicit MediaMenuGtk(content::MediaStreamType type);
54 content::MediaStreamType type;
  /external/chromium_org/content/common/media/
media_stream_messages.h 19 IPC_ENUM_TRAITS_MAX_VALUE(content::MediaStreamType,
130 content::MediaStreamType /* type */,
143 content::MediaStreamType /* type */,
media_stream_options.h 92 StreamDeviceInfo(MediaStreamType service_param,
95 StreamDeviceInfo(MediaStreamType service_param,
media_stream_options.cc 102 StreamDeviceInfo::StreamDeviceInfo(MediaStreamType service_param,
109 StreamDeviceInfo::StreamDeviceInfo(MediaStreamType service_param,
  /external/chromium_org/chrome/browser/ui/cocoa/content_settings/
content_setting_bubble_cocoa.h 25 MediaMenuParts(content::MediaStreamType type, NSTextField* label);
28 content::MediaStreamType type;
  /external/chromium_org/content/renderer/pepper/
pepper_media_device_manager.h 76 static MediaStreamType FromPepperDeviceType(PP_DeviceType_Dev type);
77 static PP_DeviceType_Dev FromMediaStreamType(MediaStreamType type);
  /external/chromium_org/content/renderer/media/
media_stream_dispatcher.h 62 MediaStreamType type,
75 MediaStreamType type,
  /external/chromium_org/chrome/browser/media/
media_stream_devices_controller.h 45 typedef std::map<content::MediaStreamType, MediaStreamTypeSettings>
  /external/chromium_org/chrome/browser/ui/views/
content_setting_bubble_contents.h 57 void UpdateMenuLabel(content::MediaStreamType type,

Completed in 648 milliseconds

1 2