Home
last modified time | relevance | path

Searched refs:audioBitsPerSample (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/drivers/peripheral/audio/test/sample/
H A Dframework_common.c105 printf("Music Bit = %u bit\n", wavHeadInfo->audioBitsPerSample); in CheckWavFileHeader()
109 switch (wavHeadInfo->audioBitsPerSample) { in CheckWavFileHeader()
154 headInfo.audioBitsPerSample = (uint16_t)headInfo.audioFileFmtSize; in AddWavFileHeader()
H A Dframework_common.h46 uint16_t audioBitsPerSample; member
/ohos5.0/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/include/
H A Dhdi_service_common.h123 uint16_t audioBitsPerSample; member
/ohos5.0/drivers/peripheral/audio/test/systemtest/common/hdi_common/include/
H A Daudio_hdi_common.h149 uint16_t audioBitsPerSample; member
/ohos5.0/drivers/peripheral/audio/test/systemtest/common/hdi_common/src/
H A Daudio_hdi_common.cpp237 switch (wavHeadInfo.audioBitsPerSample) { in WavHeadAnalysis()
/ohos5.0/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/src/
H A Dhdi_service_common.cpp238 switch (wavHeadInfo.audioBitsPerSample) { in WavHeadAnalysis()