HomeSort by relevance Sort by last modified time
    Searched full:path_out (Results 1 - 1 of 1) sorted by null

  /system/media/wilhelm/tools/permute/
permute.c 252 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 5305 milliseconds