Searched refs:jp2_box_create (Results 1 – 3 of 3) sorted by relevance
132 if (!(box = jp2_box_create(JP2_BOX_JP))) { in jp2_write_header()144 if (!(box = jp2_box_create(JP2_BOX_FTYP))) { in jp2_write_header()171 if (!(box = jp2_box_create(JP2_BOX_IHDR))) { in jp2_write_header()192 if (!(box = jp2_box_create(JP2_BOX_BPCC))) { in jp2_write_header()214 if (!(box = jp2_box_create(JP2_BOX_COLR))) { in jp2_write_header()286 if (!(box = jp2_box_create(JP2_BOX_CDEF))) { in jp2_write_header()315 if (!(box = jp2_box_create(JP2_BOX_JP2H))) { in jp2_write_header()356 if (!(box = jp2_box_create(JP2_BOX_JP2C))) { in jp2_write_codestream()
299 jp2_box_t *jp2_box_create(int type);
193 jp2_box_t *jp2_box_create(int type) in jp2_box_create() function