Searched refs:audio_type (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/modules/audio_coding/codecs/opus/ |
D | opus_unittest.cc | 128 int16_t* audio_type); 215 int16_t* audio_type) { in EncodeDecode() argument 226 output_audio, audio_type); in EncodeDecode() 238 audio_type); in EncodeDecode() 272 int16_t audio_type; in TestDtxEffect() local 279 output_data_decode, &audio_type))); in TestDtxEffect() 286 EXPECT_EQ(0, audio_type); // Speech. in TestDtxEffect() 295 output_data_decode, &audio_type))); in TestDtxEffect() 300 EXPECT_EQ(0, audio_type); // Speech. in TestDtxEffect() 304 EXPECT_EQ(2, audio_type); // Comfort noise. in TestDtxEffect() [all …]
|
D | opus_interface.cc | 527 int16_t* audio_type, in DecodeNative() argument 544 *audio_type = DetermineAudioType(inst, encoded_bytes); in DecodeNative() 550 int16_t audio_type = 0; in DecodePlc() local 567 DecodeNative(inst, NULL, 0, plc_samples, decoded, &audio_type, 0); in DecodePlc() 579 int16_t* audio_type) { in WebRtcOpus_Decode() argument 583 *audio_type = DetermineAudioType(inst, encoded_bytes); in WebRtcOpus_Decode() 588 decoded, audio_type, 0); in WebRtcOpus_Decode() 606 int16_t* audio_type) { in WebRtcOpus_DecodeFec() argument 618 decoded, audio_type, 1); in WebRtcOpus_DecodeFec()
|
D | opus_fec_test.cc | 146 int16_t audio_type; in DecodeABlock() local 155 &out_data_[0], &audio_type); in DecodeABlock() 160 &audio_type); in DecodeABlock() 171 &out_data_[value_1 * channels_], &audio_type); in DecodeABlock()
|
D | opus_interface.h | 421 int16_t* audio_type); 445 int16_t* audio_type);
|
D | opus_speed_test.cc | 79 int16_t audio_type; in DecodeABlock() local 82 &audio_type); in DecodeABlock()
|
/external/autotest/client/site_tests/audio_PlaybackPower/ |
D | audio_PlaybackPower.py | 39 def run_power_test(self, audio_type): argument 74 perf_keyval[POWER_DESCRIPTION + audio_type] = energy_rate 75 self.output_perf_value(description=POWER_DESCRIPTION + audio_type,
|
/external/webrtc/modules/audio_coding/test/ |
D | opus_test.cc | 213 int16_t audio_type; in Run() local 300 &out_audio[decoded_samples * channels], &audio_type); in Run() 309 &out_audio[decoded_samples * channels], &audio_type); in Run() 320 &out_audio[decoded_samples * channels], &audio_type); in Run() 329 &out_audio[decoded_samples * channels], &audio_type); in Run()
|
/external/webrtc/modules/audio_coding/codecs/isac/fix/test/ |
D | isac_speed_test.cc | 94 int16_t audio_type; in DecodeABlock() local 97 out_data, &audio_type); in DecodeABlock()
|