Home
last modified time | relevance | path

Searched refs:jp2_box_create (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/3rdparty/libjasper/
Djp2_enc.c132 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()
Djp2_cod.h299 jp2_box_t *jp2_box_create(int type);
Djp2_cod.c193 jp2_box_t *jp2_box_create(int type) in jp2_box_create() function