HomeSort by relevance Sort by last modified time
    Searched refs:GetAvailInput (Results 1 - 5 of 5) sorted by null

  /external/pdfium/core/include/fxcodec/
fx_codec_provider.h 51 virtual FX_DWORD GetAvailInput(void* pContext, FX_LPBYTE* avail_buf_ptr = NULL) = 0;
fx_codec.h 182 virtual FX_DWORD GetAvailInput(void* pContext, FX_LPBYTE* avail_buf_ptr = NULL) = 0;
  /external/pdfium/core/src/fxcodec/codec/
codec_int.h 148 virtual FX_DWORD GetAvailInput(void* pContext, FX_LPBYTE* avail_buf_ptr);
fx_codec_jpeg.cpp 723 FX_DWORD CCodec_JpegModule::GetAvailInput(void* pContext, FX_LPBYTE* avail_buf_ptr)
726 return m_pExtProvider->GetAvailInput(pContext, avail_buf_ptr);
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_filters.cpp 745 int left_size = CPDF_ModuleMgr::Get()->GetJpegModule()->GetAvailInput(m_pContext);
763 int left_size = CPDF_ModuleMgr::Get()->GetJpegModule()->GetAvailInput(m_pContext);
770 ReportEOF(CPDF_ModuleMgr::Get()->GetJpegModule()->GetAvailInput(m_pContext));

Completed in 1599 milliseconds