HomeSort by relevance Sort by last modified time
    Searched refs:AUDIO_FORMAT_PCM_16_BIT (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /device/asus/fugu/
audio_policy.conf 28 formats AUDIO_FORMAT_PCM_16_BIT
44 formats AUDIO_FORMAT_PCM_16_BIT
54 formats AUDIO_FORMAT_PCM_16_BIT
62 formats AUDIO_FORMAT_PCM_16_BIT
  /frameworks/av/services/audiopolicy/
audio_policy.conf 76 # formats AUDIO_FORMAT_PCM_16_BIT
109 formats AUDIO_FORMAT_PCM_16_BIT
118 formats AUDIO_FORMAT_PCM_16_BIT
132 formats AUDIO_FORMAT_PCM_16_BIT
140 formats AUDIO_FORMAT_PCM_16_BIT
  /hardware/libhardware_legacy/audio/
audio_policy.conf 32 formats AUDIO_FORMAT_PCM_16_BIT
41 formats AUDIO_FORMAT_PCM_16_BIT
51 formats AUDIO_FORMAT_PCM_16_BIT
59 formats AUDIO_FORMAT_PCM_16_BIT
  /device/asus/grouper/
audio_policy.conf 28 formats AUDIO_FORMAT_PCM_16_BIT
37 formats AUDIO_FORMAT_PCM_16_BIT
47 formats AUDIO_FORMAT_PCM_16_BIT
57 formats AUDIO_FORMAT_PCM_16_BIT
71 formats AUDIO_FORMAT_PCM_16_BIT
81 formats AUDIO_FORMAT_PCM_16_BIT
89 formats AUDIO_FORMAT_PCM_16_BIT
  /device/samsung/manta/
audio_policy.conf 28 formats AUDIO_FORMAT_PCM_16_BIT
35 # formats AUDIO_FORMAT_PCM_16_BIT
42 formats AUDIO_FORMAT_PCM_16_BIT
51 formats AUDIO_FORMAT_PCM_16_BIT
61 formats AUDIO_FORMAT_PCM_16_BIT
71 formats AUDIO_FORMAT_PCM_16_BIT
95 formats AUDIO_FORMAT_PCM_16_BIT
103 formats AUDIO_FORMAT_PCM_16_BIT
  /device/lge/mako/
audio_policy.conf 28 formats AUDIO_FORMAT_PCM_16_BIT
35 formats AUDIO_FORMAT_PCM_16_BIT
42 formats AUDIO_FORMAT_PCM_16_BIT
51 formats AUDIO_FORMAT_PCM_16_BIT
61 formats AUDIO_FORMAT_PCM_16_BIT
71 formats AUDIO_FORMAT_PCM_16_BIT
77 formats AUDIO_FORMAT_PCM_16_BIT
87 formats AUDIO_FORMAT_PCM_16_BIT
95 formats AUDIO_FORMAT_PCM_16_BIT
  /device/htc/flounder/
audio_policy.conf 33 formats AUDIO_FORMAT_PCM_16_BIT
42 formats AUDIO_FORMAT_PCM_16_BIT
52 formats AUDIO_FORMAT_PCM_16_BIT
62 formats AUDIO_FORMAT_PCM_16_BIT
86 formats AUDIO_FORMAT_PCM_16_BIT
94 formats AUDIO_FORMAT_PCM_16_BIT
  /device/asus/flo/
audio_policy.conf 28 formats AUDIO_FORMAT_PCM_16_BIT
35 formats AUDIO_FORMAT_PCM_16_BIT
42 formats AUDIO_FORMAT_PCM_16_BIT
51 formats AUDIO_FORMAT_PCM_16_BIT
61 formats AUDIO_FORMAT_PCM_16_BIT
71 formats AUDIO_FORMAT_PCM_16_BIT
95 formats AUDIO_FORMAT_PCM_16_BIT
103 formats AUDIO_FORMAT_PCM_16_BIT
  /hardware/libhardware/include/hardware/
audio_alsaops.h 41 case AUDIO_FORMAT_PCM_16_BIT:
50 case AUDIO_FORMAT_PCM_16_BIT:
77 return AUDIO_FORMAT_PCM_16_BIT;
86 return AUDIO_FORMAT_PCM_16_BIT;
  /device/lge/hammerhead/
audio_policy.conf 32 formats AUDIO_FORMAT_PCM_16_BIT
39 formats AUDIO_FORMAT_PCM_16_BIT
46 formats AUDIO_FORMAT_PCM_16_BIT
60 formats AUDIO_FORMAT_PCM_16_BIT
68 formats AUDIO_FORMAT_PCM_16_BIT
74 formats AUDIO_FORMAT_PCM_16_BIT
84 formats AUDIO_FORMAT_PCM_16_BIT
92 formats AUDIO_FORMAT_PCM_16_BIT
102 formats AUDIO_FORMAT_PCM_16_BIT
126 formats AUDIO_FORMAT_PCM_16_BIT
    [all...]
  /device/moto/shamu/
audio_policy.conf 31 formats AUDIO_FORMAT_PCM_16_BIT
38 formats AUDIO_FORMAT_PCM_16_BIT
52 formats AUDIO_FORMAT_PCM_16_BIT
60 formats AUDIO_FORMAT_PCM_16_BIT
66 formats AUDIO_FORMAT_PCM_16_BIT
76 formats AUDIO_FORMAT_PCM_16_BIT
86 formats AUDIO_FORMAT_PCM_16_BIT
110 formats AUDIO_FORMAT_PCM_16_BIT
118 formats AUDIO_FORMAT_PCM_16_BIT
128 formats AUDIO_FORMAT_PCM_16_BIT
    [all...]
  /system/media/audio_utils/
format.c 30 case AUDIO_FORMAT_PCM_16_BIT:
42 case AUDIO_FORMAT_PCM_16_BIT:
62 case AUDIO_FORMAT_PCM_16_BIT:
80 case AUDIO_FORMAT_PCM_16_BIT:
92 case AUDIO_FORMAT_PCM_16_BIT:
104 case AUDIO_FORMAT_PCM_16_BIT:
  /external/bluetooth/bluedroid/audio_a2dp_hw/
audio_a2dp_hw.h 39 #define AUDIO_STREAM_DEFAULT_FORMAT AUDIO_FORMAT_PCM_16_BIT
  /frameworks/base/core/jni/
android_media_AudioFormat.h 40 return AUDIO_FORMAT_PCM_16_BIT;
59 case AUDIO_FORMAT_PCM_16_BIT:
  /frameworks/wilhelm/src/android/
android_sles_conversions.h 54 return AUDIO_FORMAT_PCM_16_BIT;
74 return AUDIO_FORMAT_PCM_16_BIT;
  /frameworks/av/media/libeffects/testlibs/
AudioFormatAdapter.h 129 if (mPcmFormat == AUDIO_FORMAT_PCM_16_BIT) {
147 if (mPcmFormat == AUDIO_FORMAT_PCM_16_BIT) {
  /device/generic/goldfish/audio/
audio_hw.c 88 return AUDIO_FORMAT_PCM_16_BIT;
244 return AUDIO_FORMAT_PCM_16_BIT;
387 if ((config->format != AUDIO_FORMAT_PCM_16_BIT) ||
392 config->format = AUDIO_FORMAT_PCM_16_BIT;
542 if ((config->format != AUDIO_FORMAT_PCM_16_BIT) ||
547 config->format = AUDIO_FORMAT_PCM_16_BIT;
  /external/srec/audio/AudioIn/UNIX/src/
audioinwrapper.cpp 101 AUDIO_FORMAT_PCM_16_BIT,
  /external/srec/srec_jni/
android_speech_srec_MicrophoneInputStream.cpp 73 AUDIO_FORMAT_PCM_16_BIT, AUDIO_CHANNEL_IN_MONO,
  /frameworks/base/media/tests/audiotests/
shared_mem_test.cpp 100 AUDIO_FORMAT_PCM_16_BIT,// word length, PCM
  /hardware/libhardware/modules/usbaudio/
format.c 32 AUDIO_FORMAT_PCM_16_BIT, /* 02 - SNDRV_PCM_FORMAT_S16_LE */
  /hardware/qcom/audio/post_proc/
bass_boost.c 196 context->config.inputCfg.format = AUDIO_FORMAT_PCM_16_BIT;
204 context->config.outputCfg.format = AUDIO_FORMAT_PCM_16_BIT;
virtualizer.c 196 context->config.inputCfg.format = AUDIO_FORMAT_PCM_16_BIT;
204 context->config.outputCfg.format = AUDIO_FORMAT_PCM_16_BIT;
  /frameworks/av/services/audioflinger/
AudioResampler.cpp 220 LOG_ALWAYS_FATAL_IF(format != AUDIO_FORMAT_PCM_16_BIT);
225 LOG_ALWAYS_FATAL_IF(format != AUDIO_FORMAT_PCM_16_BIT);
230 LOG_ALWAYS_FATAL_IF(format != AUDIO_FORMAT_PCM_16_BIT);
235 LOG_ALWAYS_FATAL_IF(format != AUDIO_FORMAT_PCM_16_BIT);
246 LOG_ALWAYS_FATAL_IF(format != AUDIO_FORMAT_PCM_16_BIT);
  /frameworks/wilhelm/tests/sandbox/
playbq.c 51 audio_format_t transferFormat = AUDIO_FORMAT_PCM_16_BIT;
148 case AUDIO_FORMAT_PCM_16_BIT:
342 case AUDIO_FORMAT_PCM_16_BIT:
516 case AUDIO_FORMAT_PCM_16_BIT:
556 transferFormat == AUDIO_FORMAT_PCM_8_BIT ? AUDIO_FORMAT_PCM_16_BIT :

Completed in 686 milliseconds

1 2 3 4