Searched defs:audio_type (Results 1 - 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
H A Disac_speed_test.cc90 int16_t audio_type; local
93 out_data, &audio_type);
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
H A Dopus_speed_test.cc75 int16_t audio_type; local
78 &audio_type);
H A Dopus_fec_test.cc146 int16_t audio_type; local
155 &audio_type);
165 &out_data_[value_1 * channels_], &audio_type);
H A Dopus_unittest.cc53 int16_t* audio_type);
117 int16_t* audio_type) {
127 audio_type);
155 int16_t audio_type; local
162 output_data_decode, &audio_type)));
169 EXPECT_EQ(0, audio_type); // Speech.
179 &audio_type)));
184 EXPECT_EQ(0, audio_type); // Speech.
188 EXPECT_EQ(2, audio_type); // Comfort noise.
223 &audio_type)));
113 EncodeDecode(WebRtcOpusEncInst* encoder, rtc::ArrayView<const int16_t> input_audio, WebRtcOpusDecInst* decoder, int16_t* output_audio, int16_t* audio_type) argument
358 int16_t audio_type; local
417 int16_t audio_type; local
559 int16_t audio_type; local
638 int16_t audio_type; local
[all...]
H A Dopus_interface.c321 int16_t* decoded, int16_t* audio_type, int decode_fec) {
328 *audio_type = DetermineAudioType(inst, encoded_bytes);
335 int16_t* audio_type) {
339 *audio_type = DetermineAudioType(inst, encoded_bytes);
347 audio_type,
362 int16_t audio_type = 0; local
373 decoded, &audio_type, 0);
383 int16_t* audio_type) {
394 fec_samples, decoded, audio_type, 1);
319 DecodeNative(OpusDecInst* inst, const uint8_t* encoded, size_t encoded_bytes, int frame_size, int16_t* decoded, int16_t* audio_type, int decode_fec) argument
333 WebRtcOpus_Decode(OpusDecInst* inst, const uint8_t* encoded, size_t encoded_bytes, int16_t* decoded, int16_t* audio_type) argument
381 WebRtcOpus_DecodeFec(OpusDecInst* inst, const uint8_t* encoded, size_t encoded_bytes, int16_t* decoded, int16_t* audio_type) argument
/external/webrtc/webrtc/modules/audio_coding/test/
H A Dopus_test.cc215 int16_t audio_type; local
305 &out_audio[decoded_samples * channels], &audio_type);
314 &out_audio[decoded_samples * channels], &audio_type);

Completed in 225 milliseconds