Home
last modified time | relevance | path

Searched refs:GetNackCount (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/modules/video_coding/
Dframe_buffer.h69 int16_t GetNackCount() const;
Djitter_buffer.cc274 const bool retransmitted = (frame->GetNackCount() > 0); in ExtractAndSetDecode()
355 *retransmitted = (frame_buffer->GetNackCount() > 0); in LastPacketTime()
467 *retransmitted = (frame->GetNackCount() > 0); in InsertPacket()
Dframe_buffer.cc200 int16_t VCMFrameBuffer::GetNackCount() const { in GetNackCount() function in webrtc::VCMFrameBuffer