Home
last modified time | relevance | path

Searched refs:newConfigLength (Results 1 – 2 of 2) sorted by relevance

/external/aac/libMpegTPDec/src/
Dtpdec_lib.cpp365 const UINT newConfigLength, in transportDec_InBandConfig() argument
379 FDKinitBitStream(hBs, newConfig, TP_USAC_MAX_CONFIG_LEN, newConfigLength << 3, in transportDec_InBandConfig()
387 newConfigLength) { in transportDec_InBandConfig()
389 newConfigLength)) { in transportDec_InBandConfig()
485 FDKpushBack(hBs, newConfigLength * 8 - FDKgetValidBits(hBs)); in transportDec_InBandConfig()
528 hTp->asc->m_sc.m_usacConfig.UsacConfigBits = newConfigLength << 3; in transportDec_InBandConfig()
530 newConfigLength); in transportDec_InBandConfig()
/external/aac/libMpegTPDec/include/
Dtpdec_lib.h370 const HANDLE_TRANSPORTDEC hTp, UCHAR *newConfig, const UINT newConfigLength,