/external/chromium_org/remoting/host/ |
audio_capturer.h | 27 // Capturers should sample at a 44.1 or 48 kHz sampling rate, in uncompressed 28 // PCM stereo format. Capturers may choose the number of frames per packet.
|
desktop_environment.h | 36 // Provides factory methods for creation of audio/video capturers and event 42 // Factory methods used to create audio/video capturers, event executor, and
|
audio_silence_detector.h | 13 // Helper used in audio capturers to detect and drop silent audio packets.
|
basic_desktop_environment.h | 20 // Used to create audio/video capturers and event executor that work with
|
/external/chromium_org/third_party/webrtc/modules/desktop_capture/ |
mouse_cursor_shape.h | 20 // Type used to return mouse cursor shape from video capturers.
|
desktop_capture_options.h | 27 // capturers.
|
desktop_capturer.h | 24 // Abstract interface for screen and window capturers.
|
screen_capturer_mac.mm | 427 bool flip = false; // GL capturers need flipping. [all...] |
/external/chromium_org/remoting/host/win/ |
session_desktop_environment.h | 16 // Used to create audio/video capturers and event executor that are compatible
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
capturemanager.cc | 148 // Since we don't own any of the capturers, all capturers should have been 150 // all capturers *will* be shut down by now, so trying to stop them here 154 "CaptureManager destructing while still tracking capturers!"); 155 // Delete remaining VideoCapturerStates, but don't touch the capturers.
|
capturemanager.h | 36 // addition, these frames can be altered before being sent to the capturers by
|
videocapturer.h | 102 // capturers and various platforms. 139 // is initialized. Can be used to determine if two capturers reference the
|
videocommon_unittest.cc | 290 // This is used when adding multiple capturers
|
videoengine_unittest.h | [all...] |
/external/chromium_org/content/renderer/media/ |
webrtc_audio_device_impl.cc | 252 // Stop all the capturers to ensure no further OnData() and 254 // Cache the capturers in a local list since WebRtcAudioCapturer::Stop() 256 CapturerList capturers; local 257 capturers.swap(capturers_); 258 for (CapturerList::const_iterator iter = capturers.begin(); 259 iter != capturers.end(); ++iter) {
|
audio_input_message_filter.h | 23 // audio capturers. Created on render thread, AudioMessageFilter is operated on
|
/external/chromium_org/chrome/browser/media/ |
native_desktop_media_list.h | 69 // Capturers specified in SetCapturers() and passed to the |worker_| later.
|
native_desktop_media_list.cc | 63 // TODO(sergeyu): Fix screen/window capturers to capture alpha channel and 64 // remove this code. Currently screen/window capturers (at least some
|
/external/chromium_org/third_party/libjingle/source/talk/media/devices/ |
devicemanager.h | 97 // Caps the capture format according to max format for capturers created
|
/external/chromium_org/chrome/browser/renderer_host/pepper/ |
pepper_output_protection_message_filter.cc | 178 // If we successfully retrieved the device level status, check for capturers.
|
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
channelmanager.h | 192 // all local video capturers, processors, and managers should move to.
|
channelmanager.cc | 832 // all local video capturers, processors, and managers should move
|
channel.cc | 76 // TODO(hellner): use the device manager for creation of screen capturers when [all...] |
/external/chromium_org/third_party/webrtc/modules/video_capture/android/java/src/org/webrtc/videoengine/ |
VideoCaptureAndroid.java | 59 // Requests future capturers to send their frames to |localPreview| directly.
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
videosource.cc | 448 // This signal is triggered for all video capturers. Not only the one we are
|