Searched refs:GetDiscardedPackets (Results 1 – 6 of 6) sorted by relevance
56 virtual unsigned int GetDiscardedPackets(const int video_channel) const;
407 unsigned int ViECodecImpl::GetDiscardedPackets(const int video_channel) const { in GetDiscardedPackets() function in webrtc::ViECodecImpl
45 stats.discarded_packets = codec_->GetDiscardedPackets(channel_); in GetStats()
153 virtual unsigned int GetDiscardedPackets(const int video_channel) const = 0;
794 virtual unsigned int GetDiscardedPackets(const int channel) const { in GetDiscardedPackets() function
1654 discarded_packets = vie_codec->GetDiscardedPackets(video_channel); in PrintGetDiscardedPackets()