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

/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dbio.h67 } opj_bio_t; typedef in typeref:struct:opj_bio
76 opj_bio_t* opj_bio_create(void);
81 void opj_bio_destroy(opj_bio_t *bio);
87 ptrdiff_t opj_bio_numbytes(opj_bio_t *bio);
94 void opj_bio_init_enc(opj_bio_t *bio, OPJ_BYTE *bp, OPJ_UINT32 len);
101 void opj_bio_init_dec(opj_bio_t *bio, OPJ_BYTE *bp, OPJ_UINT32 len);
108 void opj_bio_write(opj_bio_t *bio, OPJ_UINT32 v, OPJ_UINT32 n);
115 OPJ_UINT32 opj_bio_read(opj_bio_t *bio, OPJ_UINT32 n);
121 OPJ_BOOL opj_bio_flush(opj_bio_t *bio);
127 OPJ_BOOL opj_bio_inalign(opj_bio_t *bi
[all...]

Completed in 74 milliseconds