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

/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Draw.h67 } opj_raw_t; typedef in typeref:struct:opj_raw
76 opj_raw_t* opj_raw_create(void);
81 void opj_raw_destroy(opj_raw_t *raw);
87 OPJ_UINT32 opj_raw_numbytes(opj_raw_t *raw);
94 void opj_raw_init_dec(opj_raw_t *raw, OPJ_BYTE *bp, OPJ_UINT32 len);
100 OPJ_UINT32 opj_raw_decode(opj_raw_t *raw);

Completed in 117 milliseconds