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

/frameworks/wilhelm/tools/permute/
H A Dpermute.c252 char *path_out = malloc(strlen(path_in) + 8); local
253 assert(path_out != NULL);
254 strcpy(path_out, path_in);
255 strcat(path_out, ".wav");
262 sf_out = sf_open(path_out, SFM_WRITE, &sfinfo_out);
264 perror(path_out);
274 path_out, (int) s.mSegmentArray[i].mFrameLength, (int) count);

Completed in 31 milliseconds