Lines Matching defs:framesize
779 const int framesize = lame_get_framesize(gfp);
788 ||(framesize < 1 || 1152 < framesize)) {
798 * size "framesize". EXCEPT: the LAME graphical frame analyzer
799 * will get out of sync if we read more than framesize worth of data.
802 samples_to_read = framesize;
824 if (remaining < (unsigned int) framesize && 0 != tmp_num_samples)
2198 mp3data->framesize = mpg123_spf(global.hip->mh);
2341 report_printf("framesize = %i \n",framesize);