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

  /system/media/audio_utils/
format.c 31 case AUDIO_FORMAT_PCM_FLOAT:
45 case AUDIO_FORMAT_PCM_FLOAT:
64 case AUDIO_FORMAT_PCM_FLOAT:
90 case AUDIO_FORMAT_PCM_FLOAT:
102 case AUDIO_FORMAT_PCM_FLOAT:
114 case AUDIO_FORMAT_PCM_FLOAT:
126 case AUDIO_FORMAT_PCM_FLOAT:
  /frameworks/wilhelm/src/android/
android_sles_conversions.h 70 return AUDIO_FORMAT_PCM_FLOAT;
  /frameworks/base/core/jni/
android_media_AudioFormat.h 50 return AUDIO_FORMAT_PCM_FLOAT;
81 case AUDIO_FORMAT_PCM_FLOAT:
  /hardware/libhardware/include/hardware/
audio_alsaops.h 59 case AUDIO_FORMAT_PCM_FLOAT: /* there is no equivalent for float */
  /frameworks/av/services/audioflinger/tests/
test-mixer.cpp 172 formats[i] = AUDIO_FORMAT_PCM_FLOAT;
190 formats[i] = AUDIO_FORMAT_PCM_FLOAT;
203 formats[i] = AUDIO_FORMAT_PCM_FLOAT;
241 ? AUDIO_FORMAT_PCM_FLOAT : AUDIO_FORMAT_PCM_16_BIT;
resampler_tests.cpp 76 const audio_format_t format = useFloat ? AUDIO_FORMAT_PCM_FLOAT : AUDIO_FORMAT_PCM_16_BIT;
185 is_same<TI, int16_t>::value ? AUDIO_FORMAT_PCM_16_BIT : AUDIO_FORMAT_PCM_FLOAT,
  /frameworks/wilhelm/tests/examples/
slesTestRecBuffQueue.cpp 131 case AUDIO_FORMAT_PCM_FLOAT:
176 case AUDIO_FORMAT_PCM_FLOAT:
246 pcm.formatType = transferFormat == AUDIO_FORMAT_PCM_FLOAT ||
266 case AUDIO_FORMAT_PCM_FLOAT:
426 transferFormat = AUDIO_FORMAT_PCM_FLOAT;
  /frameworks/wilhelm/tests/sandbox/
playbq.c 123 case AUDIO_FORMAT_PCM_FLOAT:
211 transferFormat = AUDIO_FORMAT_PCM_FLOAT;
294 transferFormat = AUDIO_FORMAT_PCM_FLOAT;
324 case AUDIO_FORMAT_PCM_FLOAT:
390 format_pcm.formatType = transferFormat == AUDIO_FORMAT_PCM_FLOAT
399 format_pcm.representation = transferFormat == AUDIO_FORMAT_PCM_FLOAT
501 case AUDIO_FORMAT_PCM_FLOAT:
playbq.cpp 123 case AUDIO_FORMAT_PCM_FLOAT:
211 transferFormat = AUDIO_FORMAT_PCM_FLOAT;
294 transferFormat = AUDIO_FORMAT_PCM_FLOAT;
324 case AUDIO_FORMAT_PCM_FLOAT:
390 format_pcm.formatType = transferFormat == AUDIO_FORMAT_PCM_FLOAT
399 format_pcm.representation = transferFormat == AUDIO_FORMAT_PCM_FLOAT
501 case AUDIO_FORMAT_PCM_FLOAT:
  /system/media/audio/include/system/
audio.h 279 AUDIO_FORMAT_PCM_FLOAT = (AUDIO_FORMAT_PCM |
    [all...]
  /frameworks/av/services/audioflinger/
AudioMixer.cpp 158 return kUseFloat && kUseNewMixer ? AUDIO_FORMAT_PCM_FLOAT : AUDIO_FORMAT_PCM_16_BIT;
    [all...]
AudioMixer.h 141 case AUDIO_FORMAT_PCM_FLOAT:
FastMixer.cpp 183 AUDIO_FORMAT_PCM_16_BIT : AUDIO_FORMAT_PCM_FLOAT;
test-resample.cpp 332 audio_format_t format = useFloat ? AUDIO_FORMAT_PCM_FLOAT : AUDIO_FORMAT_PCM_16_BIT;
Threads.cpp     [all...]
AudioFlinger.h 384 case AUDIO_FORMAT_PCM_FLOAT:
    [all...]
AudioResampler.cpp 239 if (format == AUDIO_FORMAT_PCM_FLOAT) {
BufferProviders.cpp 521 case AUDIO_FORMAT_PCM_FLOAT:
AudioFlinger.cpp 118 case AUDIO_FORMAT_PCM_FLOAT: return "pcmfloat";
    [all...]
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
ConfigParsingUtils.h 179 STRING_TO_ENUM(AUDIO_FORMAT_PCM_FLOAT),
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioPort.cpp 672 AUDIO_FORMAT_PCM_FLOAT,
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp     [all...]

Completed in 1404 milliseconds