Lines Matching refs:size
117 /* All mp3 decoders should have enough buffer to handle this value: size of a 320kbps 32kHz frame */
788 reservoir size. Only call this routine between frames - i.e.
793 size of mp3 buffer (including frame headers which may not
797 total_bytes_output is the size of the mp3 output buffer if
820 /* reduce flushbits by the size of the headers */
950 "Resvoir size: %i \n"
1056 do_copy_buffer(lame_internal_flags * gfc, unsigned char *buffer, int size)
1062 if (minimum > size)
1079 copy_buffer(lame_internal_flags * gfc, unsigned char *buffer, int size, int mp3data)
1081 int const minimum = do_copy_buffer(gfc, buffer, size);