Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/src/
H A Dapp_demo_i2s.c32 hi_u8 g_record_data[AUDIO_RECORD_BUF_SIZE] = {0};
106 hi_u32 len = hi_min(AUDIO_RECORD_BUF_SIZE, total_record_len); in audio_record_func()
140 len = hi_min(AUDIO_RECORD_BUF_SIZE, total_record_len); in record_n_play_task()
174 g_audio_test.record_buf = (hi_u8 *) hi_malloc(HI_MOD_ID_DRV, AUDIO_RECORD_BUF_SIZE); in audio_record_play()
180 memset_s(g_audio_test.record_buf, AUDIO_RECORD_BUF_SIZE, 0, AUDIO_RECORD_BUF_SIZE); in audio_record_play()
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/include/
H A Dapp_demo_i2s.h35 #define AUDIO_RECORD_BUF_SIZE 3072 macro

Completed in 1 milliseconds