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

  /external/pdfium/third_party/libopenjpeg20/
t2.c 362 OPJ_UINT32 l_nb_bytes_read; local
418 l_nb_bytes_read = 0;
422 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, p_manager)) {
432 l_nb_bytes_read = 0;
433 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, p_manager)) {
446 l_current_data += l_nb_bytes_read;
447 p_max_len -= l_nb_bytes_read;
465 info_PK->end_pos = info_PK->start_pos + l_nb_bytes_read - 1;
531 OPJ_UINT32 l_nb_bytes_read = 0; local
536 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, p_manager))
807 OPJ_UINT32 l_nb_bytes_read = 0; local
    [all...]
jp2.c 497 OPJ_UINT32 l_nb_bytes_read = (OPJ_UINT32)opj_stream_read_data(cio,l_data_header,8,p_manager); local
498 if (l_nb_bytes_read != 8) {
499 if (l_nb_bytes_read > 0) {
500 *p_number_bytes_read += l_nb_bytes_read;
2110 OPJ_UINT32 l_nb_bytes_read; local
    [all...]

Completed in 661 milliseconds