Searched refs:IsDtxPacket (Results 1 – 7 of 7) sorted by relevance
301 if (count_dtx_waiting_time && buffer_.back().frame->IsDtxPacket()) { in GetSpanSamples()317 if ((packet.frame && packet.frame->IsDtxPacket()) || in ContainsDtxOrCngPacket()
36 MOCK_METHOD(bool, IsDtxPacket, (), (const, override));
1151 packet->timestamp, packet->frame && packet->frame->IsDtxPacket(), in GetDecision()1160 if (packet && packet->frame && packet->frame->IsDtxPacket() && in GetDecision()
58 bool IsDtxPacket() const override { return payload_.size() <= 2; } in IsDtxPacket() function
54 virtual bool IsDtxPacket() const;
55 bool AudioDecoder::EncodedAudioFrame::IsDtxPacket() const { in IsDtxPacket() function in webrtc::AudioDecoder::EncodedAudioFrame
44 bool IsDtxPacket() const override { in IsDtxPacket() function in webrtc::test::__anona59f3ab60111::FakeEncodedFrame