Lines Matching refs:l_nb_bytes
234 OPJ_UINT32 l_nb_bytes = 0; in opj_t2_encode_packets() local
274 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()
325 p_max_len -= l_nb_bytes; in opj_t2_encode_packets()
327 * p_data_written += l_nb_bytes; in opj_t2_encode_packets()
341 info_PK->end_pos = info_PK->start_pos + l_nb_bytes - 1; in opj_t2_encode_packets()
656 OPJ_UINT32 l_nb_bytes; in opj_t2_encode_packet() local
863 l_nb_bytes = (OPJ_UINT32)opj_bio_numbytes(bio); in opj_t2_encode_packet()
864 c += l_nb_bytes; in opj_t2_encode_packet()
865 length -= l_nb_bytes; in opj_t2_encode_packet()