HomeSort by relevance Sort by last modified time
    Searched refs:audio_type (Results 1 - 11 of 11) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/opus/
opus_unittest.cc 53 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)));
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...]
opus_interface.c 321 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);
opus_interface.h 231 * - audio_type : 1 normal, 2 CNG (for Opus it should
240 int16_t* audio_type);
279 int16_t* audio_type);
opus_speed_test.cc 75 int16_t audio_type; local
78 &audio_type);
opus_fec_test.cc 146 int16_t audio_type; local
155 &audio_type);
165 &out_data_[value_1 * channels_], &audio_type);
  /packages/apps/TV/tuner/proto/
track.proto 27 optional AudioType audio_type = 2;
  /external/autotest/client/site_tests/audio_PlaybackPower/
audio_PlaybackPower.py 39 def run_power_test(self, audio_type):
43 @param audio_type: audio format label to attach with perf keyval.
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/
isac_speed_test.cc 90 int16_t audio_type; local
93 out_data, &audio_type);
  /hardware/libhardware/include/hardware/
tv_input.h 105 * audio_type == AUDIO_DEVICE_NONE if this input has no audio.
107 audio_devices_t audio_type; member in struct:tv_input_device_info
  /external/webrtc/webrtc/modules/audio_coding/test/
opus_test.cc 215 int16_t audio_type; local
305 &out_audio[decoded_samples * channels], &audio_type);
314 &out_audio[decoded_samples * channels], &audio_type);
  /hardware/interfaces/tv/input/1.0/default/
TvInput.cpp 161 event->device_info.audio_type);

Completed in 197 milliseconds