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.h749 } opj_marker_info_t; typedef
799 opj_marker_info_t *marker;
846 opj_marker_info_t *marker;
982 opj_marker_info_t *marker;
1010 opj_marker_info_t *marker;
Dj2k.c7401 opj_marker_info_t *new_marker; in opj_j2k_add_mhmarker()
7404 new_marker = (opj_marker_info_t *) opj_realloc(cstr_index->marker, in opj_j2k_add_mhmarker()
7405 cstr_index->maxmarknum * sizeof(opj_marker_info_t)); in opj_j2k_add_mhmarker()
7435 opj_marker_info_t *new_marker; in opj_j2k_add_tlmarker()
7438 new_marker = (opj_marker_info_t *) opj_realloc( in opj_j2k_add_tlmarker()
7440 cstr_index->tile_index[tileno].maxmarknum * sizeof(opj_marker_info_t)); in opj_j2k_add_tlmarker()
9569 cstr_index->marker = (opj_marker_info_t*) in opj_j2k_create_cstr_index()
9570 opj_calloc(cstr_index->maxmarknum, sizeof(opj_marker_info_t)); in opj_j2k_create_cstr_index()
10539 l_cstr_index->marker = (opj_marker_info_t*)opj_malloc(l_cstr_index->marknum * in j2k_get_cstr_index()
10540 sizeof(opj_marker_info_t)); in j2k_get_cstr_index()
[all …]