Searched refs:nBytesToAdd (Results 1 – 1 of 1) sorted by relevance
209 int nBytesToAdd = nBytesAvailable; in AddDataFromInputSource() local213 if (nBytesToAdd > nMaxBytes) nBytesToAdd = nMaxBytes; in AddDataFromInputSource()216 if (nBytesToAdd > nIdealBytes) nBytesToAdd = nIdealBytes; in AddDataFromInputSource()219 while ((nBytesToAdd % m_wfeInput.nBlockAlign) != 0) in AddDataFromInputSource()220 nBytesToAdd--; in AddDataFromInputSource()222 int nBlocksToAdd = nBytesToAdd / m_wfeInput.nBlockAlign; in AddDataFromInputSource()