Searched refs:tmpConf (Results 1 – 2 of 2) sorted by relevance
/external/aac/libAACenc/src/ |
D | aacenc_lib.cpp | 2015 FDK_BITSTREAM tmpConf; in aacEncGetConf() local 2021 FDKinitBitStream(&tmpConf, buf, 64, 0, BS_WRITER); in aacEncGetConf() 2025 &tmpConf, &confType); in aacEncGetConf() 2028 FDKbyteAlign(&tmpConf, 0); in aacEncGetConf() 2031 if (FDKgetValidBits(&tmpConf) > ((*size) << 3)) return AAC_ENC_UNKNOWN; in aacEncGetConf() 2033 FDKfetchBuffer(&tmpConf, confBuffer, size); in aacEncGetConf()
|
/external/aac/libMpegTPDec/src/ |
D | tpdec_lib.cpp | 277 UCHAR tmpConf[1024] = {0}; in transportDec_OutOfBandConfig() local 281 FDKmemcpy(tmpConf, conf, length); in transportDec_OutOfBandConfig() 282 FDKinitBitStream(hBs, tmpConf, 1024, length << 3, BS_READER); in transportDec_OutOfBandConfig()
|