Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/common_algorithm/audio/rkap_3a/test/
H A Dtest_rkap_3a.c42 FILE *fp_near = NULL, *fp_far = NULL, *fp_out_tx = NULL, *fp_out_rx = NULL; in main() local
68 fp_out_tx = fopen(argv[3], "wb"); in main()
69 if (fp_out_tx == NULL) in main()
112 fwrite(swBufferOut, sizeof(short), swFrameLen, fp_out_tx); in main()
125 if (fp_out_tx) in main()
126 fclose(fp_out_tx); in main()