Searched refs:IsScreencast (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dremotevideocapturer.h57 virtual bool IsScreencast() const OVERRIDE;
H A Dremotevideocapturer.cc90 bool RemoteVideoCapturer::IsScreencast() const { function in class:webrtc::RemoteVideoCapturer
H A Dvideosource.cc379 } else if (video_capturer_->IsScreencast()) {
399 if (video_capturer_->IsScreencast()) {
/external/chromium_org/content/renderer/media/webrtc/
H A Dwebrtc_video_capturer_adapter.h49 virtual bool IsScreencast() const OVERRIDE;
H A Dwebrtc_video_capturer_adapter.cc62 bool WebRtcVideoCapturerAdapter::IsScreencast() const { function in class:content::WebRtcVideoCapturerAdapter
/external/chromium_org/remoting/host/
H A Dcast_video_capturer_adapter.h55 virtual bool IsScreencast() const OVERRIDE;
H A Dcast_video_capturer_adapter.cc179 bool CastVideoCapturerAdapter::IsScreencast() const { function in class:remoting::CastVideoCapturerAdapter
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dyuvframescapturer.h42 virtual bool IsScreencast() const { return false; } function in class:cricket::YuvFramesCapturer
H A Dfilevideocapturer.h116 virtual bool IsScreencast() const { return false; } function in class:cricket::FileVideoCapturer
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideocapturer.h72 virtual bool IsScreencast() const { return false; } function in class:cricket::WebRtcVideoCapturer
H A Dwebrtcvideoengine.h301 SendFrame(0u, frame, capturer->IsScreencast());
H A Dwebrtcvideoengine.cc2727 if (!capturer->IsScreencast() && ratio_w_ != 0 && ratio_h_ != 0) {
3156 SendFrame(send_channel, frame, capturer->IsScreencast());
3170 SendFrame(send_channel, frame, capturer->IsScreencast());
H A Dwebrtcvideoengine2.cc1405 video_frame_.width(), video_frame_.height(), capturer->IsScreencast());
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dfakevideocapturer.h144 virtual bool IsScreencast() const { return is_screencast_; } function in class:cricket::FakeVideoCapturer
H A Dvideocapturer.cc365 if (IsScreencast()) {
500 if (can_crop && !IsScreencast()) {
526 if (enable_video_adapter_ && !IsScreencast()) {
H A Dvideocapturer.h228 virtual bool IsScreencast() const = 0;

Completed in 320 milliseconds