Searched refs:EncodeFrame (Results 1 – 5 of 5) sorted by relevance
19 int EncodeFrame(const void * pInputData, int nInputBytes);
22 int EncodeFrame(const void * pInputData, int nInputBytes);
69 int CAPECompressCreate::EncodeFrame(const void * pInputData, int nInputBytes) in EncodeFrame() function in CAPECompressCreate85 nRetVal = m_spAPECompressCore->EncodeFrame(pInputData, nInputBytes); in EncodeFrame()
26 int CAPECompressCore::EncodeFrame(const void * pInputData, int nInputBytes) in EncodeFrame() function in CAPECompressCore
162 … int nRetVal = m_spAPECompressCreate->EncodeFrame(&m_pBuffer[m_nBufferHead], nFrameBytes); in ProcessBuffer()