Searched refs:l_tot_len (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
H A Dj2k.c3988 OPJ_UINT32 l_tot_len, l_num_parts = 0; local
3997 if (! opj_j2k_get_sot_values(p_header_data, p_header_size, &(p_j2k->m_current_tile_number), &l_tot_len, &l_current_part, &l_num_parts, p_manager)) {
4046 if ((l_tot_len !=0 ) && (l_tot_len < 14) )
4048 if (l_tot_len == 12 ) /* MSD: Special case for the PHR data which are read by kakadu*/
4050 opj_event_msg(p_manager, EVT_WARNING, "Empty SOT marker detected: Psot=%d.\n", l_tot_len);
4054 opj_event_msg(p_manager, EVT_ERROR, "Psot value is not correct regards to the JPEG2000 norm: %d.\n", l_tot_len);
4063 if (/*(l_tot_len < 0) ||*/ (l_tot_len > p_header_size ) ) { /* FIXME it seems correct; for info in V1 -> (p_stream_numbytesleft(p_stream) + 8))) { */
4066 l_tot_len, p_header_siz
7698 OPJ_UINT32 l_tile_no, l_tot_len, l_current_part, l_num_parts; local
[all...]

Completed in 86 milliseconds