Home
last modified time | relevance | path

Searched refs:opj_destroy (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
Dopj_codec.h91 void (*opj_destroy) (void * p_codec); member
143 void (* opj_destroy) (void * p_codec); member
Dopenjpeg.c199 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()