Home
last modified time | relevance | path

Searched refs:l_nb_bytes (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
Dt2.c213 OPJ_UINT32 l_nb_bytes = 0; in opj_t2_encode_packets() local
252 l_nb_bytes = 0; in opj_t2_encode_packets()
254 …_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()
259 l_comp_len += l_nb_bytes; in opj_t2_encode_packets()
260 l_current_data += l_nb_bytes; in opj_t2_encode_packets()
261 p_max_len -= l_nb_bytes; in opj_t2_encode_packets()
263 * p_data_written += l_nb_bytes; in opj_t2_encode_packets()
289 l_nb_bytes=0; in opj_t2_encode_packets()
291 …_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()
296 l_current_data += l_nb_bytes; in opj_t2_encode_packets()
[all …]
Dj2k.c3133 OPJ_UINT32 l_nb_bytes = 0; in opj_j2k_get_specific_header_sizes() local
3138 l_nb_bytes += opj_j2k_get_max_toc_size(p_j2k); in opj_j2k_get_specific_header_sizes()
3142 l_nb_bytes += l_nb_comps * l_coc_bytes; in opj_j2k_get_specific_header_sizes()
3145 l_nb_bytes += l_nb_comps * l_qcc_bytes; in opj_j2k_get_specific_header_sizes()
3148 l_nb_bytes += opj_j2k_get_max_poc_size(p_j2k); in opj_j2k_get_specific_header_sizes()
3152 return l_nb_bytes; in opj_j2k_get_specific_header_sizes()