Searched refs:DiscardedPackets (Results 1 - 8 of 8) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/
H A Dreceiver.h53 uint32_t DiscardedPackets() const;
H A Dvideo_coding_impl.cc248 uint32_t DiscardedPackets() const override {
249 return receiver_.DiscardedPackets();
H A Dvideo_receiver.cc480 uint32_t VideoReceiver::DiscardedPackets() const { function in class:webrtc::vcm::VideoReceiver
481 return _receiver.DiscardedPackets();
H A Dreceiver.cc198 uint32_t VCMReceiver::DiscardedPackets() const { function in class:webrtc::VCMReceiver
H A Dvideo_coding_impl.h162 uint32_t DiscardedPackets() const;
/external/webrtc/webrtc/modules/video_coding/include/
H A Dvideo_coding.h459 virtual uint32_t DiscardedPackets() const = 0;
/external/webrtc/webrtc/video/
H A Dvie_channel.h93 uint32_t DiscardedPackets() const;
H A Dvie_channel.cc456 uint32_t ViEChannel::DiscardedPackets() const { function in class:webrtc::ViEChannel
457 return vcm_->DiscardedPackets();

Completed in 114 milliseconds