Home
last modified time | relevance | path

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

/third_party/lame/Dll/
H A DExample.cpp42 FILE* pFileOut; member
51 pFileOut =NULL; in Resources()
68 if (pFileOut) fclose(pFileOut); in ~Resources()
160 r.pFileOut= fopen(strFileOut,"wb+"); in main()
163 if(r.pFileOut == NULL) in main()
254 if(fwrite(r.pMP3Buffer,1,dwWrite,r.pFileOut) != dwWrite) in main()
279 if( fwrite( r.pMP3Buffer, 1, dwWrite, r.pFileOut ) != dwWrite ) in main()
287 fclose( r.pFileOut ); in main()

Completed in 1 milliseconds