Searched refs:l_nb_bytes (Results 1 – 2 of 2) sorted by relevance
234 OPJ_UINT32 l_nb_bytes = 0; in opj_t2_encode_packets() local274 l_nb_bytes = 0; in opj_t2_encode_packets()277 l_current_data, &l_nb_bytes, in opj_t2_encode_packets()285 l_comp_len += l_nb_bytes; in opj_t2_encode_packets()286 l_current_data += l_nb_bytes; in opj_t2_encode_packets()287 p_max_len -= l_nb_bytes; in opj_t2_encode_packets()289 * p_data_written += l_nb_bytes; in opj_t2_encode_packets()315 l_nb_bytes = 0; in opj_t2_encode_packets()318 l_current_data, &l_nb_bytes, p_max_len, in opj_t2_encode_packets()324 l_current_data += l_nb_bytes; in opj_t2_encode_packets()[all …]
3434 OPJ_UINT32 l_nb_bytes = 0; in opj_j2k_get_specific_header_sizes() local3439 l_nb_bytes += opj_j2k_get_max_toc_size(p_j2k); in opj_j2k_get_specific_header_sizes()3443 l_nb_bytes += l_nb_comps * l_coc_bytes; in opj_j2k_get_specific_header_sizes()3446 l_nb_bytes += l_nb_comps * l_qcc_bytes; in opj_j2k_get_specific_header_sizes()3449 l_nb_bytes += opj_j2k_get_max_poc_size(p_j2k); in opj_j2k_get_specific_header_sizes()3453 return l_nb_bytes; in opj_j2k_get_specific_header_sizes()