Searched refs:l_comment_size (Results 1 – 1 of 1) sorted by relevance
2262 OPJ_UINT32 l_comment_size; in opj_j2k_write_com() local2273 l_comment_size = (OPJ_UINT32)strlen(l_comment); in opj_j2k_write_com()2274 l_total_com_size = l_comment_size + 6; in opj_j2k_write_com()2300 memcpy( l_current_ptr,l_comment,l_comment_size); in opj_j2k_write_com()