Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/aac/
DC2SoftAacEnc.cpp353 AACENC_InfoStruct encInfo; in process() local
354 if (AACENC_OK != aacEncInfo(mAACEncoder, &encInfo)) { in process()
362 C2StreamInitDataInfo::output::AllocUnique(encInfo.confSize, 0u); in process()
369 memcpy(csd->m.value, encInfo.confBuf, encInfo.confSize); in process()
376 mOutBufferSize = encInfo.maxOutBufBytes; in process()
377 mNumBytesPerInputFrame = encInfo.frameLength * channelCount * sizeof(int16_t); in process()
/frameworks/av/media/libstagefright/codecs/aacenc/
DSoftAACEncoder2.cpp501 AACENC_InfoStruct encInfo; in onQueueFilled() local
502 if (AACENC_OK != aacEncInfo(mAACEncoder, &encInfo)) { in onQueueFilled()
512 if (outHeader->nOffset + encInfo.confSize > outHeader->nAllocLen) { in onQueueFilled()
520 outHeader->nFilledLen = encInfo.confSize; in onQueueFilled()
524 memcpy(out, encInfo.confBuf, encInfo.confSize); in onQueueFilled()