Home
last modified time | relevance | path

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

/plan9/sys/src/games/mp3enc/
H A Dget_audio.c156 init_infile(lame_global_flags * gfp, char *inPath) in init_infile() argument
161 musicin = OpenSndFile(gfp, inPath); in init_infile()
433 lame_decoder(lame_global_flags * gfp, FILE * outf, int skip, char *inPath, in lame_decoder() argument
446 strcmp(inPath, "-") ? inPath : "<stdin>", in lame_decoder()
447 strlen(inPath) > 26 ? "\n\t" : " ", in lame_decoder()
636 OpenSndFile(lame_global_flags * gfp, char *inPath) in OpenSndFile() argument
638 char *lpszFileName = inPath; in OpenSndFile()
1295 OpenSndFile(lame_global_flags * gfp, char *inPath) in OpenSndFile() argument
1303 if (!strcmp(inPath, "-")) { in OpenSndFile()
1307 if ((musicin = fopen(inPath, "rb")) == NULL) { in OpenSndFile()
[all …]
H A Dmain.c97 static char inPath[] = "-"; in main() local
131 init_infile(gf, inPath); in main()
213 lame_decoder(gf, outf, mp3_delay, inPath, outPath); in main()
215 lame_decoder(gf, outf, gf->encoder_delay, inPath, outPath); in main()
H A Dget_audio.h40 void init_infile(lame_global_flags *, char *inPath);
56 int lame_decoder(lame_global_flags *gfp,FILE *outf,int skip, char *inPath, char *outPath);