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

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

Completed in 2043 milliseconds