Searched refs:encInfo (Results 1 – 2 of 2) sorted by relevance
353 AACENC_InfoStruct encInfo; in process() local354 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()
501 AACENC_InfoStruct encInfo; in onQueueFilled() local502 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()