Searched refs:StartDecode (Results 1 – 12 of 12) sorted by relevance
/external/libyuv/files/source/ |
D | mjpeg_decoder.cc | 282 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/ |
D | mjpeg_decoder.cc | 262 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/ |
D | mjpeg_decoder.h | 156 bool StartDecode();
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | mjpeg_decoder.h | 159 LIBYUV_BOOL StartDecode();
|
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_jbig.cpp | 58 FXCODEC_STATUS CCodec_Jbig2Module::StartDecode(void* pJbig2Context, in StartDecode() function in CCodec_Jbig2Module
|
D | fx_codec_progress.h | 103 FXCODEC_STATUS StartDecode(CFX_DIBitmap* pDIBitmap,
|
D | codec_int.h | 392 FXCODEC_STATUS StartDecode(void* pJbig2Context,
|
D | fx_codec_progress.cpp | 1850 FXCODEC_STATUS CCodec_ProgressiveDecoder::StartDecode(CFX_DIBitmap* pDIBitmap, in StartDecode() function in CCodec_ProgressiveDecoder
|
/external/pdfium/xfa/src/fxbarcode/ |
D | BC_BufferedImageLuminanceSource.cpp | 53 status = pImageCodec->StartDecode(bitmap, 0, 0, bitmap->GetWidth(), in CreateDIBSource()
|
/external/pdfium/core/include/fxcodec/ |
D | fx_codec.h | 414 virtual FXCODEC_STATUS StartDecode(void* pJbig2Context, 448 virtual FXCODEC_STATUS StartDecode(class CFX_DIBitmap* pDIBitmap,
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_loadimage.cpp | 415 ret = pJbig2Module->StartDecode(m_pJbig2Context, m_pDocument, m_Width, in ContinueLoadDIBSource()
|
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_ffwidget.cpp | 1083 pProgressiveDecoder->StartDecode(pBitmap, 0, 0, pBitmap->GetWidth(), in XFA_LoadImageFromBuffer()
|