HomeSort by relevance Sort by last modified time
    Searched refs:adts_fullness (Results 1 - 3 of 3) sorted by null

  /external/aac/libMpegTPDec/src/
tpdec_adts.h 125 USHORT adts_fullness; member in struct:__anon5453
tpdec_adts.cpp 204 bs.adts_fullness = FDKreadBits(hBs, Adts_Length_BufferFullness);
271 cmp_buffer_fullness = bs.frame_length*8 + bs.adts_fullness*32*getNumberOfEffectiveChannels(bs.channel_config);
275 if (bs.adts_fullness != 0x7FF)
tpdec_lib.cpp 369 if (hTp->parser.adts.bs.adts_fullness != 0x7ff) {
370 bufferFullness = hTp->parser.adts.bs.frame_length*8 + hTp->parser.adts.bs.adts_fullness * 32 * getNumberOfEffectiveChannels(hTp->parser.adts.bs.channel_config);
    [all...]

Completed in 860 milliseconds