Home
last modified time | relevance | path

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

/external/aac/libAACenc/src/
Daacenc_lib.cpp1693 FDK_BITSTREAM tmpConf; in aacEncGetConf() local
1699 FDKinitBitStream(&tmpConf, buf, 64, 0, BS_WRITER); in aacEncGetConf()
1702 err = transportEnc_GetConf(hAacEncoder->hTpEnc, &hAacEncoder->coderConfig, &tmpConf, &confType); in aacEncGetConf()
1705 FDKbyteAlign(&tmpConf, 0); in aacEncGetConf()
1708 if (FDKgetValidBits(&tmpConf) > ((*size)<<3)) in aacEncGetConf()
1711 FDKfetchBuffer(&tmpConf, confBuffer, size); in aacEncGetConf()