HomeSort by relevance Sort by last modified time
    Searched refs:AUDIO_FORMAT_PCM_FLOAT (Results 1 - 25 of 25) 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:
conversion.cpp 45 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 51 return AUDIO_FORMAT_PCM_FLOAT;
84 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:
  /frameworks/av/services/audioflinger/
AudioMixer.cpp 156 return kUseFloat && kUseNewMixer ? AUDIO_FORMAT_PCM_FLOAT : AUDIO_FORMAT_PCM_16_BIT;
    [all...]
AudioMixer.h 141 case AUDIO_FORMAT_PCM_FLOAT:
AudioResampler.cpp 240 if (format == AUDIO_FORMAT_PCM_FLOAT) {
FastMixer.cpp 186 AUDIO_FORMAT_PCM_16_BIT : AUDIO_FORMAT_PCM_FLOAT;
test-resample.cpp 330 audio_format_t format = useFloat ? AUDIO_FORMAT_PCM_FLOAT : AUDIO_FORMAT_PCM_16_BIT;
Threads.cpp     [all...]
AudioFlinger.h 385 case AUDIO_FORMAT_PCM_FLOAT:
    [all...]
BufferProviders.cpp 520 case AUDIO_FORMAT_PCM_FLOAT:
AudioFlinger.cpp 118 case AUDIO_FORMAT_PCM_FLOAT: return "pcmfloat";
    [all...]
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
TypeConverter.cpp 122 MAKE_STRING_FROM_ENUM(AUDIO_FORMAT_PCM_FLOAT),
AudioPort.cpp 239 AUDIO_FORMAT_PCM_FLOAT,
  /system/media/audio/include/system/
audio.h 333 AUDIO_FORMAT_PCM_FLOAT = (AUDIO_FORMAT_PCM |
    [all...]
  /frameworks/av/media/libstagefright/
AudioPlayer.cpp 79 { AUDIO_FORMAT_PCM_FLOAT, kAudioEncodingPcmFloat },
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp     [all...]
  /hardware/qcom/audio/hal/
audio_hw.c     [all...]

Completed in 1293 milliseconds