Searched refs:l_comment_size (Results 1 – 1 of 1) sorted by relevance
2468 OPJ_UINT32 l_comment_size; in opj_j2k_write_com() local2479 l_comment_size = (OPJ_UINT32)strlen(l_comment); in opj_j2k_write_com()2480 l_total_com_size = l_comment_size + 6; in opj_j2k_write_com()2510 memcpy(l_current_ptr, l_comment, l_comment_size); in opj_j2k_write_com()