Home
last modified time | relevance | path

Searched refs:PCM_16_BIT (Results 1 – 10 of 10) sorted by relevance

/hardware/qcom/audio/legacy/alsa_sound/
DALSAStreamOps.cpp148 case AudioSystem::PCM_16_BIT: in set()
175 *format = AudioSystem::PCM_16_BIT; in set()
330 audioSystemFormat = AudioSystem::PCM_16_BIT; in format()
335 audioSystemFormat = AudioSystem::PCM_16_BIT; in format()
DAudioHardwareALSA.cpp692 case AudioSystem::PCM_16_BIT: in getVoipMode()
777 if(*format == AudioSystem::PCM_16_BIT) in openOutputStream()
1145 if(*format == AudioSystem::PCM_16_BIT) in openInputStream()
1413 if (format == AudioSystem::PCM_16_BIT) { in getInputBufferSize()
/hardware/libhardware_legacy/audio/
DAudioHardwareStub.h36 virtual int format() const { return AudioSystem::PCM_16_BIT; } in format()
53 virtual int format() const { return AudioSystem::PCM_16_BIT; } in format()
DAudioHardwareGeneric.h53 virtual int format() const { return AudioSystem::PCM_16_BIT; } in format()
87 virtual int format() const { return AudioSystem::PCM_16_BIT; } in format()
DAudioHardwareInterface.cpp119 if (format != AudioSystem::PCM_16_BIT) { in getInputBufferSize()
DAudioDumpInterface.cpp63 int lFormat = AudioSystem::PCM_16_BIT; in openOutputStream()
130 int lFormat = AudioSystem::PCM_16_BIT; in openInputStream()
467 if (format() == AudioSystem::PCM_16_BIT) { in read()
DA2dpAudioInterface.h89 virtual int format() const { return AudioSystem::PCM_16_BIT; } in format()
DAudioPolicyManagerBase.cpp1637 mTestFormat = AudioSystem::PCM_16_BIT; in AudioPolicyManagerBase()
1721 format = AudioSystem::PCM_16_BIT; in threadLoop()
/hardware/libhardware_legacy/include/hardware_legacy/
DAudioHardwareInterface.h155 ((format()==AudioSystem::PCM_16_BIT)?sizeof(int16_t):sizeof(int8_t)); } in frameSize()
DAudioSystemLegacy.h139 PCM_16_BIT = (PCM|PCM_SUB_16_BIT), enumerator