Home
last modified time | relevance | path

Searched refs:FXCODEC_STATUS_FRAME_READY (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/include/fxcodec/
Dfx_codec_def.h12 FXCODEC_STATUS_FRAME_READY, enumerator
/external/pdfium/xfa/src/fxbarcode/
DBC_BufferedImageLuminanceSource.cpp38 if (status != FXCODEC_STATUS_FRAME_READY) { in CreateDIBSource()
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_progress.cpp1278 case FXCODEC_STATUS_FRAME_READY: in LoadImageInfo()
1301 m_status = FXCODEC_STATUS_FRAME_READY; in LoadImageInfo()
1307 m_status = FXCODEC_STATUS_FRAME_READY; in LoadImageInfo()
1316 if (m_status != FXCODEC_STATUS_FRAME_READY) { in SetClipBox()
1809 if (!(m_status == FXCODEC_STATUS_FRAME_READY || in GetFrames()
/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_Context.cpp68 m_ProcessingStatus(FXCODEC_STATUS_FRAME_READY), in CJBig2_Context()