HomeSort by relevance Sort by last modified time
    Searched defs:CCodec_JpxModule (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fxcodec/codec/
ccodec_jpxmodule.h 17 class CCodec_JpxModule {
19 CCodec_JpxModule();
20 ~CCodec_JpxModule();
fx_codec_jpx_opj.cpp 893 CCodec_JpxModule::CCodec_JpxModule() {}
894 CCodec_JpxModule::~CCodec_JpxModule() {}
896 CJPX_Decoder* CCodec_JpxModule::CreateDecoder(const uint8_t* src_buf,
903 void CCodec_JpxModule::GetImageInfo(CJPX_Decoder* pDecoder,
910 bool CCodec_JpxModule::Decode(CJPX_Decoder* pDecoder,
917 void CCodec_JpxModule::DestroyDecoder(CJPX_Decoder* pDecoder) {

Completed in 51 milliseconds