Searched refs:ContinueDecode (Results 1 – 14 of 14) sorted by relevance
46 status = module.ContinueDecode(&jbig2_context, nullptr); in LLVMFuzzerTestOneInput()
55 status = decoder->ContinueDecode(); in Fuzz()
399 status = decoder->ContinueDecode(); in TEST()
94 FXCODEC_STATUS ContinueDecode();
2281 FXCODEC_STATUS ProgressiveDecoder::ContinueDecode() { in ContinueDecode() function in fxcodec::ProgressiveDecoder
56 FXCODEC_STATUS ContinueDecode(Jbig2Context* pJbig2Context,
45 FXCODEC_STATUS ContinueDecode(ProgressiveArithDecodeState* pState);
64 FXCODEC_STATUS Jbig2Module::ContinueDecode(Jbig2Context* pJbig2Context, in ContinueDecode() function in fxcodec::Jbig2Module
48 status = pGRD->ContinueDecode(&state); in DecodeArith()
75 status = GRD.ContinueDecode(&state); in DecodeArith()
472 FXCODEC_STATUS CJBig2_GRDProc::ContinueDecode( in ContinueDecode() function in CJBig2_GRDProc
981 : m_pGRD->ContinueDecode(&state); in ParseGenericRegion()
209 status = pProgressiveDecoder->ContinueDecode(); in XFA_LoadImageFromBuffer()
342 iDecodeStatus = pJbig2Module->ContinueDecode(m_pJbig2Context.get(), pPause); in ContinueLoadDIBBase()