Searched refs:p_max_len (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/third_party/libopenjpeg20/ |
D | t2.c | 210 OPJ_UINT32 p_max_len, in opj_t2_encode_packets() argument 259 …packet(p_tile_no,p_tile, l_tcp, l_current_pi, l_current_data, &l_nb_bytes, p_max_len, cstr_info)) { in opj_t2_encode_packets() 266 p_max_len -= l_nb_bytes; in opj_t2_encode_packets() 296 …packet(p_tile_no,p_tile, l_tcp, l_current_pi, l_current_data, &l_nb_bytes, p_max_len, cstr_info)) { in opj_t2_encode_packets() 302 p_max_len -= l_nb_bytes; in opj_t2_encode_packets() 352 OPJ_UINT32 p_max_len, in opj_t2_decode_packets() argument 422 …e_packet(p_t2,p_tile,l_tcp,l_current_pi,l_current_data,&l_nb_bytes_read,p_max_len,l_pack_info, p_m… in opj_t2_decode_packets() 433 …p_packet(p_t2,p_tile,l_tcp,l_current_pi,l_current_data,&l_nb_bytes_read,p_max_len,l_pack_info, p_m… in opj_t2_decode_packets() 447 p_max_len -= l_nb_bytes_read; in opj_t2_decode_packets()
|