Searched refs:mp3bytes (Results 1 - 1 of 1) sorted by relevance
/third_party/lame/frontend/ |
H A D | mp3rtp.c | 141 int mp3bytes; in lame_main() local 249 mp3bytes = lame_encode_buffer_int(gf, /* encode the frame */ in lame_main() 252 rtp_output(mp3buffer, mp3bytes); /* write MP3 output to RTP port */ in lame_main() 253 fwrite(mp3buffer, 1, mp3bytes, outf); /* write the MP3 output to file */ in lame_main() 256 mp3bytes = lame_encode_flush(gf, /* may return one or more mp3 frame */ in lame_main() 258 rtp_output(mp3buffer, mp3bytes); /* write MP3 output to RTP port */ in lame_main() 259 fwrite(mp3buffer, 1, mp3bytes, outf); /* write the MP3 output to file */ in lame_main()
|
Completed in 2 milliseconds