Searched refs:mpg123pcm (Results 1 - 2 of 2) sorted by relevance
/third_party/lame/frontend/ |
H A D | get_audio.c | 398 static int read_samples_mp3(lame_t gfp, FILE * musicin, short int mpg123pcm[2][1152]); 922 read_samples_mp3(lame_t gfp, FILE * musicin, short int mpg123pcm[2][1152]) in read_samples_mp3() argument 952 mpg123pcm[0][i] = *outbuf++; in read_samples_mp3() 953 mpg123pcm[1][i] = *outbuf++; in read_samples_mp3() 957 memcpy(mpg123pcm[0], outbuf, sizeof(short)*out); in read_samples_mp3() 961 out = lame_decode_fromfile(musicin, mpg123pcm[0], mpg123pcm[1], &global_decoder.mp3input_data); in read_samples_mp3() 968 memset(mpg123pcm, 0, sizeof(**mpg123pcm) * 2 * 1152); in read_samples_mp3()
|
H A D | gtkanal.c | 133 short int mpg123pcm[2][1152]; in gtkmakeframe() local 211 mp3out = hip_decode1(hip, mp3buffer, mp3count, mpg123pcm[0], mpg123pcm[1]); /* re-synthesis to pcm */ in gtkmakeframe() 227 (mp3out == -1) ? 0 : mpg123pcm[ch][j]; in gtkmakeframe()
|
Completed in 9 milliseconds