OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetChannelParameters
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/renderer/media/
rtc_video_encoder.h
59
virtual int32_t
SetChannelParameters
(uint32_t packet_loss, int rtt) OVERRIDE;
rtc_video_encoder.cc
579
int32_t RTCVideoEncoder::
SetChannelParameters
(uint32_t packet_loss, int rtt) {
580
DVLOG(3) << "
SetChannelParameters
(): packet_loss=" << packet_loss
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcvideoengine.h
181
virtual int32
SetChannelParameters
(uint32 packetLoss,
[
all
...]
Completed in 236 milliseconds