Home
last modified time | relevance | path

Searched refs:AUDIO_PLAY_BUF_SIZE (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()
69 memset_s(g_audio_test.play_buf, AUDIO_PLAY_BUF_SIZE, 0, AUDIO_PLAY_BUF_SIZE); in audio_play()
72 hi_u32 send_len = hi_min(total_play_len, AUDIO_PLAY_BUF_SIZE); in audio_play()
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/include/
H A Dapp_demo_i2s.h34 #define AUDIO_PLAY_BUF_SIZE 4096 macro

Completed in 2 milliseconds