Searched refs:FrameStart (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/drivers/peripheral/audio/test/sample/ |
H A D | idl_render.c | 320 static int32_t FrameStart(const struct StrPara *param) in FrameStart() function 442 if (pthread_create(&g_tids, &tidsAttr, (void *)(&FrameStart), &g_str) != 0) { in StartPlayThread() 457 if (pthread_create(&g_tids, &tidsAttr, (void *)(&FrameStart), &g_str) != 0) { in StartPlayThread()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
H A D | device.h | 142 void FrameStart();
|
H A D | device.cpp | 727 void Device::FrameStart() in FrameStart() function in Device
|
/ohos5.0/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/include/ |
H A D | hdi_service_common.h | 211 int32_t FrameStart(struct AudioHeadInfo wavHeadInfo, struct IAudioRender *render, FILE *file,
|
/ohos5.0/drivers/peripheral/audio/test/systemtest/common/hdi_common/include/ |
H A D | audio_hdi_common.h | 238 int32_t FrameStart(struct AudioHeadInfo wavHeadInfo, struct AudioRender *render, FILE *file,
|
/ohos5.0/drivers/peripheral/audio/test/systemtest/common/hdi_common/src/ |
H A D | audio_hdi_common.cpp | 525 int32_t FrameStart(struct AudioHeadInfo wavHeadInfo, struct AudioRender *render, FILE *file, in FrameStart() function 942 ret = FrameStart(audiopara.headInfo, audiopara.render, file, audiopara.attrs); in PlayAudioFile()
|
/ohos5.0/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/src/ |
H A D | hdi_service_common.cpp | 556 int32_t FrameStart(struct AudioHeadInfo wavHeadInfo, struct IAudioRender *render, FILE *file, in FrameStart() function 799 ret = FrameStart(audiopara.headInfo, audiopara.render, file, audiopara.attrs); in PlayAudioFile()
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-peripherals-audio-des.md | 1310 static int32_t FrameStart(const struct StrPara *param) 1377 pthread_create(&g_tids, &tidsAttr, (void *)(&FrameStart), &g_str); // 拉起线程进行播放
|
/ohos5.0/drivers/peripheral/audio/test/systemtest/hdi_service/common/render/src/ |
H A D | audio_idl_hdirender_test.cpp | 565 ret = FrameStart(headInfo, render, file, attrs);
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/ |
H A D | renderer.cpp | 615 device_.FrameStart(); in RenderFrameImpl()
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-peripherals-audio-des.md | 1310 static int32_t FrameStart(const struct StrPara *param) 1377 …pthread_create(&g_tids, &tidsAttr, (void *)(&FrameStart), &g_str); // Start the thread to play th…
|