Searched refs:l_ftyp_size (Results 1 – 1 of 1) sorted by relevance
1559 OPJ_UINT32 l_ftyp_size = 16 + 4 * jp2->numcl; in opj_jp2_write_ftyp() local1568 l_ftyp_data = (OPJ_BYTE *) opj_calloc(1,l_ftyp_size); in opj_jp2_write_ftyp()1577 opj_write_bytes(l_current_data_ptr, l_ftyp_size,4); /* box size */ in opj_jp2_write_ftyp()1593 l_result = (opj_stream_write_data(cio,l_ftyp_data,l_ftyp_size,p_manager) == l_ftyp_size); in opj_jp2_write_ftyp()