Searched refs:opj_destroy (Results 1 – 2 of 2) sorted by relevance
91 void (*opj_destroy) (void * p_codec); member143 void (* opj_destroy) (void * p_codec); member
199 l_codec->m_codec_data.m_decompression.opj_destroy = in opj_create_decompress()295 l_codec->m_codec_data.m_decompression.opj_destroy = (void (*) (void *))opj_jp2_destroy; in opj_create_decompress()571 l_codec->m_codec_data.m_compression.opj_destroy = (void (*) (void *)) opj_j2k_destroy; in opj_create_compress()608 l_codec->m_codec_data.m_compression.opj_destroy = (void (*) (void *)) opj_jp2_destroy; in opj_create_compress()845 l_codec->m_codec_data.m_decompression.opj_destroy(l_codec->m_codec); in opj_destroy_codec()848 l_codec->m_codec_data.m_compression.opj_destroy(l_codec->m_codec); in opj_destroy_codec()