Home
last modified time | relevance | path

Searched refs:opj_codestream_info_v2_t (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
Dopenjpeg.c179 l_codec->opj_get_codec_info = (opj_codestream_info_v2_t* (*) (void*) ) j2k_get_cstr_info; in opj_create_decompress()
255 l_codec->opj_get_codec_info = (opj_codestream_info_v2_t* (*) (void*) ) jp2_get_cstr_info; in opj_create_decompress()
874 opj_codestream_info_v2_t* OPJ_CALLCONV opj_get_cstr_info(opj_codec_t *p_codec) in opj_get_cstr_info()
885 void OPJ_CALLCONV opj_destroy_cstr_info(opj_codestream_info_v2_t **cstr_info) { in opj_destroy_cstr_info()
Dopj_codec.h158 opj_codestream_info_v2_t* (*opj_get_codec_info)(void* p_codec);
Dopenjpeg.h942 } opj_codestream_info_v2_t; typedef
1480 OPJ_API void OPJ_CALLCONV opj_destroy_cstr_info(opj_codestream_info_v2_t **cstr_info);
1503 OPJ_API opj_codestream_info_v2_t* OPJ_CALLCONV opj_get_cstr_info(opj_codec_t *p_codec);
Djp2.h466 opj_codestream_info_v2_t* jp2_get_cstr_info(opj_jp2_t* p_jp2);
Dj2k.h778 opj_codestream_info_v2_t* j2k_get_cstr_info(opj_j2k_t* p_j2k);
Dj2k.c9379 opj_codestream_info_v2_t* j2k_get_cstr_info(opj_j2k_t* p_j2k) in j2k_get_cstr_info()
9384opj_codestream_info_v2_t* cstr_info = (opj_codestream_info_v2_t*) opj_calloc(1,sizeof(opj_codestre… in j2k_get_cstr_info()
Djp2.c2986 opj_codestream_info_v2_t* jp2_get_cstr_info(opj_jp2_t* p_jp2) in jp2_get_cstr_info()