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

  /system/media/audio_utils/
format.c 31 case AUDIO_FORMAT_PCM_FLOAT:
44 case AUDIO_FORMAT_PCM_FLOAT:
60 case AUDIO_FORMAT_PCM_FLOAT:
83 case AUDIO_FORMAT_PCM_FLOAT:
95 case AUDIO_FORMAT_PCM_FLOAT:
107 case AUDIO_FORMAT_PCM_FLOAT:
  /frameworks/base/core/jni/
android_media_AudioFormat.h 44 return AUDIO_FORMAT_PCM_FLOAT;
63 case AUDIO_FORMAT_PCM_FLOAT:
android_media_AudioTrack.cpp 530 case AUDIO_FORMAT_PCM_FLOAT:
    [all...]
  /hardware/libhardware/include/hardware/
audio_alsaops.h 59 case AUDIO_FORMAT_PCM_FLOAT: /* there is no equivalent for float */
  /frameworks/wilhelm/src/android/
android_sles_conversions.h 85 return AUDIO_FORMAT_PCM_FLOAT;
  /frameworks/wilhelm/tests/sandbox/
playbq.c 141 case AUDIO_FORMAT_PCM_FLOAT:
227 transferFormat = AUDIO_FORMAT_PCM_FLOAT;
330 case AUDIO_FORMAT_PCM_FLOAT:
396 format_pcm.formatType = transferFormat == AUDIO_FORMAT_PCM_FLOAT
405 format_pcm.representation = transferFormat == AUDIO_FORMAT_PCM_FLOAT
507 case AUDIO_FORMAT_PCM_FLOAT:
playbq.cpp 141 case AUDIO_FORMAT_PCM_FLOAT:
227 transferFormat = AUDIO_FORMAT_PCM_FLOAT;
330 case AUDIO_FORMAT_PCM_FLOAT:
396 format_pcm.formatType = transferFormat == AUDIO_FORMAT_PCM_FLOAT
405 format_pcm.representation = transferFormat == AUDIO_FORMAT_PCM_FLOAT
507 case AUDIO_FORMAT_PCM_FLOAT:
  /hardware/libhardware/modules/usbaudio/
format.c 44 AUDIO_FORMAT_PCM_FLOAT, /* 14 - SNDRV_PCM_FORMAT_FLOAT_LE */
  /frameworks/av/services/audioflinger/tests/
test-mixer.cpp 217 ? AUDIO_FORMAT_PCM_FLOAT : AUDIO_FORMAT_PCM_16_BIT;
219 ? AUDIO_FORMAT_PCM_FLOAT : AUDIO_FORMAT_PCM_16_BIT;
resampler_tests.cpp 73 const audio_format_t format = useFloat ? AUDIO_FORMAT_PCM_FLOAT : AUDIO_FORMAT_PCM_16_BIT;
182 is_same<TI, int16_t>::value ? AUDIO_FORMAT_PCM_16_BIT : AUDIO_FORMAT_PCM_FLOAT,
  /frameworks/av/services/audioflinger/
AudioMixer.cpp 498 ? AUDIO_FORMAT_PCM_FLOAT : AUDIO_FORMAT_PCM_16_BIT;
556 ? AUDIO_FORMAT_PCM_FLOAT : AUDIO_FORMAT_PCM_16_BIT;
    [all...]
AudioMixer.h 133 format == AUDIO_FORMAT_PCM_FLOAT;
test-resample.cpp 332 audio_format_t format = useFloat ? AUDIO_FORMAT_PCM_FLOAT : AUDIO_FORMAT_PCM_16_BIT;
AudioFlinger.h 367 case AUDIO_FORMAT_PCM_FLOAT:
    [all...]
AudioResampler.cpp 242 if (format == AUDIO_FORMAT_PCM_FLOAT) {
AudioFlinger.cpp 116 case AUDIO_FORMAT_PCM_FLOAT: return "pcmfloat";
    [all...]
Threads.cpp     [all...]
  /system/core/include/system/
audio.h 268 AUDIO_FORMAT_PCM_FLOAT = (AUDIO_FORMAT_PCM |
    [all...]
  /frameworks/av/services/audiopolicy/
AudioPolicyManager.cpp 135 STRING_TO_ENUM(AUDIO_FORMAT_PCM_FLOAT),
    [all...]
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp     [all...]

Completed in 282 milliseconds