Lines Matching refs:l_current_writer
1682 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()
1740 ++l_current_writer; in opj_jp2_write_jp2h()
1757 l_current_writer = l_writers; in opj_jp2_write_jp2h()
1759 if (opj_stream_write_data(stream, l_current_writer->m_data, in opj_jp2_write_jp2h()
1760 … l_current_writer->m_size, p_manager) != l_current_writer->m_size) { in opj_jp2_write_jp2h()
1766 ++l_current_writer; in opj_jp2_write_jp2h()
1770 l_current_writer = l_writers; in opj_jp2_write_jp2h()
1774 if (l_current_writer->m_data != 00) { in opj_jp2_write_jp2h()
1775 opj_free(l_current_writer->m_data); in opj_jp2_write_jp2h()
1777 ++l_current_writer; in opj_jp2_write_jp2h()