Home
last modified time | relevance | path

Searched refs:kDecodeToBeContinued (Results 1 – 11 of 11) sorted by relevance

/external/pdfium/core/fxcodec/jbig2/
DJBig2_GrdProc.cpp498 if (m_ProgressiveStatus != FXCODEC_STATUS::kDecodeToBeContinued) in ContinueDecode()
608 m_ProgressiveStatus = FXCODEC_STATUS::kDecodeToBeContinued; in ProgressiveDecodeArithTemplate0Opt3()
609 return FXCODEC_STATUS::kDecodeToBeContinued; in ProgressiveDecodeArithTemplate0Opt3()
667 m_ProgressiveStatus = FXCODEC_STATUS::kDecodeToBeContinued; in ProgressiveDecodeArithTemplate0Unopt()
668 return FXCODEC_STATUS::kDecodeToBeContinued; in ProgressiveDecodeArithTemplate0Unopt()
773 m_ProgressiveStatus = FXCODEC_STATUS::kDecodeToBeContinued; in ProgressiveDecodeArithTemplate1Opt3()
774 return FXCODEC_STATUS::kDecodeToBeContinued; in ProgressiveDecodeArithTemplate1Opt3()
828 m_ProgressiveStatus = FXCODEC_STATUS::kDecodeToBeContinued; in ProgressiveDecodeArithTemplate1Unopt()
829 return FXCODEC_STATUS::kDecodeToBeContinued; in ProgressiveDecodeArithTemplate1Unopt()
934 m_ProgressiveStatus = FXCODEC_STATUS::kDecodeToBeContinued; in ProgressiveDecodeArithTemplate2Opt3()
[all …]
DJBig2_PddProc.cpp46 while (status == FXCODEC_STATUS::kDecodeToBeContinued) in DecodeArith()
DJBig2_Context.cpp96 if (m_ProcessingStatus == FXCODEC_STATUS::kDecodeToBeContinued) { in DecodeSequential()
121 m_ProcessingStatus = FXCODEC_STATUS::kDecodeToBeContinued; in DecodeSequential()
146 m_ProcessingStatus = FXCODEC_STATUS::kDecodeToBeContinued; in GetFirstPage()
162 if (m_ProcessingStatus == FXCODEC_STATUS::kDecodeToBeContinued) in Continue()
281 while (m_ProcessingStatus == FXCODEC_STATUS::kDecodeToBeContinued && in ParseSegmentData()
984 if (m_ProcessingStatus == FXCODEC_STATUS::kDecodeToBeContinued) { in ParseGenericRegion()
DJBig2_HtrdProc.cpp77 while (status == FXCODEC_STATUS::kDecodeToBeContinued) in DecodeArith()
/external/pdfium/core/fxcodec/
Dfx_codec_def.h15 kDecodeToBeContinued, enumerator
Dprogressive_decoder.cpp392 m_status = FXCODEC_STATUS::kDecodeToBeContinued; in BmpStartDecode()
461 m_status = FXCODEC_STATUS::kDecodeToBeContinued; in GifStartDecode()
577 m_status = FXCODEC_STATUS::kDecodeToBeContinued; in JpegStartDecode()
669 m_status = FXCODEC_STATUS::kDecodeToBeContinued; in PngStartDecode()
845 case FXCODEC_STATUS::kDecodeToBeContinued: in LoadImageInfo()
1245 m_status = FXCODEC_STATUS::kDecodeToBeContinued; in StartDecode()
1254 if (m_status != FXCODEC_STATUS::kDecodeToBeContinued) in ContinueDecode()
Dprogressive_decoder_unittest.cpp55 while (status == FXCODEC_STATUS::kDecodeToBeContinued) { in DecodeToBitmap()
/external/pdfium/testing/fuzzers/
Dpdf_codec_jbig2_fuzzer.cc46 while (status == FXCODEC_STATUS::kDecodeToBeContinued) in LLVMFuzzerTestOneInput()
Dxfa_codec_fuzzer.h60 while (status == FXCODEC_STATUS::kDecodeToBeContinued) { in Fuzz()
/external/pdfium/xfa/fxfa/
Dcxfa_ffwidget.cpp169 while (status == FXCODEC_STATUS::kDecodeToBeContinued) { in XFA_LoadImageFromBuffer()
/external/pdfium/core/fpdfapi/page/
Dcpdf_dib.cpp393 if (iDecodeStatus == FXCODEC_STATUS::kDecodeToBeContinued) in ContinueLoadDIBBase()