OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetChannelParameters
(Results
1 - 10
of
10
) sorted by null
/external/webrtc/webrtc/test/
configurable_frame_size_encoder.cc
71
int32_t ConfigurableFrameSizeEncoder::
SetChannelParameters
(uint32_t packet_loss,
fake_encoder.cc
126
int32_t FakeEncoder::
SetChannelParameters
(uint32_t packet_loss, int64_t rtt) {
/external/webrtc/webrtc/video/
video_encoder.cc
77
fallback_encoder_->
SetChannelParameters
(packet_loss_, rtt_);
153
int32_t VideoEncoderSoftwareFallbackWrapper::
SetChannelParameters
(
159
int32_t ret = encoder_->
SetChannelParameters
(packet_loss, rtt);
161
return fallback_encoder_->
SetChannelParameters
(packet_loss, rtt);
/external/webrtc/webrtc/modules/video_coding/
video_sender.cc
184
int32_t VideoSender::
SetChannelParameters
(uint32_t target_bitrate,
/external/webrtc/talk/media/webrtc/
fakewebrtcvideoengine.h
173
virtual int32_t
SetChannelParameters
(uint32_t packetLoss, int64_t rtt) {
/external/webrtc/webrtc/modules/video_coding/codecs/h264/
h264_video_toolbox_encoder.cc
310
int H264VideoToolboxEncoder::
SetChannelParameters
(uint32_t packet_loss,
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
simulcast_encoder_adapter.cc
317
int SimulcastEncoderAdapter::
SetChannelParameters
(uint32_t packet_loss,
320
streaminfos_[stream_idx].encoder->
SetChannelParameters
(packet_loss, rtt);
vp8_impl.cc
[
all
...]
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_impl.cc
803
int VP9EncoderImpl::
SetChannelParameters
(uint32_t packet_loss, int64_t rtt) {
[
all
...]
/external/webrtc/talk/app/webrtc/java/jni/
androidmediaencoder_jni.cc
100
int32_t
SetChannelParameters
(uint32_t /* packet_loss */,
405
int32_t MediaCodecVideoEncoder::
SetChannelParameters
(uint32_t /* packet_loss */,
[
all
...]
Completed in 1893 milliseconds