Lines Matching refs:l_current_writer
1681 opj_jp2_img_header_writer_handler_t * l_current_writer; in opj_jp2_write_jp2h() local
1718 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()
1739 ++l_current_writer; in opj_jp2_write_jp2h()
1756 l_current_writer = l_writers; in opj_jp2_write_jp2h()
1758 if (opj_stream_write_data(stream, l_current_writer->m_data, in opj_jp2_write_jp2h()
1759 … l_current_writer->m_size, p_manager) != l_current_writer->m_size) { in opj_jp2_write_jp2h()
1765 ++l_current_writer; in opj_jp2_write_jp2h()
1769 l_current_writer = l_writers; in opj_jp2_write_jp2h()
1773 if (l_current_writer->m_data != 00) { in opj_jp2_write_jp2h()
1774 opj_free(l_current_writer->m_data); in opj_jp2_write_jp2h()
1776 ++l_current_writer; in opj_jp2_write_jp2h()