Searched refs:CCodec_Jbig2Module (Results 1 – 3 of 3) sorted by relevance
13 CCodec_Jbig2Module::~CCodec_Jbig2Module() in ~CCodec_Jbig2Module()16 void* CCodec_Jbig2Module::CreateJbig2Context() in CreateJbig2Context()20 void CCodec_Jbig2Module::DestroyJbig2Context(void* pJbig2Content) in DestroyJbig2Context()28 FX_BOOL CCodec_Jbig2Module::Decode(FX_DWORD width, FX_DWORD height, FX_LPCBYTE src_buf, FX_DWORD sr… in Decode()49 FX_BOOL CCodec_Jbig2Module::Decode(IFX_FileRead* file_ptr, in Decode()83 FXCODEC_STATUS CCodec_Jbig2Module::StartDecode(void* pJbig2Context, FX_DWORD width, FX_DWORD height… in StartDecode()122 FXCODEC_STATUS CCodec_Jbig2Module::StartDecode(void* pJbig2Context, IFX_FileRead* file_ptr, in StartDecode()170 FXCODEC_STATUS CCodec_Jbig2Module::ContinueDecode(void* pJbig2Context, IFX_Pause* pPause) in ContinueDecode()
261 class CCodec_Jbig2Module : public ICodec_Jbig2Module264 CCodec_Jbig2Module() {}; in CCodec_Jbig2Module() function265 ~CCodec_Jbig2Module();
15 m_pJbig2Module = new CCodec_Jbig2Module; in CCodec_ModuleMgr()