Searched refs:l_current_writer (Results 1 – 1 of 1) sorted by relevance
1555 opj_jp2_img_header_writer_handler_t * l_current_writer; in opj_jp2_write_jp2h() local1593 l_current_writer = l_writers; in opj_jp2_write_jp2h()1595 l_current_writer->m_data = l_current_writer->handler(jp2,&(l_current_writer->m_size)); in opj_jp2_write_jp2h()1596 if (l_current_writer->m_data == 00) { in opj_jp2_write_jp2h()1602 l_jp2h_size += l_current_writer->m_size; in opj_jp2_write_jp2h()1603 ++l_current_writer; in opj_jp2_write_jp2h()1607 l_current_writer = l_writers; in opj_jp2_write_jp2h()1609 if (l_current_writer->m_data != 00) { in opj_jp2_write_jp2h()1610 opj_free(l_current_writer->m_data ); in opj_jp2_write_jp2h()1612 ++l_current_writer; in opj_jp2_write_jp2h()[all …]