Searched defs:SetChannelParameters (Results 1 - 10 of 10) sorted by relevance

/external/webrtc/webrtc/test/
H A Dconfigurable_frame_size_encoder.cc71 int32_t ConfigurableFrameSizeEncoder::SetChannelParameters(uint32_t packet_loss, function in class:webrtc::test::ConfigurableFrameSizeEncoder
H A Dfake_encoder.cc126 int32_t FakeEncoder::SetChannelParameters(uint32_t packet_loss, int64_t rtt) { function in class:webrtc::test::FakeEncoder
/external/webrtc/webrtc/video/
H A Dvideo_encoder.cc77 fallback_encoder_->SetChannelParameters(packet_loss_, rtt_);
153 int32_t VideoEncoderSoftwareFallbackWrapper::SetChannelParameters( function in class:webrtc::VideoEncoderSoftwareFallbackWrapper
159 int32_t ret = encoder_->SetChannelParameters(packet_loss, rtt);
161 return fallback_encoder_->SetChannelParameters(packet_loss, rtt);
/external/webrtc/talk/media/webrtc/
H A Dfakewebrtcvideoengine.h173 virtual int32_t SetChannelParameters(uint32_t packetLoss, int64_t rtt) { function in class:cricket::FakeWebRtcVideoEncoder
/external/webrtc/webrtc/modules/video_coding/
H A Dvideo_sender.cc184 int32_t VideoSender::SetChannelParameters(uint32_t target_bitrate, function in class:webrtc::vcm::VideoSender
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
H A Dsimulcast_encoder_adapter.cc317 int SimulcastEncoderAdapter::SetChannelParameters(uint32_t packet_loss, function in class:webrtc::SimulcastEncoderAdapter
320 streaminfos_[stream_idx].encoder->SetChannelParameters(packet_loss, rtt);
H A Dvp8_impl.cc1044 int VP8EncoderImpl::SetChannelParameters(uint32_t packetLoss, int64_t rtt) { function in class:webrtc::__anon20475::VP8EncoderImpl
/external/webrtc/webrtc/modules/video_coding/codecs/h264/
H A Dh264_video_toolbox_encoder.cc310 int H264VideoToolboxEncoder::SetChannelParameters(uint32_t packet_loss, function in class:webrtc::H264VideoToolboxEncoder
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
H A Dvp9_impl.cc803 int VP9EncoderImpl::SetChannelParameters(uint32_t packet_loss, int64_t rtt) { function in class:webrtc::VP9EncoderImpl
/external/webrtc/talk/app/webrtc/java/jni/
H A Dandroidmediaencoder_jni.cc100 int32_t SetChannelParameters(uint32_t /* packet_loss */,
405 int32_t MediaCodecVideoEncoder::SetChannelParameters(uint32_t /* packet_loss */, function in class:webrtc_jni::MediaCodecVideoEncoder

Completed in 115 milliseconds