Searched refs:is_wakeup (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/common_algorithm/audio/rkaudio_algorithms/demo/ |
| H A D | Main.cpp | 49 int is_wakeup = 0; in test_cmd() local 107 out_size = rkaudio_preprocess_short(st_ptr, (short*)in, out, in_size, &is_wakeup); in test_cmd() 115 if (frame_cot == 0 && is_wakeup == 1) in test_cmd() 127 is_wakeup = 0; in test_cmd() 129 is_wakeup = 0; in test_cmd() 136 if (is_wakeup) in test_cmd() 139 printf("[%d], Hi, I am Xiaorui, is_wakeup = %d\n", num_wakeup, is_wakeup); in test_cmd() 140 is_wakeup = 0; in test_cmd() 181 int is_wakeup = 0; in test_aec() local 238 out_size = rkaudio_preprocess_short(st_ptr, (short*)in, out, in_size, &is_wakeup); in test_aec() [all …]
|
| /OK3568_Linux_fs/external/common_algorithm/audio/rkaudio_algorithms/include/ |
| H A D | rkaudio_preprocess.h | 398 int rkaudio_preprocess_short(void *st_ptr, short *in, short *out, int in_size, int *is_wakeup);
|