Searched defs:CJPX_Decoder (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_jpx_opj.cpp552 class CJPX_Decoder : public CFX_Object class in inherits:CFX_Object
555 CJPX_Decoder();
556 ~CJPX_Decoder();
567 CJPX_Decoder::CJPX_Decoder(): image(NULL), l_codec(NULL), l_stream(NULL), m_useColorSpace(FALSE) function in class:CJPX_Decoder
570 CJPX_Decoder::~CJPX_Decoder()
582 FX_BOOL CJPX_Decoder::Init(const unsigned char* src_data, int src_size)
666 void CJPX_Decoder::GetInfo(FX_DWORD& width, FX_DWORD& height, FX_DWORD& codestream_nComps, FX_DWORD& output_nComps)
672 FX_BOOL CJPX_Decoder
[all...]

Completed in 952 milliseconds