Home
last modified time | relevance | path

Searched refs:AudioHeadInfo (Results 1 – 12 of 12) sorted by relevance

/drivers/peripheral/audio/test/sample/
Dframework_common.c85 int32_t CheckWavFileHeader(FILE *file, struct AudioHeadInfo *wavHeadInfo, struct AudioSampleAttribu… in CheckWavFileHeader()
92 if (fread(wavHeadInfo, sizeof(struct AudioHeadInfo), 1, file) != 1) { in CheckWavFileHeader()
135 struct AudioHeadInfo headInfo; in AddWavFileHeader()
159 if (fwrite(&headInfo, sizeof(struct AudioHeadInfo), 1, file) != 1) { in AddWavFileHeader()
Dframework_common.h35 struct AudioHeadInfo { struct
82 int32_t CheckWavFileHeader(FILE *file, struct AudioHeadInfo *wavHeadInfo, struct AudioSampleAttribu…
Didl_render.c59 struct AudioHeadInfo g_wavHeadInfo;
/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/include/
Dhdi_service_common.h112 struct AudioHeadInfo { struct
160 struct AudioHeadInfo headInfo;
193 int32_t WavHeadAnalysis(struct AudioHeadInfo &wavHeadInfo, FILE *file, struct AudioSampleAttributes…
206 int32_t FrameStart(struct AudioHeadInfo wavHeadInfo, struct IAudioRender *render, FILE *file,
/drivers/peripheral/audio/test/systemtest/common/hdi_common/include/
Daudio_hdi_common.h138 struct AudioHeadInfo { struct
186 struct AudioHeadInfo headInfo;
225 int32_t WavHeadAnalysis(struct AudioHeadInfo &wavHeadInfo, FILE *file, struct AudioSampleAttributes…
238 int32_t FrameStart(struct AudioHeadInfo wavHeadInfo, struct AudioRender *render, FILE *file,
/drivers/peripheral/audio/test/systemtest/supportlibs/common/render/src/
Daudio_librender_test.cpp42 struct AudioHeadInfo wavHeadInfo, struct AudioHwRender *hwRender) const;
44 … struct DevHandle *handle, struct AudioHwRender *hwRender, struct AudioHeadInfo wavHeadInfo) const;
121 struct AudioHeadInfo wavHeadInfo, struct AudioHwRender *hwRender) const in FrameLibStart()
151 … struct DevHandle *handle, struct AudioHwRender *hwRender, struct AudioHeadInfo wavHeadInfo) const in LibStartAndStream()
515 struct AudioHeadInfo wavHeadInfo = {};
571 struct AudioHeadInfo wavHeadInfo = {};
Daudio_alsa_librender_test.cpp41 struct AudioHeadInfo wavHeadInfo, struct AudioHwRender *hwRender) const;
121 struct AudioHeadInfo wavHeadInfo, struct AudioHwRender *hwRender) const in FrameLibStart()
512 struct AudioHeadInfo wavHeadInfo = {};
553 struct AudioHeadInfo wavHeadInfo = {};
/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/src/
Dhdi_service_common.cpp172 int32_t WavHeadAnalysis(struct AudioHeadInfo &wavHeadInfo, FILE *file, struct AudioSampleAttributes… in WavHeadAnalysis()
462 int32_t FrameStart(struct AudioHeadInfo wavHeadInfo, struct IAudioRender *render, FILE *file, in FrameStart()
556 struct AudioHeadInfo headInfo = {}; in RenderFramePrepare()
767 struct AudioHeadInfo wavHeadInfo = {}; in InitMmapDesc()
/drivers/peripheral/audio/test/systemtest/common/lib_common/src/
Daudio_lib_common.cpp211 struct AudioHeadInfo wavHeadInfo = {}; in RenderReqMmapBufferInit()
/drivers/peripheral/audio/test/systemtest/common/hdi_common/src/
Daudio_hdi_common.cpp218 int32_t WavHeadAnalysis(struct AudioHeadInfo &wavHeadInfo, FILE *file, struct AudioSampleAttributes… in WavHeadAnalysis()
525 int32_t FrameStart(struct AudioHeadInfo wavHeadInfo, struct AudioRender *render, FILE *file, in FrameStart()
624 struct AudioHeadInfo headInfo = {}; in RenderFramePrepare()
1007 struct AudioHeadInfo wavHeadInfo = {}; in InitMmapDesc()
/drivers/peripheral/audio/test/systemtest/common/adm_common/src/
Daudio_adm_common.cpp108 struct AudioHeadInfo headInfo = {}; in AdmRenderFramePrepare()
/drivers/peripheral/audio/test/systemtest/hdi_service/common/render/src/
Daudio_idl_hdirender_test.cpp547 struct AudioHeadInfo headInfo;