Searched refs:GetNackCount (Results 1 – 3 of 3) sorted by relevance
69 int16_t GetNackCount() const;
274 const bool retransmitted = (frame->GetNackCount() > 0); in ExtractAndSetDecode()355 *retransmitted = (frame_buffer->GetNackCount() > 0); in LastPacketTime()467 *retransmitted = (frame->GetNackCount() > 0); in InsertPacket()
200 int16_t VCMFrameBuffer::GetNackCount() const { in GetNackCount() function in webrtc::VCMFrameBuffer