Home
last modified time | relevance | path

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

/frameworks/wilhelm/tools/permute/
Dpermute.c121 void permute(char *path_in) in permute() argument
128 sf_in = sf_open(path_in, SFM_READ, &sfinfo_in); in permute()
130 perror(path_in); in permute()
140 fprintf(stderr, "%s: unsupported type 0x%X\n", path_in, type); in permute()
156 fprintf(stderr, "%s: unsupported subtype 0x%X\n", path_in, subtype); in permute()
170 fprintf(stderr, "%s: unsupported endianness 0x%X\n", path_in, endianness); in permute()
185 fprintf(stderr, "%s: unsupported sample rate %d\n", path_in, sfinfo_in.samplerate); in permute()
197 fprintf(stderr, "%s: unsupported channels %d\n", path_in, sfinfo_in.channels); in permute()
205 fprintf(stderr, "%s: unsupported frames %d\n", path_in, (int) sfinfo_in.frames); in permute()
246 fprintf(stderr, "%s: expected to read %d frames but actually read %d frames\n", path_in, in permute()
[all …]