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

  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
t2.c 347 OPJ_UINT32 l_nb_bytes_read; local
395 l_nb_bytes_read = 0;
399 if (! opj_t2_decode_packet(p_t2,p_tile,l_tcp,l_current_pi,l_current_data,&l_nb_bytes_read,p_max_len,l_pack_info)) {
409 l_nb_bytes_read = 0;
410 if (! opj_t2_skip_packet(p_t2,p_tile,l_tcp,l_current_pi,l_current_data,&l_nb_bytes_read,p_max_len,l_pack_info)) {
423 l_current_data += l_nb_bytes_read;
424 p_max_len -= l_nb_bytes_read;
442 info_PK->end_pos = info_PK->start_pos + l_nb_bytes_read - 1;
508 OPJ_UINT32 l_nb_bytes_read = 0; local
513 if (! opj_t2_read_packet_header(p_t2,p_tile,p_tcp,p_pi,&l_read_data,p_src,&l_nb_bytes_read,p_max_length,p_pack_info))
779 OPJ_UINT32 l_nb_bytes_read = 0; local
    [all...]
jp2.c 473 OPJ_UINT32 l_nb_bytes_read = (OPJ_UINT32)opj_stream_read_data(cio,l_data_header,8,p_manager); local
474 if (l_nb_bytes_read != 8) {
475 if (l_nb_bytes_read > 0) {
476 *p_number_bytes_read += l_nb_bytes_read;
1838 OPJ_UINT32 l_nb_bytes_read; local
    [all...]

Completed in 654 milliseconds