Home
last modified time | relevance | path

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

/external/pdfium/third_party/libopenjpeg20/
Dopenjpeg.h753 } opj_marker_info_t; typedef
803 opj_marker_info_t *marker;
850 opj_marker_info_t *marker;
986 opj_marker_info_t *marker;
1014 opj_marker_info_t *marker;
Dj2k.c7388 opj_marker_info_t *new_marker; in opj_j2k_add_mhmarker()
7391 new_marker = (opj_marker_info_t *) opj_realloc(cstr_index->marker, in opj_j2k_add_mhmarker()
7392 cstr_index->maxmarknum * sizeof(opj_marker_info_t)); in opj_j2k_add_mhmarker()
7422 opj_marker_info_t *new_marker; in opj_j2k_add_tlmarker()
7425 new_marker = (opj_marker_info_t *) opj_realloc( in opj_j2k_add_tlmarker()
7427 cstr_index->tile_index[tileno].maxmarknum * sizeof(opj_marker_info_t)); in opj_j2k_add_tlmarker()
9553 cstr_index->marker = (opj_marker_info_t*) in opj_j2k_create_cstr_index()
9554 opj_calloc(cstr_index->maxmarknum, sizeof(opj_marker_info_t)); in opj_j2k_create_cstr_index()
10523 l_cstr_index->marker = (opj_marker_info_t*)opj_malloc(l_cstr_index->marknum * in j2k_get_cstr_index()
10524 sizeof(opj_marker_info_t)); in j2k_get_cstr_index()
[all …]