Home
last modified time | relevance | path

Searched refs:audio_type (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
Dopus_unittest.cc53 int16_t* audio_type);
117 int16_t* audio_type) { in EncodeDecode() argument
127 audio_type); in EncodeDecode()
155 int16_t audio_type; in TestDtxEffect() local
162 output_data_decode, &audio_type))); in TestDtxEffect()
169 EXPECT_EQ(0, audio_type); // Speech. in TestDtxEffect()
179 &audio_type))); in TestDtxEffect()
184 EXPECT_EQ(0, audio_type); // Speech. in TestDtxEffect()
188 EXPECT_EQ(2, audio_type); // Comfort noise. in TestDtxEffect()
223 &audio_type))); in TestDtxEffect()
[all …]
Dopus_interface.c321 int16_t* decoded, int16_t* audio_type, int decode_fec) { in DecodeNative() argument
328 *audio_type = DetermineAudioType(inst, encoded_bytes); in DecodeNative()
335 int16_t* audio_type) { in WebRtcOpus_Decode() argument
339 *audio_type = DetermineAudioType(inst, encoded_bytes); in WebRtcOpus_Decode()
347 audio_type, in WebRtcOpus_Decode()
362 int16_t audio_type = 0; in WebRtcOpus_DecodePlc() local
373 decoded, &audio_type, 0); in WebRtcOpus_DecodePlc()
383 int16_t* audio_type) { in WebRtcOpus_DecodeFec() argument
394 fec_samples, decoded, audio_type, 1); in WebRtcOpus_DecodeFec()
Dopus_fec_test.cc146 int16_t audio_type; in DecodeABlock() local
155 &audio_type); in DecodeABlock()
165 &out_data_[value_1 * channels_], &audio_type); in DecodeABlock()
Dopus_interface.h240 int16_t* audio_type);
279 int16_t* audio_type);
Dopus_speed_test.cc75 int16_t audio_type; in DecodeABlock() local
78 &audio_type); in DecodeABlock()
/external/autotest/client/site_tests/audio_PlaybackPower/
Daudio_PlaybackPower.py39 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/webrtc/modules/audio_coding/codecs/isac/fix/test/
Disac_speed_test.cc90 int16_t audio_type; in DecodeABlock() local
93 out_data, &audio_type); in DecodeABlock()
/external/webrtc/webrtc/modules/audio_coding/test/
Dopus_test.cc215 int16_t audio_type; in Run() local
305 &out_audio[decoded_samples * channels], &audio_type); in Run()
314 &out_audio[decoded_samples * channels], &audio_type); in Run()