Lines Matching defs:gfp
119 static lame_global_flags *gfp;
140 int framesize = lame_get_framesize(gfp);
142 channels_out = (lame_get_mode(gfp) == MONO) ? 1 : 2;
145 pinfo->sampfreq = lame_get_out_samplerate(gfp);
157 iread = get_audio16(gfp, Buffer);
176 while (lame_get_frameNum(gfp) == pinfo->frameNum) {
188 iread = get_audio16(gfp, Buffer);
200 mp3count = lame_encode_buffer(gfp, Buffer[0], Buffer[1], iread,
203 assert(!(mp3count > 0 && lame_get_frameNum(gfp) == pinfo->frameNum));
207 frameNum = lame_get_frameNum(gfp); /* use the internal MP3 frame counter */
855 int tf = lame_get_totalframes(gfp);
1452 gfp = gfp2;
1453 gfc = gfp->internal_flags;
1531 adj = (GtkAdjustment *) gtk_adjustment_new(0, 0, (gint) lame_get_totalframes(gfp) - 1, 0, 0, 0);