Home
last modified time | relevance | path

Searched refs:UlpfecReceiverImpl (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/rtp_rtcp/source/
Dulpfec_receiver_impl.cc27 return std::make_unique<UlpfecReceiverImpl>(ssrc, callback, extensions); in Create()
30 UlpfecReceiverImpl::UlpfecReceiverImpl( in UlpfecReceiverImpl() function in webrtc::UlpfecReceiverImpl
39 UlpfecReceiverImpl::~UlpfecReceiverImpl() { in ~UlpfecReceiverImpl()
44 FecPacketCounter UlpfecReceiverImpl::GetPacketCounter() const { in GetPacketCounter()
77 bool UlpfecReceiverImpl::AddReceivedRedPacket( in AddReceivedRedPacket()
152 int32_t UlpfecReceiverImpl::ProcessReceivedFec() { in ProcessReceivedFec()
Dulpfec_receiver_impl.h29 class UlpfecReceiverImpl : public UlpfecReceiver {
31 explicit UlpfecReceiverImpl(uint32_t ssrc,
34 ~UlpfecReceiverImpl() override;