HomeSort by relevance Sort by last modified time
    Searched refs:opj_t2_t (Results 1 - 3 of 3) sorted by null

  /external/pdfium/third_party/libopenjpeg20/
t2.h 59 } opj_t2_t; typedef in typeref:struct:opj_t2
80 OPJ_BOOL opj_t2_encode_packets( opj_t2_t* t2,
105 OPJ_BOOL opj_t2_decode_packets( opj_t2_t *t2,
121 opj_t2_t* opj_t2_create(opj_image_t *p_image, opj_cp_t *p_cp);
127 void opj_t2_destroy(opj_t2_t *t2);
t2.c 93 static OPJ_BOOL opj_t2_decode_packet( opj_t2_t* t2,
103 static OPJ_BOOL opj_t2_skip_packet( opj_t2_t* p_t2,
113 static OPJ_BOOL opj_t2_read_packet_header( opj_t2_t* p_t2,
124 static OPJ_BOOL opj_t2_read_packet_data(opj_t2_t* p_t2,
133 static OPJ_BOOL opj_t2_skip_packet_data(opj_t2_t* p_t2,
204 OPJ_BOOL opj_t2_encode_packets( opj_t2_t* p_t2,
347 OPJ_BOOL opj_t2_decode_packets( opj_t2_t *p_t2,
500 opj_t2_t* opj_t2_create(opj_image_t *p_image, opj_cp_t *p_cp)
503 opj_t2_t *l_t2 = (opj_t2_t*)opj_calloc(1,sizeof(opj_t2_t))
    [all...]
tcd.c 504 opj_t2_t*t2 = opj_t2_create(tcd->image, cp);
    [all...]

Completed in 580 milliseconds