Home
last modified time | relevance | path

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

/external/libaom/libaom/third_party/libyuv/source/
Dmjpeg_decoder.cc262 if (!StartDecode()) { in DecodeToBuffers()
354 if (!StartDecode()) { in DecodeToCallback()
503 LIBYUV_BOOL MJpegDecoder::StartDecode() { in StartDecode() function in libyuv::MJpegDecoder
/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.cc261 if (!StartDecode()) { in DecodeToBuffers()
351 if (!StartDecode()) { in DecodeToCallback()
505 LIBYUV_BOOL MJpegDecoder::StartDecode() { in StartDecode() function in libyuv::MJpegDecoder
/external/pdfium/core/fxcodec/codec/
Dccodec_jbig2module.h40 FXCODEC_STATUS StartDecode(
Dfx_codec_jbig.cpp42 FXCODEC_STATUS CCodec_Jbig2Module::StartDecode( in StartDecode() function in CCodec_Jbig2Module
Dccodec_progressivedecoder.h61 FXCODEC_STATUS StartDecode(const RetainPtr<CFX_DIBitmap>& pDIBitmap,
Dfx_codec_progress.cpp1848 FXCODEC_STATUS CCodec_ProgressiveDecoder::StartDecode( in StartDecode() function in CCodec_ProgressiveDecoder
/external/pdfium/testing/libfuzzer/
Dpdf_codec_jbig2_fuzzer.cc52 FXCODEC_STATUS status = module.StartDecode( in LLVMFuzzerTestOneInput()
Dxfa_codec_fuzzer.h58 status = decoder->StartDecode(bitmap, 0, 0, bitmap->GetWidth(), in Fuzz()
/external/libyuv/files/include/libyuv/
Dmjpeg_decoder.h162 LIBYUV_BOOL StartDecode();
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dmjpeg_decoder.h162 LIBYUV_BOOL StartDecode();
/external/libaom/libaom/third_party/libyuv/include/libyuv/
Dmjpeg_decoder.h160 LIBYUV_BOOL StartDecode();
/external/pdfium/xfa/fxfa/
Dcxfa_ffwidget.cpp197 status = pProgressiveDecoder->StartDecode(pBitmap, 0, 0, pBitmap->GetWidth(), in XFA_LoadImageFromBuffer()
/external/pdfium/core/fpdfapi/render/
Dcpdf_dibsource.cpp335 iDecodeStatus = pJbig2Module->StartDecode( in ContinueLoadDIBSource()