Searched refs:RenderFramePrepare (Results 1 - 6 of 6) sorted by relevance
/drivers/peripheral/audio/test/systemtest/hdi_service/common/render/src/ |
H A D | audio_idl_hdirender_test.cpp | 137 ret = RenderFramePrepare(AUDIO_FILE, frame, requestBytes); in HWTEST_F() 165 ret = RenderFramePrepare(AUDIO_FILE, frame, requestBytes); in HWTEST_F() 212 ret = RenderFramePrepare(AUDIO_FILE, frame, requestBytes); in HWTEST_F() 236 ret = RenderFramePrepare(AUDIO_FILE, frame, requestBytes); in HWTEST_F()
|
/drivers/peripheral/audio/test/systemtest/common/hdi_common/include/ |
H A D | audio_hdi_common.h | 243 int32_t RenderFramePrepare(const std::string &path, char *&frame, uint64_t &numRead);
|
/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/include/ |
H A D | hdi_service_common.h | 216 int32_t RenderFramePrepare(const std::string &path, char *&frame, uint64_t &numRead);
|
/drivers/peripheral/audio/test/systemtest/common/hdi_common/src/ |
H A D | audio_hdi_common.cpp | 408 ret = RenderFramePrepare(AUDIO_FILE, frame, numRead); in AudioRenderStartAndOneFrame() 617 int32_t RenderFramePrepare(const std::string &path, char *&frame, uint64_t &readSize) in RenderFramePrepare() function
|
/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/src/ |
H A D | hdi_service_common.cpp | 447 ret = RenderFramePrepare(AUDIO_FILE, frame, numRead); in AudioRenderStartAndOneFrame() 641 int32_t RenderFramePrepare(const std::string &path, char *&frame, uint64_t &readSize) in RenderFramePrepare() function
|
/drivers/peripheral/audio/test/systemtest/hdi_service/hdiperformace/src/ |
H A D | audio_idlhdirender_performace_test.cpp | 677 ret = RenderFramePrepare(AUDIO_FILE, audiopara.frame, requestBytes); in HWTEST_F()
|
Completed in 8 milliseconds