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

/hardware/qcom/audio/legacy/alsa_sound/
H A DALSAStreamOps.cpp148 case AudioSystem::PCM_16_BIT:
175 *format = AudioSystem::PCM_16_BIT;
330 audioSystemFormat = AudioSystem::PCM_16_BIT;
335 audioSystemFormat = AudioSystem::PCM_16_BIT;
H A DAudioHardwareALSA.cpp692 case AudioSystem::PCM_16_BIT:
777 if(*format == AudioSystem::PCM_16_BIT)
1145 if(*format == AudioSystem::PCM_16_BIT)
1413 if (format == AudioSystem::PCM_16_BIT) {
/hardware/libhardware_legacy/audio/
H A DAudioHardwareGeneric.h53 virtual int format() const { return AudioSystem::PCM_16_BIT; }
87 virtual int format() const { return AudioSystem::PCM_16_BIT; }
H A DAudioHardwareStub.h36 virtual int format() const { return AudioSystem::PCM_16_BIT; }
53 virtual int format() const { return AudioSystem::PCM_16_BIT; }
H A DAudioHardwareInterface.cpp119 if (format != AudioSystem::PCM_16_BIT) {
H A DAudioDumpInterface.cpp63 int lFormat = AudioSystem::PCM_16_BIT;
130 int lFormat = AudioSystem::PCM_16_BIT;
467 if (format() == AudioSystem::PCM_16_BIT) {
H A DA2dpAudioInterface.h89 virtual int format() const { return AudioSystem::PCM_16_BIT; }
H A DAudioPolicyManagerBase.cpp1620 mTestFormat = AudioSystem::PCM_16_BIT;
1704 format = AudioSystem::PCM_16_BIT;
/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioHardwareInterface.h65 * eg. AudioSystem:PCM_16_BIT
141 * eg. AudioSystem:PCM_16_BIT
148 uint32_t frameSize() const { return AudioSystem::popCount(channels())*((format()==AudioSystem::PCM_16_BIT)?sizeof(int16_t):sizeof(int8_t)); }
H A DAudioSystemLegacy.h139 PCM_16_BIT = (PCM|PCM_SUB_16_BIT), enumerator in enum:android_audio_legacy::AudioSystem::audio_format

Completed in 186 milliseconds