Home
last modified time | relevance | path

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

/external/pdfium/third_party/libopenjpeg20/
Djp2.c1682 opj_jp2_img_header_writer_handler_t * l_current_writer; in opj_jp2_write_jp2h() local
1719 l_current_writer = l_writers; in opj_jp2_write_jp2h()
1721 l_current_writer->m_data = l_current_writer->handler(jp2, in opj_jp2_write_jp2h()
1722 &(l_current_writer->m_size)); in opj_jp2_write_jp2h()
1723 if (l_current_writer->m_data == 00) { in opj_jp2_write_jp2h()
1730 l_jp2h_size += l_current_writer->m_size; in opj_jp2_write_jp2h()
1731 ++l_current_writer; in opj_jp2_write_jp2h()
1735 l_current_writer = l_writers; in opj_jp2_write_jp2h()
1737 if (l_current_writer->m_data != 00) { in opj_jp2_write_jp2h()
1738 opj_free(l_current_writer->m_data); in opj_jp2_write_jp2h()
[all …]