Home
last modified time | relevance | path

Searched refs:PCM_8_BIT (Results 1 - 12 of 12) sorted by relevance

/drivers/peripheral/audio/test/sample/
H A Dframework_common.c110 case PCM_8_BIT: { in CheckWavFileHeader()
152 headInfo.audioSampleRate * headInfo.audioChannelNum * headInfo.audioFileFmtSize / PCM_8_BIT; in AddWavFileHeader()
153 headInfo.audioBlockAlign = (uint16_t)(headInfo.audioChannelNum * headInfo.audioFileFmtSize / PCM_8_BIT); in AddWavFileHeader()
220 return PCM_8_BIT; in PcmFormatToBits()
H A Dframework_common.h52 PCM_8_BIT = 8, /* 8-bit PCM */ enumerator
H A Didl_capture.c47 #define PCM_8_BIT 8 macro
184 captureAttrs->frameSize = PCM_16_BIT * captureAttrs->channelCount / PCM_8_BIT; in InitAttrsCapture()
H A Didl_render.c167 attrs->frameSize = PCM_16_BIT * attrs->channelCount / PCM_8_BIT; in InitAttrs()
/drivers/peripheral/audio/test/fuzztest/common/include/
H A Daudio_adm_fuzzer_common.h73 PCM_8_BIT = 8, enumerator
/drivers/peripheral/audio/test/benchmarktest/adapter/
H A 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/unittest/common/adapter/
H A 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/include/
H A Daudio_hdi_common.h119 constexpr int PCM_8_BIT = 8; member
/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/include/
H A Dhdi_service_common.h83 constexpr int PCM_8_BIT = 8; member
/drivers/peripheral/audio/test/systemtest/common/hdi_common/src/
H A 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()
/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/src/
H A Dhdi_service_common.cpp189 return PCM_8_BIT; in PcmFormatToBits()
208 if (formatBits < PCM_8_BIT || formatBits > PCM_32_BIT) { in PcmFramesToBytes()
239 case PCM_8_BIT: { in WavHeadAnalysis()
/drivers/peripheral/audio/hdi_service/primary_impl/src/
H A Daudio_render.c46 #define PCM_8_BIT 8 macro
728 *ms = (periodSize * SEC_TO_MILLSEC) / (byteRate * RENDER_2_CHS * PCM_16_BIT / PCM_8_BIT); in AudioRenderGetLatency()

Completed in 13 milliseconds