Searched refs:pJbig2Content (Results 1 – 2 of 2) sorted by relevance
50 void CCodec_Jbig2Module::DestroyJbig2Context(void* pJbig2Content) { in DestroyJbig2Context() argument51 if (pJbig2Content) { in DestroyJbig2Context()53 ((CCodec_Jbig2Context*)pJbig2Content)->m_pContext); in DestroyJbig2Context()54 delete (CCodec_Jbig2Context*)pJbig2Content; in DestroyJbig2Context()56 pJbig2Content = NULL; in DestroyJbig2Context()
424 virtual FXCODEC_STATUS ContinueDecode(void* pJbig2Content,426 virtual void DestroyJbig2Context(void* pJbig2Content) = 0;