Home
last modified time | relevance | path

Searched refs:play_buf (Results 1 - 2 of 2) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/src/
H A Dapp_demo_i2s.c63 g_audio_test.play_buf = (hi_u8 *) hi_malloc(HI_MOD_ID_DRV, AUDIO_PLAY_BUF_SIZE); in audio_play()
64 if (g_audio_test.play_buf == HI_NULL) { in audio_play()
69 memset_s(g_audio_test.play_buf, AUDIO_PLAY_BUF_SIZE, 0, AUDIO_PLAY_BUF_SIZE); in audio_play()
73 ret = hi_flash_read(play_addr, send_len, g_audio_test.play_buf); in audio_play()
78 ret = hi_i2s_write(g_audio_test.play_buf, send_len, time_out); in audio_play()
89 hi_free(HI_MOD_ID_DRV, g_audio_test.play_buf); in audio_play()
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/include/
H A Dapp_demo_i2s.h48 hi_u8 *play_buf; member

Completed in 1 milliseconds