Home
last modified time | relevance | path

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

/external/aac/libAACenc/src/
Daacenc_lib.cpp1689 FDK_BITSTREAM tmpConf; in aacEncGetConf() local
1695 FDKinitBitStream(&tmpConf, buf, 64, 0, BS_WRITER); in aacEncGetConf()
1698 err = transportEnc_GetConf(hAacEncoder->hTpEnc, &hAacEncoder->coderConfig, &tmpConf, &confType); in aacEncGetConf()
1701 FDKbyteAlign(&tmpConf, 0); in aacEncGetConf()
1704 if (FDKgetValidBits(&tmpConf) > ((*size)<<3)) in aacEncGetConf()
1707 FDKfetchBuffer(&tmpConf, confBuffer, size); in aacEncGetConf()