Searched refs:fp_out_tx (Results 1 – 1 of 1) sorted by relevance
42 FILE *fp_near = NULL, *fp_far = NULL, *fp_out_tx = NULL, *fp_out_rx = NULL; in main() local68 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()