Home
last modified time | relevance | path

Searched refs:DecodeABlock (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
Dopus_fec_test.cc45 virtual void DecodeABlock(bool lost_previous, bool lost_current);
145 void OpusFecTest::DecodeABlock(bool lost_previous, bool lost_current) { in DecodeABlock() function in webrtc::OpusFecTest
213 DecodeABlock(lost_previous, lost_current); in TEST_P()
Dopus_speed_test.cc28 virtual float DecodeABlock(const uint8_t* bit_stream, size_t encoded_bytes,
72 float OpusSpeedTest::DecodeABlock(const uint8_t* bit_stream, in DecodeABlock() function in webrtc::OpusSpeedTest
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
Disac_speed_test.cc30 virtual float DecodeABlock(const uint8_t* bit_stream, size_t encoded_bytes,
86 float IsacSpeedTest::DecodeABlock(const uint8_t* bit_stream, in DecodeABlock() function in webrtc::IsacSpeedTest
/external/webrtc/webrtc/modules/audio_coding/codecs/tools/
Daudio_codec_speed_test.h47 virtual float DecodeABlock(const uint8_t* bit_stream, size_t encoded_bytes,
Daudio_codec_speed_test.cc111 time_ms = DecodeABlock(&bit_stream_[0], encoded_bytes_, &out_data_[0]); in EncodeDecode()