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.h88 void (*opj_destroy)(void * p_codec); member
145 void (* opj_destroy)(void * p_codec); member
Dopenjpeg.c205 l_codec->m_codec_data.m_decompression.opj_destroy = in opj_create_decompress()
312 l_codec->m_codec_data.m_decompression.opj_destroy = (void (*)( in opj_create_decompress()
647 l_codec->m_codec_data.m_compression.opj_destroy = (void (*)( in opj_create_compress()
685 l_codec->m_codec_data.m_compression.opj_destroy = (void (*)( in opj_create_compress()
927 l_codec->m_codec_data.m_decompression.opj_destroy(l_codec->m_codec); in opj_destroy_codec()
929 l_codec->m_codec_data.m_compression.opj_destroy(l_codec->m_codec); in opj_destroy_codec()