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

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsession.cc 557 video_options_.dscp.Set(value);
566 video_options_.suspend_below_min_bitrate.Set(value);
571 &video_options_.screencast_min_bitrate);
576 &video_options_.cpu_underuse_threshold);
579 &video_options_.cpu_overuse_threshold);
582 &video_options_.cpu_overuse_detection);
585 &video_options_.cpu_overuse_encode_usage);
588 &video_options_.cpu_underuse_encode_rsd_threshold);
591 &video_options_.cpu_overuse_encode_rsd_threshold);
596 &video_options_.use_payload_padding)
    [all...]
webrtcsession.h 359 cricket::VideoOptions video_options_; member in class:webrtc::WebRtcSession
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine.cc 706 video_options_.cpu_overuse_detection.GetWithDefaultIfUnset(false));
728 video_options_.cpu_overuse_detection.GetWithDefaultIfUnset(false));
729 // Use video_options_.SetAll() instead of assignment so that unset value in
731 video_options_.SetAll(video_options);
735 video_options_.cpu_overuse_detection.GetWithDefaultIfUnset(false));
747 video_options_.adapt_input_to_cpu_usage.GetWithDefaultIfUnset(false);
749 video_options_.cpu_overuse_detection.GetWithDefaultIfUnset(false);
754 if (video_options_.adapt_input_to_cpu_usage.IsSet() ||
755 video_options_.cpu_overuse_detection.IsSet()) {
758 if (video_options_.adapt_cpu_with_smoothing.Get(&cpu_smoothing))
849 VideoOptions video_options_; member in class:cricket::WebRtcVideoChannelSendInfo
    [all...]

Completed in 456 milliseconds