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