Home
last modified time | relevance | path

Searched refs:pJbig2Context (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxcodec/codec/
Dfx_codec_jbig.cpp43 CCodec_Jbig2Context* pJbig2Context, in StartDecode() argument
52 if (!pJbig2Context) in StartDecode()
57 pJbig2Context->m_width = width; in StartDecode()
58 pJbig2Context->m_height = height; in StartDecode()
59 pJbig2Context->m_pSrcStream = src_stream; in StartDecode()
60 pJbig2Context->m_pGlobalStream = global_stream; in StartDecode()
61 pJbig2Context->m_dest_buf = dest_buf; in StartDecode()
62 pJbig2Context->m_dest_pitch = dest_pitch; in StartDecode()
64 pJbig2Context->m_pContext = pdfium::MakeUnique<CJBig2_Context>( in StartDecode()
67 int ret = pJbig2Context->m_pContext->getFirstPage(dest_buf, width, height, in StartDecode()
[all …]
Dccodec_jbig2module.h41 CCodec_Jbig2Context* pJbig2Context,
50 FXCODEC_STATUS ContinueDecode(CCodec_Jbig2Context* pJbig2Context,
54 FXCODEC_STATUS Decode(CCodec_Jbig2Context* pJbig2Context, int result);