Home | History | Annotate | Download | only in libopenjpeg20

Lines Matching full:icc_len

1580         OPJ_INT32 icc_len = (OPJ_INT32)p_colr_header_size - 3;
1582 jp2->color.icc_profile_len = (OPJ_UINT32)icc_len;
1583 jp2->color.icc_profile_buf = (OPJ_BYTE*) opj_calloc(1, (size_t)icc_len);
1589 for (it_icc_value = 0; it_icc_value < icc_len; ++it_icc_value) {