Searched refs:l_current_writer (Results 1 – 1 of 1) sorted by relevance
1681 opj_jp2_img_header_writer_handler_t * l_current_writer; in opj_jp2_write_jp2h() local1718 l_current_writer = l_writers; in opj_jp2_write_jp2h()1720 l_current_writer->m_data = l_current_writer->handler(jp2, in opj_jp2_write_jp2h()1721 &(l_current_writer->m_size)); in opj_jp2_write_jp2h()1722 if (l_current_writer->m_data == 00) { in opj_jp2_write_jp2h()1729 l_jp2h_size += l_current_writer->m_size; in opj_jp2_write_jp2h()1730 ++l_current_writer; in opj_jp2_write_jp2h()1734 l_current_writer = l_writers; in opj_jp2_write_jp2h()1736 if (l_current_writer->m_data != 00) { in opj_jp2_write_jp2h()1737 opj_free(l_current_writer->m_data); in opj_jp2_write_jp2h()[all …]