Searched refs:DecodeABlock (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/ |
D | opus_fec_test.cc | 45 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()
|
D | opus_speed_test.cc | 28 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/ |
D | isac_speed_test.cc | 30 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/ |
D | audio_codec_speed_test.h | 47 virtual float DecodeABlock(const uint8_t* bit_stream, size_t encoded_bytes,
|
D | audio_codec_speed_test.cc | 111 time_ms = DecodeABlock(&bit_stream_[0], encoded_bytes_, &out_data_[0]); in EncodeDecode()
|