Searched refs:tmp_outBuffSize (Results 1 – 1 of 1) sorted by relevance
1549 int tmp_outBuffSize = mediaWidthInPixels * currStripHeight * dstNumComponents; in StartPage() local1551 if (tmp_outBuffSize > currOutBuffSize) { in StartPage()1553 *pOutBuffer = realloc(*pOutBuffer, tmp_outBuffSize); in StartPage()1560 outBuffSize = currOutBuffSize = tmp_outBuffSize; in StartPage()