Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rk_pcba_test/mic_test_Linux/
H A Dvibrate_test.c78 int *temp_intp = (int *)malloc( FRAME_LENGTH * sizeof(int) ); in check_vibration() local
91 temp_intp[offset] = input[j]; in check_vibration()
100 int tmp = temp_intp[j] >> 8; in check_vibration()
147 free(temp_intp); in check_vibration()