Home
last modified time | relevance | path

Searched refs:audioRiffId (Results 1 – 3 of 3) sorted by relevance

/drivers/peripheral/audio/test/sample/
Dframework_common.c97 uint32_t audioRiffId = StringToInt("RIFF"); in CheckWavFileHeader() local
99 if (wavHeadInfo->riffId != audioRiffId || wavHeadInfo->waveType != audioFileFmt) { in CheckWavFileHeader()
/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/src/
Dhdi_service_common.cpp184 uint32_t audioRiffId = StringToInt(AUDIO_RIFF); in WavHeadAnalysis() local
187 if (wavHeadInfo.testFileRiffId != audioRiffId || wavHeadInfo.testFileFmt != audioFileFmt || in WavHeadAnalysis()
/drivers/peripheral/audio/test/systemtest/common/hdi_common/src/
Daudio_hdi_common.cpp228 uint32_t audioRiffId = StringToInt(AUDIO_RIFF); in WavHeadAnalysis() local
231 if (wavHeadInfo.testFileRiffId != audioRiffId || wavHeadInfo.testFileFmt != audioFileFmt || in WavHeadAnalysis()