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

/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Djp2.c1839 const opj_jp2_header_handler_t * l_current_handler; local
1884 l_current_handler = opj_jp2_find_handler(box.type);
1887 if (l_current_handler != 00) {
1906 if (! l_current_handler->handler(jp2,l_current_data,l_current_data_size,p_manager)) {
2199 const opj_jp2_header_handler_t * l_current_handler; local
2227 l_current_handler = opj_jp2_img_find_handler(box.type);
2234 if (l_current_handler != 00) {
2235 if (! l_current_handler->handler(jp2,p_header_data,l_current_data_size,p_manager)) {

Completed in 495 milliseconds