HomeSort by relevance Sort by last modified time
    Searched full:is_screencast (Results 1 - 3 of 3) sorted by null

  /external/webrtc/talk/media/base/
fakevideocapturer.h 156 void SetScreencast(bool is_screencast) {
157 is_screencast_ = is_screencast;
  /external/webrtc/talk/media/webrtc/
webrtcvideoengine2.h 315 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)
webrtcvideoengine2.cc 402 bool is_screencast) {
405 !is_screencast && parameters_.config.rtp.ssrcs.size() == 1;
406 bool frame_dropping = !is_screencast;
409 if (is_screencast) {
    [all...]

Completed in 205 milliseconds