Searched refs:outputBufferSize (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
H A DFwdLockConv.c153 size_t outputBufferSize; member in struct:FwdLockConv_Session
552 pSession->outputBufferSize = OUTPUT_BUFFER_SIZE_INCREMENT;
553 pOutput->fromConvertData.pBuffer = malloc(pSession->outputBufferSize);
833 if (pOutput->fromConvertData.numBytes == pSession->outputBufferSize) {
835 pSession->outputBufferSize += OUTPUT_BUFFER_SIZE_INCREMENT;
836 pBuffer = realloc(pOutput->fromConvertData.pBuffer, pSession->outputBufferSize);

Completed in 70 milliseconds