HomeSort by relevance Sort by last modified time
    Searched full:discardedpackets (Results 1 - 15 of 15) sorted by null

  /external/webrtc/webrtc/modules/video_coding/
receiver.h 53 uint32_t DiscardedPackets() const;
video_coding_impl.cc 248 uint32_t DiscardedPackets() const override {
249 return receiver_.DiscardedPackets();
video_coding_impl.h 162 uint32_t DiscardedPackets() const;
video_receiver.cc 480 uint32_t VideoReceiver::DiscardedPackets() const {
481 return _receiver.DiscardedPackets();
receiver.cc 198 uint32_t VCMReceiver::DiscardedPackets() const {
  /external/webrtc/webrtc/voice_engine/
voe_rtp_rtcp_impl.h 66 unsigned int& discardedPackets) override;
voe_rtp_rtcp_impl.cc 315 unsigned int& discardedPackets) {
328 discardedPackets);
channel.h 351 unsigned int& discardedPackets);
channel.cc     [all...]
  /external/webrtc/webrtc/voice_engine/include/
voe_rtp_rtcp.h 177 unsigned int& discardedPackets) = 0;
  /external/webrtc/webrtc/test/
mock_voice_engine.h 292 unsigned int& discardedPackets));
  /external/webrtc/webrtc/video/
vie_channel.h 93 uint32_t DiscardedPackets() const;
vie_channel.cc 456 uint32_t ViEChannel::DiscardedPackets() const {
457 return vcm_->DiscardedPackets();
    [all...]
  /external/webrtc/webrtc/modules/video_coding/include/
video_coding.h 459 virtual uint32_t DiscardedPackets() const = 0;
  /external/webrtc/talk/media/webrtc/
fakewebrtcvoiceengine.h 630 unsigned int& discardedPackets));

Completed in 234 milliseconds