Home
last modified time | relevance | path

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

/drivers/peripheral/audio/test/sample/
Dframework_common.h83 int32_t AddWavFileHeader(FILE *file, const struct StrParaCapture *strParam);
Dframework_common.c133 int32_t AddWavFileHeader(FILE *file, const struct StrParaCapture *strParam) in AddWavFileHeader() function
Didl_capture.c249 if (AddWavFileHeader(g_file, &g_str) < 0) { in StopButtonCapture()