/external/webrtc/webrtc/modules/video_coding/codecs/i420/include/ |
D | i420.h | 72 int SetChannelParameters(uint32_t /*packetLoss*/, int64_t /*rtt*/) override { in SetChannelParameters() function
|
/external/webrtc/webrtc/test/ |
D | configurable_frame_size_encoder.cc | 71 int32_t ConfigurableFrameSizeEncoder::SetChannelParameters(uint32_t packet_loss, in SetChannelParameters() function in webrtc::test::ConfigurableFrameSizeEncoder
|
D | fake_encoder.cc | 126 int32_t FakeEncoder::SetChannelParameters(uint32_t packet_loss, int64_t rtt) { in SetChannelParameters() function in webrtc::test::FakeEncoder
|
/external/webrtc/webrtc/video/ |
D | video_encoder.cc | 153 int32_t VideoEncoderSoftwareFallbackWrapper::SetChannelParameters( in SetChannelParameters() function in webrtc::VideoEncoderSoftwareFallbackWrapper
|
D | video_encoder_unittest.cc | 53 int32_t SetChannelParameters(uint32_t packet_loss, int64_t rtt) override { in SetChannelParameters() function in webrtc::VideoEncoderSoftwareFallbackWrapperTest::CountingFakeEncoder
|
D | video_send_stream_tests.cc | 1314 int32_t SetChannelParameters(uint32_t packetLoss, int64_t rtt) override { in TEST_F() function in webrtc::TEST_F::EncoderStateObserver
|
/external/webrtc/webrtc/modules/video_coding/ |
D | video_sender.cc | 184 int32_t VideoSender::SetChannelParameters(uint32_t target_bitrate, in SetChannelParameters() function in webrtc::vcm::VideoSender
|
D | video_coding_impl.cc | 127 int32_t SetChannelParameters(uint32_t target_bitrate, // bits/s. in SetChannelParameters() function in webrtc::__anond045b06d0111::VideoCodingModuleImpl
|
/external/webrtc/talk/media/webrtc/ |
D | fakewebrtcvideoengine.h | 173 virtual int32_t SetChannelParameters(uint32_t packetLoss, int64_t rtt) { in SetChannelParameters() function
|
/external/webrtc/webrtc/modules/video_coding/codecs/h264/ |
D | h264_video_toolbox_encoder.cc | 310 int H264VideoToolboxEncoder::SetChannelParameters(uint32_t packet_loss, in SetChannelParameters() function in webrtc::H264VideoToolboxEncoder
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
D | simulcast_encoder_adapter.cc | 317 int SimulcastEncoderAdapter::SetChannelParameters(uint32_t packet_loss, in SetChannelParameters() function in webrtc::SimulcastEncoderAdapter
|
D | simulcast_encoder_adapter_unittest.cc | 344 TEST_F(TestSimulcastEncoderAdapterFake, SetChannelParameters) { in TEST_F() argument
|
D | vp8_impl.cc | 1044 int VP8EncoderImpl::SetChannelParameters(uint32_t packetLoss, int64_t rtt) { in SetChannelParameters() function in webrtc::VP8EncoderImpl
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/ |
D | vp9_impl.cc | 803 int VP9EncoderImpl::SetChannelParameters(uint32_t packet_loss, int64_t rtt) { in SetChannelParameters() function in webrtc::VP9EncoderImpl
|
/external/webrtc/talk/app/webrtc/java/jni/ |
D | androidmediaencoder_jni.cc | 405 int32_t MediaCodecVideoEncoder::SetChannelParameters(uint32_t /* packet_loss */, in SetChannelParameters() function in webrtc_jni::MediaCodecVideoEncoder
|