Searched refs:l_comment_size (Results 1 – 1 of 1) sorted by relevance
2305 OPJ_UINT32 l_comment_size; in opj_j2k_write_com() local2316 l_comment_size = (OPJ_UINT32)strlen(l_comment); in opj_j2k_write_com()2317 l_total_com_size = l_comment_size + 6; in opj_j2k_write_com()2343 memcpy( l_current_ptr,l_comment,l_comment_size); in opj_j2k_write_com()