Searched refs:AudioHeadInfo (Results 1 – 12 of 12) sorted by relevance
/drivers/peripheral/audio/test/sample/ |
D | framework_common.c | 85 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()
|
D | framework_common.h | 35 struct AudioHeadInfo { struct 82 int32_t CheckWavFileHeader(FILE *file, struct AudioHeadInfo *wavHeadInfo, struct AudioSampleAttribu…
|
D | idl_render.c | 59 struct AudioHeadInfo g_wavHeadInfo;
|
/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/include/ |
D | hdi_service_common.h | 112 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/ |
D | audio_hdi_common.h | 138 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/ |
D | audio_librender_test.cpp | 42 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 = {};
|
D | audio_alsa_librender_test.cpp | 41 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/ |
D | hdi_service_common.cpp | 172 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/ |
D | audio_lib_common.cpp | 211 struct AudioHeadInfo wavHeadInfo = {}; in RenderReqMmapBufferInit()
|
/drivers/peripheral/audio/test/systemtest/common/hdi_common/src/ |
D | audio_hdi_common.cpp | 218 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/ |
D | audio_adm_common.cpp | 108 struct AudioHeadInfo headInfo = {}; in AdmRenderFramePrepare()
|
/drivers/peripheral/audio/test/systemtest/hdi_service/common/render/src/ |
D | audio_idl_hdirender_test.cpp | 547 struct AudioHeadInfo headInfo;
|