Home
last modified time | relevance | path

Searched refs:l_current_handler (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
Djp2.c2096 const opj_jp2_header_handler_t * l_current_handler; in opj_jp2_read_header_procedure() local
2140 l_current_handler = opj_jp2_find_handler(box.type); in opj_jp2_read_header_procedure()
2144 if ((l_current_handler != 00) || (l_current_handler_misplaced != 00)) { in opj_jp2_read_header_procedure()
2145 if (l_current_handler == 00) { in opj_jp2_read_header_procedure()
2149 l_current_handler = l_current_handler_misplaced; in opj_jp2_read_header_procedure()
2185 if (! l_current_handler->handler(jp2,l_current_data,l_current_data_size,p_manager)) { in opj_jp2_read_header_procedure()
2491 const opj_jp2_header_handler_t * l_current_handler; in opj_jp2_read_jp2h() local
2520 l_current_handler = opj_jp2_img_find_handler(box.type); in opj_jp2_read_jp2h()
2524 if (l_current_handler != 00) { in opj_jp2_read_jp2h()
2525 if (! l_current_handler->handler(jp2,p_header_data,l_current_data_size,p_manager)) { in opj_jp2_read_jp2h()