Home
last modified time | relevance | path

Searched refs:getNumberOfEffectiveChannels (Results 1 – 4 of 4) sorted by relevance

/external/aac/libMpegTPDec/include/
Dtp_data.h344 int getNumberOfEffectiveChannels(const int channelConfig) in getNumberOfEffectiveChannels() function
/external/aac/libMpegTPEnc/include/
Dtp_data.h344 int getNumberOfEffectiveChannels(const int channelConfig) in getNumberOfEffectiveChannels() function
/external/aac/libMpegTPDec/src/
Dtpdec_adts.cpp271 …cmp_buffer_fullness = bs.frame_length*8 + bs.adts_fullness*32*getNumberOfEffectiveChannels(bs.chan… in adtsRead_DecodeHeader()
Dtpdec_lib.cpp353 ….bs.frame_length*8 + hTp->parser.adts.bs.adts_fullness * 32 * getNumberOfEffectiveChannels(hTp->pa… in transportDec_GetBufferFullness()