Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
Dopenjpeg.h741 } opj_marker_info_t; typedef
791 opj_marker_info_t *marker;
838 opj_marker_info_t *marker;
975 opj_marker_info_t *marker;
1003 opj_marker_info_t *marker;
Dj2k.c6705 opj_marker_info_t *new_marker;
6707 …new_marker = (opj_marker_info_t *) opj_realloc(cstr_index->marker, cstr_index->maxmarknum *sizeof(
6734 opj_marker_info_t *new_marker;
6736 new_marker = (opj_marker_info_t *) opj_realloc(
6738 … cstr_index->tile_index[tileno].maxmarknum *sizeof(opj_marker_info_t));
8490 cstr_index->marker = (opj_marker_info_t*)
8491 opj_calloc(cstr_index->maxmarknum, sizeof(opj_marker_info_t));
9309 …l_cstr_index->marker = (opj_marker_info_t*)opj_malloc(l_cstr_index->marknum*sizeof(opj_marker_info…
9316 …cstr_index->marker, p_j2k->cstr_index->marker, l_cstr_index->marknum * sizeof(opj_marker_info_t) );
9342 …(opj_marker_info_t*)opj_malloc(l_cstr_index->tile_index[it_tile].marknum*sizeof(opj_marker_info_t)…
[all …]