Lines Matching defs:frameNum
139 static int frameNum = 0;
144 pinfo->frameNum = frameNum;
169 pinfo->frameNum123 = frameNum - 1;
170 ++frameNum;
176 while (lame_get_frameNum(gfp) == pinfo->frameNum) {
203 assert(!(mp3count > 0 && lame_get_frameNum(gfp) == pinfo->frameNum));
205 * one frame of data which would increment frameNum */
207 frameNum = lame_get_frameNum(gfp); /* use the internal MP3 frame counter */
221 pinfo->frameNum123 = pinfo->frameNum - mpglag;
273 if ((pplot - i)->frameNum123 == pplot->frameNum) {
630 console_printf("%i %i i=%i mdct: (db) %f %f \n", pplot->frameNum, gr, i,
859 sprintf(label, "Frame:%4i/%4i %6.2fs", pplot->frameNum, (int) tf - 1, pplot->frametime);
860 gtk_progress_set_value(GTK_PROGRESS(frameprogress), (gdouble) pplot->frameNum);
915 gtkinfo.totalframes = pinfo->frameNum + 2;
918 pinfo->frametime = (pinfo->frameNum) * 1152.0 / pinfo->sampfreq;
937 if (pinfo->frameNum > 0) /* start averaging at second frame */
938 gtkinfo.avebits = (gtkinfo.avebits * ((pinfo->frameNum) - 1)
939 + pinfo->totbits) / (pinfo->frameNum);
947 if (pplot->frameNum >= gtkinfo.totalframes - 1)
974 if (pplot->frameNum == 0 || (idle_back == NUMBACK))
1263 sprintf(text, "frames processed so far: %i \n", Pinfo[0].frameNum + 1);
1265 sprintf(text, "granules processed so far: %i \n\n", 4 * (Pinfo[0].frameNum + 1));