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

  /external/pdfium/third_party/libopenjpeg20/
jp2.c 608 opj_write_bytes(l_current_ihdr_ptr,22,4); /* write box size */
611 opj_write_bytes(l_current_ihdr_ptr,JP2_IHDR, 4); /* IHDR */
614 opj_write_bytes(l_current_ihdr_ptr,jp2->h, 4); /* HEIGHT */
617 opj_write_bytes(l_current_ihdr_ptr, jp2->w, 4); /* WIDTH */
620 opj_write_bytes(l_current_ihdr_ptr, jp2->numcomps, 2); /* NC */
623 opj_write_bytes(l_current_ihdr_ptr, jp2->bpc, 1); /* BPC */
626 opj_write_bytes(l_current_ihdr_ptr, jp2->C, 1); /* C : Always 7 */
629 opj_write_bytes(l_current_ihdr_ptr, jp2->UnkC, 1); /* UnkC, colorspace unknown */
632 opj_write_bytes(l_current_ihdr_ptr, jp2->IPR, 1); /* IPR, no intellectual property */
660 opj_write_bytes(l_current_bpcc_ptr,l_bpcc_size,4); /* write box size *
    [all...]
cio.h 57 #define opj_write_bytes opj_write_bytes_BE macro
64 #define opj_write_bytes opj_write_bytes_LE macro
j2k.c     [all...]

Completed in 130 milliseconds