Searched refs:pJbig2Content (Results 1 – 2 of 2) sorted by relevance
20 void CCodec_Jbig2Module::DestroyJbig2Context(void* pJbig2Content) in DestroyJbig2Context() argument22 if(pJbig2Content) { in DestroyJbig2Context()23 CJBig2_Context::DestroyContext(((CCodec_Jbig2Context*)pJbig2Content)->m_pContext); in DestroyJbig2Context()24 delete (CCodec_Jbig2Context*)pJbig2Content; in DestroyJbig2Context()26 pJbig2Content = NULL; in DestroyJbig2Context()
218 virtual FXCODEC_STATUS ContinueDecode(void* pJbig2Content, IFX_Pause* pPause) = 0;219 virtual void DestroyJbig2Context(void* pJbig2Content) = 0;