Home
last modified time | relevance | path

Searched refs:is_screencast (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/content/renderer/media/webrtc/
Dwebrtc_video_track_adapter.cc143 bool is_screencast = ConstraintKeyExists( in WebRtcVideoTrackAdapter() local
146 factory->CreateVideoCapturer(is_screencast); in WebRtcVideoTrackAdapter()
170 << is_screencast; in WebRtcVideoTrackAdapter()
Dwebrtc_video_capturer_adapter.cc15 WebRtcVideoCapturerAdapter::WebRtcVideoCapturerAdapter(bool is_screencast) in WebRtcVideoCapturerAdapter() argument
16 : is_screencast_(is_screencast), in WebRtcVideoCapturerAdapter()
Dwebrtc_video_capturer_adapter.h31 explicit WebRtcVideoCapturerAdapter(bool is_screencast); in NON_EXPORTED_BASE()
Dmock_peer_connection_dependency_factory.cc127 explicit MockRtcVideoCapturer(bool is_screencast) in MockRtcVideoCapturer() argument
128 : WebRtcVideoCapturerAdapter(is_screencast), in MockRtcVideoCapturer()
/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dfakevideocapturer.h141 void SetScreencast(bool is_screencast) { in SetScreencast() argument
142 is_screencast_ = is_screencast; in SetScreencast()
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcvideoengine.h297 const VideoFrame* frame, bool is_screencast);
371 int new_width, int new_height, bool is_screencast,
Dwebrtcvideoengine.cc3178 bool is_screencast) { in SendFrame() argument
3198 is_screencast, NULL)) { in SendFrame()
3206 const bool mute = (send_channel->muted() && !is_screencast); in SendFrame()
3891 bool is_screencast, in MaybeResetVieSendCodec() argument
3905 if (!is_screencast && in MaybeResetVieSendCodec()
3925 bool automatic_resize = !is_screencast; in MaybeResetVieSendCodec()
3928 bool vp8_frame_dropping = !is_screencast; in MaybeResetVieSendCodec()
3934 if (is_screencast) { in MaybeResetVieSendCodec()
3971 if (is_screencast) { in MaybeResetVieSendCodec()