HomeSort by relevance Sort by last modified time
    Searched defs:bufferFullness (Results 1 - 2 of 2) sorted by null

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
AACTrackImpl.java 264 int bufferFullness = brb.readBits(11);
272 // System.out.println("Size: " + frameSize + " fullness: " + bufferFullness + " no blocks: " + noBlocks);
  /external/aac/libMpegTPDec/src/
tpdec_lib.cpp 348 INT bufferFullness = -1;
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;
    [all...]

Completed in 393 milliseconds