Searched refs:encInfo (Results 1 – 1 of 1) sorted by relevance
315 AACENC_InfoStruct encInfo; in process() local316 if (AACENC_OK != aacEncInfo(mAACEncoder, &encInfo)) { in process()324 C2StreamCsdInfo::output::AllocUnique(encInfo.confSize, 0u); in process()331 memcpy(csd->m.value, encInfo.confBuf, encInfo.confSize); in process()338 mOutBufferSize = encInfo.maxOutBufBytes; in process()339 mNumBytesPerInputFrame = encInfo.frameLength * channelCount * sizeof(int16_t); in process()