Lines Matching refs:bufferFullness
365 INT bufferFullness = -1;
370 bufferFullness = hTp->parser.adts.bs.frame_length*8 + hTp->parser.adts.bs.adts_fullness * 32 * getNumberOfEffectiveChannels(hTp->parser.adts.bs.channel_config);
377 bufferFullness = hTp->parser.latm.m_linfo[0][0].m_bufferFullness;
384 return bufferFullness;
467 * \param bufferFullness the buffer fullness value of the first frame to be decoded.
474 INT bufferFullness,
499 /* Consider worst case of bufferFullness quantization. */
506 bufferFullness += 31;
512 checkLengthBits = bufferFullness + (maxAU-1)*avgBitsPerFrame;
1023 FDKprintf("ERROR: Bufferfullness accounting failed. remainder=%d, nAU=%d\n", hTp->remainder, nAU);