Home
last modified time | relevance | path

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

/hardware/interfaces/audio/core/all-versions/vts/functional/
DConfigHelper.h52 {AudioFormat::PCM_16_BIT}); in getRequiredSupportPlaybackAudioConfig()
57 {24000, 48000}, {AudioFormat::PCM_16_BIT}); in getRecommendedSupportPlaybackAudioConfig()
63 {AudioFormat::PCM_16_BIT}); in getRequiredSupportCaptureAudioConfig()
68 {AudioFormat::PCM_16_BIT}); in getRecommendedSupportCaptureAudioConfig()
/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()
/hardware/libhardware_legacy/include/hardware_legacy/
DAudioHardwareInterface.h154 ((format()==AudioSystem::PCM_16_BIT)?sizeof(int16_t):sizeof(int8_t)); } in frameSize()
DAudioSystemLegacy.h139 PCM_16_BIT = (PCM|PCM_SUB_16_BIT), enumerator
/hardware/interfaces/audio/core/all-versions/vts/functional/4.0/
DAudioPrimaryHidlHalTest.cpp58 config.format = AudioFormat::PCM_16_BIT; in TEST_P()
/hardware/interfaces/audio/common/4.0/
Dtypes.hal263 PCM_16_BIT = (PCM | PCM_SUB_16_BIT),
/hardware/interfaces/audio/common/2.0/
Dtypes.hal265 PCM_16_BIT = (PCM | PCM_SUB_16_BIT),
/hardware/interfaces/audio/common/6.0/
Dtypes.hal290 PCM_16_BIT = (PCM | PCM_SUB_16_BIT),
/hardware/interfaces/audio/common/5.0/
Dtypes.hal284 PCM_16_BIT = (PCM | PCM_SUB_16_BIT),