Home
last modified time | relevance | path

Searched refs:pblock (Results 1 – 3 of 3) sorted by relevance

/third_party/lame/dshow/
DEncoder.cpp424 int CEncoder::GetBlockAligned(const unsigned char ** pblock, int* piBufferSize, const long& cbAlign) in GetBlockAligned() argument
427 if (!pgf || !m_outFrameBuf || !pblock) in GetBlockAligned()
452 *pblock = m_outFrameBuf + m_outReadOffset; in GetBlockAligned()
DEncoder.h139 int GetBlockAligned(const unsigned char ** pblock, int* piBufferSize, const long& cbAlign);
DMpegac.cpp386 const unsigned char * pblock = NULL; in FlushEncodedSamples() local
388 int iBlockLength = m_Encoder.GetBlockAligned(&pblock, &iBufferSize, m_cbStreamAlignment); in FlushEncodedSamples()
399 CopyMemory(pDst, pblock, iBlockLength); in FlushEncodedSamples()