Searched defs:is_screencast (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/talk/media/base/
H A Dfakevideocapturer.h156 void SetScreencast(bool is_screencast) { argument
157 is_screencast_ = is_screencast;
/external/webrtc/talk/media/webrtc/
H A Dwebrtcvideoengine2.h315 Dimensions() : width(176), height(144), is_screencast(false) {}
318 bool is_screencast; member in struct:cricket::WebRtcVideoChannel2::WebRtcVideoSendStream::Dimensions
339 bool is_screencast)
353 void SetDimensions(int width, int height, bool is_screencast)
H A Dwebrtcvideoengine2.cc402 bool is_screencast) {
405 !is_screencast && parameters_.config.rtp.ssrcs.size() == 1;
406 bool frame_dropping = !is_screencast;
409 if (is_screencast) {
1965 if (dimensions.is_screencast) {
1980 if (!dimensions.is_screencast) {
1995 if (IsCodecBlacklistedForSimulcast(codec.name) || dimensions.is_screencast) {
2005 dimensions.is_screencast && encoder_config.streams.size() == 1) {
2024 bool is_screencast) {
2026 last_dimensions_.is_screencast
399 ConfigureVideoEncoderSettings( const VideoCodec& codec, const VideoOptions& options, bool is_screencast) argument
2021 SetDimensions( int width, int height, bool is_screencast) argument
[all...]

Completed in 137 milliseconds