Home
last modified time | relevance | path

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

/external/libyuv/files/source/
Dmjpeg_decoder.cc282 if (!StartDecode()) { in DecodeToBuffers()
371 if (!StartDecode()) { in DecodeToCallback()
517 bool MJpegDecoder::StartDecode() { in StartDecode() function in libyuv::MJpegDecoder
/external/libvpx/libvpx/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/include/libyuv/
Dmjpeg_decoder.h156 bool StartDecode();
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dmjpeg_decoder.h159 LIBYUV_BOOL StartDecode();
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_jbig.cpp58 FXCODEC_STATUS CCodec_Jbig2Module::StartDecode(void* pJbig2Context, in StartDecode() function in CCodec_Jbig2Module
Dfx_codec_progress.h103 FXCODEC_STATUS StartDecode(CFX_DIBitmap* pDIBitmap,
Dcodec_int.h392 FXCODEC_STATUS StartDecode(void* pJbig2Context,
Dfx_codec_progress.cpp1850 FXCODEC_STATUS CCodec_ProgressiveDecoder::StartDecode(CFX_DIBitmap* pDIBitmap, in StartDecode() function in CCodec_ProgressiveDecoder
/external/pdfium/xfa/src/fxbarcode/
DBC_BufferedImageLuminanceSource.cpp53 status = pImageCodec->StartDecode(bitmap, 0, 0, bitmap->GetWidth(), in CreateDIBSource()
/external/pdfium/core/include/fxcodec/
Dfx_codec.h414 virtual FXCODEC_STATUS StartDecode(void* pJbig2Context,
448 virtual FXCODEC_STATUS StartDecode(class CFX_DIBitmap* pDIBitmap,
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_loadimage.cpp415 ret = pJbig2Module->StartDecode(m_pJbig2Context, m_pDocument, m_Width, in ContinueLoadDIBSource()
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffwidget.cpp1083 pProgressiveDecoder->StartDecode(pBitmap, 0, 0, pBitmap->GetWidth(), in XFA_LoadImageFromBuffer()