Home
last modified time | relevance | path

Searched refs:IsDtxPacket (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/modules/audio_coding/neteq/
Dpacket_buffer.cc301 if (count_dtx_waiting_time && buffer_.back().frame->IsDtxPacket()) { in GetSpanSamples()
317 if ((packet.frame && packet.frame->IsDtxPacket()) || in ContainsDtxOrCngPacket()
Dpacket_buffer_unittest.cc36 MOCK_METHOD(bool, IsDtxPacket, (), (const, override));
Dneteq_impl.cc1151 packet->timestamp, packet->frame && packet->frame->IsDtxPacket(), in GetDecision()
1160 if (packet && packet->frame && packet->frame->IsDtxPacket() && in GetDecision()
/external/webrtc/modules/audio_coding/codecs/opus/
Daudio_coder_opus_common.h58 bool IsDtxPacket() const override { return payload_.size() <= 2; } in IsDtxPacket() function
/external/webrtc/api/audio_codecs/
Daudio_decoder.h54 virtual bool IsDtxPacket() const;
Daudio_decoder.cc55 bool AudioDecoder::EncodedAudioFrame::IsDtxPacket() const { in IsDtxPacket() function in webrtc::AudioDecoder::EncodedAudioFrame
/external/webrtc/modules/audio_coding/neteq/tools/
Dfake_decode_from_file.cc44 bool IsDtxPacket() const override { in IsDtxPacket() function in webrtc::test::__anona59f3ab60111::FakeEncodedFrame