Home
last modified time | relevance | path

Searched refs:StartDecode (Results 1 – 12 of 12) sorted by relevance

/external/pdfium/core/fxcodec/codec/
Dccodec_jbig2module.h41 FXCODEC_STATUS StartDecode(
Dfx_codec_jbig.cpp43 FXCODEC_STATUS CCodec_Jbig2Module::StartDecode( in StartDecode() function in CCodec_Jbig2Module
Dccodec_progressivedecoder.h61 FXCODEC_STATUS StartDecode(CFX_DIBitmap* pDIBitmap,
Dfx_codec_progress.cpp1838 FXCODEC_STATUS CCodec_ProgressiveDecoder::StartDecode(CFX_DIBitmap* pDIBitmap, in StartDecode() function in CCodec_ProgressiveDecoder
/external/pdfium/testing/libfuzzer/
Dpdf_codec_jbig2_fuzzer.cc40 FXCODEC_STATUS status = module.StartDecode( in LLVMFuzzerTestOneInput()
Dxfa_codec_fuzzer.h43 status = decoder->StartDecode(bitmap.get(), 0, 0, bitmap->GetWidth(), in Fuzz()
/external/libyuv/files/source/
Dmjpeg_decoder.cc261 if (!StartDecode()) { in DecodeToBuffers()
351 if (!StartDecode()) { in DecodeToCallback()
505 LIBYUV_BOOL MJpegDecoder::StartDecode() { in StartDecode() function in libyuv::MJpegDecoder
/external/libvpx/libvpx/third_party/libyuv/source/
Dmjpeg_decoder.cc263 if (!StartDecode()) { in DecodeToBuffers()
355 if (!StartDecode()) { in DecodeToCallback()
508 LIBYUV_BOOL MJpegDecoder::StartDecode() { in StartDecode() function in libyuv::MJpegDecoder
/external/libyuv/files/include/libyuv/
Dmjpeg_decoder.h162 LIBYUV_BOOL StartDecode();
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dmjpeg_decoder.h159 LIBYUV_BOOL StartDecode();
/external/pdfium/core/fpdfapi/render/
Dcpdf_dibsource.cpp330 ret = pJbig2Module->StartDecode( in ContinueLoadDIBSource()
/external/pdfium/xfa/fxfa/app/
Dxfa_ffwidget.cpp1162 pProgressiveDecoder->StartDecode(pBitmap, 0, 0, pBitmap->GetWidth(), in XFA_LoadImageFromBuffer()