HomeSort by relevance Sort by last modified time
    Searched full:audio_type (Results 1 - 13 of 13) 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_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);
opus_interface.h 231 * - audio_type : 1 normal, 2 CNG (for Opus it should
240 int16_t* audio_type);
279 int16_t* audio_type);
  /external/autotest/client/site_tests/audio_PlaybackPower/
audio_PlaybackPower.py 38 def run_power_test(self, audio_type):
42 @param audio_type: audio format label to attach with perf keyval.
73 perf_keyval[POWER_DESCRIPTION + audio_type] = energy_rate
74 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);
  /packages/apps/TV/usbtuner/proto/
track.proto 25 optional AudioType audio_type = 2;
  /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);
  /external/guava/guava/src/com/google/common/net/
MediaType.java 102 private static final String AUDIO_TYPE = "audio";
137 public static final MediaType ANY_AUDIO_TYPE = createConstant(AUDIO_TYPE, WILDCARD);
209 public static final MediaType MP4_AUDIO = createConstant(AUDIO_TYPE, "mp4");
210 public static final MediaType MPEG_AUDIO = createConstant(AUDIO_TYPE, "mpeg");
211 public static final MediaType OGG_AUDIO = createConstant(AUDIO_TYPE, "ogg");
212 public static final MediaType WEBM_AUDIO = createConstant(AUDIO_TYPE, "webm");
532 return create(AUDIO_TYPE, subtype);
  /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
  /frameworks/base/media/java/android/media/tv/
TvInputHardwareInfo.java 104 b.append(", audio_type=").append(mAudioType);
  /frameworks/base/services/core/jni/
com_android_server_tv_TvInputHal.cpp 484 builder, gTvInputHardwareInfoBuilderClassInfo.audioType, info.audio_type);
485 if (info.audio_type != AUDIO_DEVICE_NONE) {

Completed in 1026 milliseconds