Searched refs:l_nb_bytes (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/third_party/libopenjpeg20/ |
D | t2.c | 218 OPJ_UINT32 l_nb_bytes = 0; in opj_t2_encode_packets() local 257 l_nb_bytes = 0; in opj_t2_encode_packets() 259 …_encode_packet(p_tile_no,p_tile, l_tcp, l_current_pi, l_current_data, &l_nb_bytes, p_max_len, cstr… in opj_t2_encode_packets() 264 l_comp_len += l_nb_bytes; in opj_t2_encode_packets() 265 l_current_data += l_nb_bytes; in opj_t2_encode_packets() 266 p_max_len -= l_nb_bytes; in opj_t2_encode_packets() 268 * p_data_written += l_nb_bytes; in opj_t2_encode_packets() 294 l_nb_bytes=0; in opj_t2_encode_packets() 296 …_encode_packet(p_tile_no,p_tile, l_tcp, l_current_pi, l_current_data, &l_nb_bytes, p_max_len, cstr… in opj_t2_encode_packets() 301 l_current_data += l_nb_bytes; in opj_t2_encode_packets() [all …]
|
D | j2k.c | 3176 OPJ_UINT32 l_nb_bytes = 0; in opj_j2k_get_specific_header_sizes() local 3181 l_nb_bytes += opj_j2k_get_max_toc_size(p_j2k); in opj_j2k_get_specific_header_sizes() 3185 l_nb_bytes += l_nb_comps * l_coc_bytes; in opj_j2k_get_specific_header_sizes() 3188 l_nb_bytes += l_nb_comps * l_qcc_bytes; in opj_j2k_get_specific_header_sizes() 3191 l_nb_bytes += opj_j2k_get_max_poc_size(p_j2k); in opj_j2k_get_specific_header_sizes() 3195 return l_nb_bytes; in opj_j2k_get_specific_header_sizes()
|