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

/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/include/
H A Dtb_I420_codec.h41 virtual int32_t SetChannelParameters(uint32_t packetLoss, int rtt) OVERRIDE;
57 int32_t SetChannelParameters; member in struct:TbI420Encoder::FunctionCalls
/external/chromium_org/third_party/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.cc113 int32_t FakeEncoder::SetChannelParameters(uint32_t packet_loss, int rtt) { function in class:webrtc::test::FakeEncoder
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/testbed/
H A Dtb_I420_codec.cc49 int32_t TbI420Encoder::SetChannelParameters(uint32_t packetLoss, int rtt) { function in class:TbI420Encoder
50 _functionCalls.SetChannelParameters++;
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dgeneric_encoder.cc109 VCMGenericEncoder::SetChannelParameters(int32_t packetLoss, int rtt) function in class:webrtc::VCMGenericEncoder
111 return _encoder.SetChannelParameters(packetLoss, rtt);
H A Dvideo_sender.cc245 int32_t VideoSender::SetChannelParameters(uint32_t target_bitrate, function in class:webrtc::vcm::VideoSender
257 ret = _encoder->SetChannelParameters(lossRate, rtt);
/external/chromium_org/content/renderer/media/
H A Drtc_video_encoder.cc653 int32_t RTCVideoEncoder::SetChannelParameters(uint32_t packet_loss, int rtt) { function in class:content::RTCVideoEncoder
654 DVLOG(3) << "SetChannelParameters(): packet_loss=" << packet_loss
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
H A Dvp8_impl.cc502 int VP8EncoderImpl::SetChannelParameters(uint32_t /*packet_loss*/, int rtt) { function in class:webrtc::VP8EncoderImpl
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvideoengine.h173 virtual int32 SetChannelParameters(uint32 packetLoss, function in class:cricket::FakeWebRtcVideoEncoder
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
H A Dpeerconnection_jni.cc1261 virtual int32_t SetChannelParameters(uint32_t /* packet_loss */,
1459 int32_t MediaCodecVideoEncoder::SetChannelParameters(uint32_t /* packet_loss */, function in class:__anon12617::MediaCodecVideoEncoder

Completed in 2741 milliseconds