HomeSort by relevance Sort by last modified time
    Searched refs:opj_codestream_info_v2_t (Results 1 - 7 of 7) sorted by null

  /external/pdfium/third_party/libopenjpeg20/
opj_codec.h 158 opj_codestream_info_v2_t* (*opj_get_codec_info)(void* p_codec);
openjpeg.h 942 } opj_codestream_info_v2_t; typedef in typeref:struct:opj_codestream_info_v2
    [all...]
jp2.h 466 opj_codestream_info_v2_t* jp2_get_cstr_info(opj_jp2_t* p_jp2);
openjpeg.c 179 l_codec->opj_get_codec_info = (opj_codestream_info_v2_t* (*) (void*) ) j2k_get_cstr_info;
255 l_codec->opj_get_codec_info = (opj_codestream_info_v2_t* (*) (void*) ) jp2_get_cstr_info;
874 opj_codestream_info_v2_t* OPJ_CALLCONV opj_get_cstr_info(opj_codec_t *p_codec)
885 void OPJ_CALLCONV opj_destroy_cstr_info(opj_codestream_info_v2_t **cstr_info) {
j2k.h 778 opj_codestream_info_v2_t* j2k_get_cstr_info(opj_j2k_t* p_j2k);
j2k.c     [all...]
jp2.c     [all...]

Completed in 65 milliseconds