Home
last modified time | relevance | path

Searched refs:PCM_24_BIT (Results 1 – 7 of 7) sorted by relevance

/drivers/peripheral/audio/test/fuzztest/common/include/
Daudio_adm_fuzzer_common.h75 PCM_24_BIT = 24, enumerator
/drivers/peripheral/audio/test/sample/
Dframework_common.h54 PCM_24_BIT = 24, /* 24-bit PCM */ enumerator
Dframework_common.c118 case PCM_24_BIT: { in CheckWavFileHeader()
/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/include/
Dhdi_service_common.h85 constexpr int PCM_24_BIT = 24; variable
/drivers/peripheral/audio/test/systemtest/common/hdi_common/include/
Daudio_hdi_common.h121 constexpr int PCM_24_BIT = 24; variable
/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/src/
Dhdi_service_common.cpp149 return PCM_24_BIT; in PcmFormatToBits()
203 case PCM_24_BIT: { in WavHeadAnalysis()
/drivers/peripheral/audio/test/systemtest/common/hdi_common/src/
Daudio_hdi_common.cpp197 return PCM_24_BIT; in PcmFormatToBits()
246 case PCM_24_BIT: { in WavHeadAnalysis()