Searched defs:bufferFullness (Results 1 - 3 of 3) sorted by last modified time

/external/aac/libMpegTPDec/src/
H A Dtpdec_lib.cpp348 INT bufferFullness = -1; local
353 bufferFullness = hTp->parser.adts.bs.frame_length*8 + hTp->parser.adts.bs.adts_fullness * 32 * getNumberOfEffectiveChannels(hTp->parser.adts.bs.channel_config);
360 bufferFullness = hTp->parser.latm.m_linfo[0][0].m_bufferFullness;
367 return bufferFullness;
450 * \param bufferFullness the buffer fullness value of the first frame to be decoded.
457 INT bufferFullness,
482 /* Consider worst case of bufferFullness quantization. */
489 bufferFullness += 31;
495 checkLengthBits = bufferFullness + (maxAU-1)*avgBitsPerFrame;
455 additionalHoldOffNeeded( HANDLE_TRANSPORTDEC hTp, INT bufferFullness, INT bitsAvail ) argument
/external/aac/libMpegTPEnc/src/
H A Dtpenc_latm.cpp290 int bufferFullness,
391 FDKwriteBits( hBs, bufferFullness, 8 ); /* bufferFullness */
669 int bufferFullness,
688 CreateStreamMuxConfig(hAss, hBs, bufferFullness, cb);
719 int bufferFullness,
749 bufferFullness,
287 CreateStreamMuxConfig( HANDLE_LATM_STREAM hAss, HANDLE_FDK_BITSTREAM hBs, int bufferFullness, CSTpCallBacks *cb ) argument
665 AdvanceAudioMuxElement( HANDLE_LATM_STREAM hAss, HANDLE_FDK_BITSTREAM hBs, int auBits, int bufferFullness, CSTpCallBacks *cb ) argument
715 transportEnc_LatmWrite( HANDLE_LATM_STREAM hAss, HANDLE_FDK_BITSTREAM hBs, int auBits, int bufferFullness, CSTpCallBacks *cb ) argument
H A Dtpenc_lib.cpp350 int bufferFullness,
372 bufferFullness
376 bufferFullness /= ncc; /* Number of Considered Channels */
377 bufferFullness /= 32;
378 bufferFullness = FDKmin(0x7FF, bufferFullness); /* Signal variable rate */
382 bufferFullness,
389 bufferFullness /= ncc; /* Number of Considered Channels */
390 bufferFullness /= 32;
391 bufferFullness
347 transportEnc_WriteAccessUnit( HANDLE_TRANSPORTENC hTp, INT frameUsedBits, int bufferFullness, int ncc ) argument
[all...]

Completed in 135 milliseconds