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

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
media_optimization_unittest.cc 59 media_opt_.SuspendBelowMinBitrate(kThresholdBps, kWindowBps);
media_optimization.h 72 void SuspendBelowMinBitrate(int threshold_bps, int window_bps);
video_coding_impl.cc 229 virtual void SuspendBelowMinBitrate() {
230 return sender_->SuspendBelowMinBitrate();
video_sender.cc 442 void VideoSender::SuspendBelowMinBitrate() {
446 assert(false); // Must set a send codec before SuspendBelowMinBitrate.
458 _mediaOpt.SuspendBelowMinBitrate(threshold_bps, window_bps);
video_coding_impl.h 104 void SuspendBelowMinBitrate();
media_optimization.cc 461 void MediaOptimization::SuspendBelowMinBitrate(int threshold_bps,
600 // Check conditions for SuspendBelowMinBitrate. |target_bit_rate_| is in bps.
  /external/chromium_org/third_party/webrtc/video_engine/include/
vie_codec.h 39 // This method is called whenever the state of the SuspendBelowMinBitrate
199 virtual void SuspendBelowMinBitrate(int video_channel) = 0;
  /external/chromium_org/third_party/webrtc/video_engine/
vie_codec_impl.h 73 virtual void SuspendBelowMinBitrate(int video_channel);
vie_encoder.h 170 virtual void SuspendBelowMinBitrate();
vie_codec_impl.cc 576 void ViECodecImpl::SuspendBelowMinBitrate(int video_channel) {
577 LOG(LS_INFO) << "SuspendBelowMinBitrate for channel " << video_channel;
583 vie_encoder->SuspendBelowMinBitrate();
588 // Must enable pacing when enabling SuspendBelowMinBitrate. Otherwise, no
vie_encoder.cc 931 void ViEEncoder::SuspendBelowMinBitrate() {
932 vcm_.SuspendBelowMinBitrate();
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/interface/
video_coding.h 597 virtual void SuspendBelowMinBitrate() = 0;
599 // Returns true if SuspendBelowMinBitrate is engaged and the video has been
  /external/chromium_org/third_party/webrtc/video/
video_send_stream.cc 223 codec_->SuspendBelowMinBitrate(channel_);
video_send_stream_tests.cc 808 TEST_F(VideoSendStreamTest, SuspendBelowMinBitrate) {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcvideoengine.h 811 WEBRTC_VOID_FUNC(SuspendBelowMinBitrate, (int channel)) {
    [all...]
webrtcvideoengine.cc     [all...]

Completed in 928 milliseconds