HomeSort by relevance Sort by last modified time
    Searched refs:l_nb_bytes (Results 1 - 2 of 2) sorted by null

  /external/pdfium/third_party/libopenjpeg20/
t2.c 218 OPJ_UINT32 l_nb_bytes = 0; local
257 l_nb_bytes = 0;
259 if (! opj_t2_encode_packet(p_tile_no,p_tile, l_tcp, l_current_pi, l_current_data, &l_nb_bytes, p_max_len, cstr_info)) {
264 l_comp_len += l_nb_bytes;
265 l_current_data += l_nb_bytes;
266 p_max_len -= l_nb_bytes;
268 * p_data_written += l_nb_bytes;
294 l_nb_bytes=0;
296 if (! opj_t2_encode_packet(p_tile_no,p_tile, l_tcp, l_current_pi, l_current_data, &l_nb_bytes, p_max_len, cstr_info)) {
301 l_current_data += l_nb_bytes;
571 OPJ_UINT32 l_nb_bytes; local
    [all...]
j2k.c 3176 OPJ_UINT32 l_nb_bytes = 0; local
    [all...]

Completed in 360 milliseconds