Home
last modified time | relevance | path

Searched refs:PCM_8_BIT (Results 1 – 11 of 11) sorted by relevance

/drivers/peripheral/audio/test/sample/
Dframework_common.c110 case PCM_8_BIT: { in CheckWavFileHeader()
152 headInfo.audioSampleRate * headInfo.audioChannelNum * headInfo.audioFileFmtSize / PCM_8_BIT; in AddWavFileHeader()
153 …nfo.audioBlockAlign = (uint16_t)(headInfo.audioChannelNum * headInfo.audioFileFmtSize / PCM_8_BIT); in AddWavFileHeader()
220 return PCM_8_BIT; in PcmFormatToBits()
Dframework_common.h52 PCM_8_BIT = 8, /* 8-bit PCM */ enumerator
Didl_capture.c48 #define PCM_8_BIT 8 macro
178 captureAttrs->frameSize = PCM_16_BIT * captureAttrs->channelCount / PCM_8_BIT; in InitAttrsCapture()
Didl_render.c167 attrs->frameSize = PCM_16_BIT * attrs->channelCount / PCM_8_BIT; in InitAttrs()
/drivers/peripheral/audio/test/fuzztest/common/include/
Daudio_adm_fuzzer_common.h73 PCM_8_BIT = 8, enumerator
/drivers/peripheral/audio/test/benchmarktest/adapter/
Daudio_adapter_benchmarktest.cpp31 #define PCM_8_BIT 8 macro
93 attrs.frameSize = PCM_16_BIT * attrs.channelCount / PCM_8_BIT; in InitAttrs()
/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/include/
Dhdi_service_common.h83 constexpr int PCM_8_BIT = 8; variable
/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/src/
Dhdi_service_common.cpp145 return PCM_8_BIT; in PcmFormatToBits()
164 if (formatBits < PCM_8_BIT || formatBits > PCM_32_BIT) { in PcmFramesToBytes()
195 case PCM_8_BIT: { in WavHeadAnalysis()
/drivers/peripheral/audio/test/systemtest/common/hdi_common/include/
Daudio_hdi_common.h119 constexpr int PCM_8_BIT = 8; variable
/drivers/peripheral/audio/test/unittest/common/adapter/
Daudio_adapter_common_test.cpp33 #define PCM_8_BIT 8 macro
93 attrs.frameSize = PCM_16_BIT * attrs.channelCount / PCM_8_BIT; in InitAttrs()
/drivers/peripheral/audio/test/systemtest/common/hdi_common/src/
Daudio_hdi_common.cpp193 return PCM_8_BIT; in PcmFormatToBits()
211 if (formatBits < PCM_8_BIT || formatBits > PCM_32_BIT) { in PcmFramesToBytes()
238 case PCM_8_BIT: { in WavHeadAnalysis()