Home
last modified time | relevance | path

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

/drivers/peripheral/audio/test/sample/
H A Dframework_common.h35 struct AudioHeadInfo { struct
83 int32_t CheckWavFileHeader(FILE *file, struct AudioHeadInfo *wavHeadInfo, struct AudioSampleAttributes *attrs);
H A Dframework_common.c85 int32_t CheckWavFileHeader(FILE *file, struct AudioHeadInfo *wavHeadInfo, struct AudioSampleAttributes *attrs) 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()
H A Didl_render.c59 struct AudioHeadInfo g_wavHeadInfo;
/drivers/peripheral/audio/test/systemtest/common/hdi_common/include/
H A Daudio_hdi_common.h138 struct AudioHeadInfo { struct
186 struct AudioHeadInfo headInfo;
225 int32_t WavHeadAnalysis(struct AudioHeadInfo &wavHeadInfo, FILE *file, struct AudioSampleAttributes &attrs);
238 int32_t FrameStart(struct AudioHeadInfo wavHeadInfo, struct AudioRender *render, FILE *file,
/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/include/
H A Dhdi_service_common.h112 struct AudioHeadInfo { struct
160 struct AudioHeadInfo headInfo;
193 int32_t WavHeadAnalysis(struct AudioHeadInfo &wavHeadInfo, FILE *file, struct AudioSampleAttributes &attrs);
211 int32_t FrameStart(struct AudioHeadInfo wavHeadInfo, struct IAudioRender *render, FILE *file,
/drivers/peripheral/audio/test/systemtest/supportlibs/common/render/src/
H A Daudio_librender_test.cpp42 struct AudioHeadInfo wavHeadInfo, struct AudioHwRender *hwRender) const;
44 struct DevHandle *handle, struct AudioHwRender *hwRender, struct AudioHeadInfo wavHeadInfo) const;
115 * @param struct AudioHeadInfo wavHeadInfo
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 = {}; in HWTEST_F()
571 struct AudioHeadInfo wavHeadInfo = {}; in HWTEST_F()
H A Daudio_alsa_librender_test.cpp41 struct AudioHeadInfo wavHeadInfo, struct AudioHwRender *hwRender) const;
114 * @param struct AudioHeadInfo wavHeadInfo
120 struct AudioHeadInfo wavHeadInfo, struct AudioHwRender *hwRender) const in FrameLibStart()
511 struct AudioHeadInfo wavHeadInfo = {}; in HWTEST_F()
552 struct AudioHeadInfo wavHeadInfo = {}; in HWTEST_F()
/drivers/peripheral/audio/test/systemtest/common/lib_common/src/
H A Daudio_lib_common.cpp211 struct AudioHeadInfo wavHeadInfo = {}; in RenderReqMmapBufferInit()
/drivers/peripheral/audio/test/systemtest/common/hdi_common/src/
H A Daudio_hdi_common.cpp218 int32_t WavHeadAnalysis(struct AudioHeadInfo &wavHeadInfo, FILE *file, struct AudioSampleAttributes &attrs) 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/hdi_service_common/src/
H A Dhdi_service_common.cpp216 int32_t WavHeadAnalysis(struct AudioHeadInfo &wavHeadInfo, FILE *file, struct AudioSampleAttributes &attrs) in WavHeadAnalysis()
556 int32_t FrameStart(struct AudioHeadInfo wavHeadInfo, struct IAudioRender *render, FILE *file, in FrameStart()
648 struct AudioHeadInfo headInfo = {}; in RenderFramePrepare()
859 struct AudioHeadInfo wavHeadInfo = {}; in InitMmapDesc()
/drivers/peripheral/audio/test/systemtest/common/adm_common/src/
H A Daudio_adm_common.cpp108 struct AudioHeadInfo headInfo = {}; in AdmRenderFramePrepare()
/drivers/peripheral/audio/test/systemtest/hdi_service/common/render/src/
H A Daudio_idl_hdirender_test.cpp547 struct AudioHeadInfo headInfo; in HWTEST_F()

Completed in 12 milliseconds