Searched refs:nMaxAudioBlocks (Results 1 – 1 of 1) sorted by relevance
54 uint32 nMaxAudioBlocks = nMaxAudioBytes / pwfeInput->nBlockAlign; in Start() local55 int nMaxFrames = nMaxAudioBlocks / m_nSamplesPerFrame; in Start()56 if ((nMaxAudioBlocks % m_nSamplesPerFrame) != 0) nMaxFrames++; in Start()