Home
last modified time | relevance | path

Searched refs:FrameStart (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/drivers/peripheral/audio/test/sample/
H A Didl_render.c320 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 Ddevice.h142 void FrameStart();
H A Ddevice.cpp727 void Device::FrameStart() in FrameStart() function in Device
/ohos5.0/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/include/
H A Dhdi_service_common.h211 int32_t FrameStart(struct AudioHeadInfo wavHeadInfo, struct IAudioRender *render, FILE *file,
/ohos5.0/drivers/peripheral/audio/test/systemtest/common/hdi_common/include/
H A Daudio_hdi_common.h238 int32_t FrameStart(struct AudioHeadInfo wavHeadInfo, struct AudioRender *render, FILE *file,
/ohos5.0/drivers/peripheral/audio/test/systemtest/common/hdi_common/src/
H A Daudio_hdi_common.cpp525 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 Dhdi_service_common.cpp556 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 Ddriver-peripherals-audio-des.md1310 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 Daudio_idl_hdirender_test.cpp565 ret = FrameStart(headInfo, render, file, attrs);
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drenderer.cpp615 device_.FrameStart(); in RenderFrameImpl()
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-audio-des.md1310 static int32_t FrameStart(const struct StrPara *param)
1377 …pthread_create(&g_tids, &tidsAttr, (void *)(&FrameStart), &g_str); // Start the thread to play th…