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

  /external/pdfium/third_party/libopenjpeg20/
jp2.c 481 opj_read_bytes(l_data_header,&(box->length), 4);
482 opj_read_bytes(l_data_header+4,&(box->type), 4);
507 opj_read_bytes(l_data_header,&l_xl_part_size, 4);
512 opj_read_bytes(l_data_header+4,&(box->length), 4);
556 opj_read_bytes(p_image_header_data,&(jp2->h),4); /* HEIGHT */
558 opj_read_bytes(p_image_header_data,&(jp2->w),4); /* WIDTH */
560 opj_read_bytes(p_image_header_data,&(jp2->numcomps),2); /* NC */
571 opj_read_bytes(p_image_header_data,&(jp2->bpc),1); /* BPC */
574 opj_read_bytes(p_image_header_data,&(jp2->C),1); /* C */
582 opj_read_bytes(p_image_header_data,&(jp2->UnkC),1); /* UnkC *
    [all...]
cio.h 58 #define opj_read_bytes opj_read_bytes_BE macro
65 #define opj_read_bytes opj_read_bytes_LE macro
j2k.c     [all...]

Completed in 44 milliseconds