Home
last modified time | relevance | path

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

/third_party/lame/dshow/
H A DMpegac.cpp388 int iBlockLength = m_Encoder.GetBlockAligned(&pblock, &iBufferSize, m_cbStreamAlignment); in FlushEncodedSamples() local
390 if(!iBlockLength) in FlushEncodedSamples()
399 CopyMemory(pDst, pblock, iBlockLength); in FlushEncodedSamples()
403 m_rtBytePos += iBlockLength; in FlushEncodedSamples()

Completed in 3 milliseconds