Searched refs:RTPAliveType (Results 1 – 6 of 6) sorted by relevance
41 RTPAliveType ProcessDeadOrAlive(uint16_t last_payload_length) const override;
56 virtual RTPAliveType ProcessDeadOrAlive(
63 RTPAliveType ProcessDeadOrAlive(uint16_t last_payload_length) const override;
107 RTPAliveType RTPReceiverVideo::ProcessDeadOrAlive( in ProcessDeadOrAlive()
215 RTPAliveType RTPReceiverAudio::ProcessDeadOrAlive( in ProcessDeadOrAlive()
52 enum RTPAliveType { kRtpDead = 0, kRtpNoRtp = 1, kRtpAlive = 2 }; enum