Home
last modified time | relevance | path

Searched refs:opj_realloc (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
Dopj_malloc.h155 void * OPJ_CALLCONV opj_realloc(void * m, size_t s);
159 #define opj_realloc(m, s) ((size_t)(s) >= (size_t)-0x100 ? NULL : realloc(m, s)) macro
161 #define opj_realloc(m, s) realloc(m, s) macro
Dfunction_list.c82 new_procedures = (opj_procedure*)opj_realloc( in opj_procedure_list_add_procedure()
Dj2k.c1875 …OPJ_BYTE *new_header_tile_data = (OPJ_BYTE *) opj_realloc(p_j2k->m_specific_param.m_encoder.m_head… in opj_j2k_write_siz()
2314 …OPJ_BYTE *new_header_tile_data = (OPJ_BYTE *) opj_realloc(p_j2k->m_specific_param.m_encoder.m_head… in opj_j2k_write_com()
2388 …OPJ_BYTE *new_header_tile_data = (OPJ_BYTE *) opj_realloc(p_j2k->m_specific_param.m_encoder.m_head… in opj_j2k_write_cod()
2578 …new_header_tile_data = (OPJ_BYTE *) opj_realloc(p_j2k->m_specific_param.m_encoder.m_header_tile_da…
2746 …OPJ_BYTE *new_header_tile_data = (OPJ_BYTE *) opj_realloc(p_j2k->m_specific_param.m_encoder.m_head… in opj_j2k_write_qcd()
2838 …OPJ_BYTE *new_header_tile_data = (OPJ_BYTE *) opj_realloc(p_j2k->m_specific_param.m_encoder.m_head…
3033 …OPJ_BYTE *new_header_tile_data = (OPJ_BYTE *) opj_realloc(p_j2k->m_specific_param.m_encoder.m_head… in opj_j2k_write_poc()
3548 new_ppm_markers = (opj_ppx *) opj_realloc(l_cp->ppm_markers, l_newCount * sizeof(opj_ppx)); in opj_j2k_read_ppm()
3770 new_ppt_markers = (opj_ppx *) opj_realloc(l_tcp->ppt_markers, l_newCount * sizeof(opj_ppx)); in opj_j2k_read_ppt()
3864 …OPJ_BYTE *new_header_tile_data = (OPJ_BYTE *) opj_realloc(p_j2k->m_specific_param.m_encoder.m_head… in opj_j2k_write_tlm()
[all …]
Dtgt.c176 … opj_tgt_node_t* new_nodes = (opj_tgt_node_t*) opj_realloc(p_tree->nodes, l_node_size); in opj_tgt_init()
Dtcd.c638 OPJ_INT32 * new_data = (OPJ_INT32 *) opj_realloc(l_tilec->data, l_tilec->data_size_needed); in opj_alloc_tile_component_data()
773 …opj_tcd_resolution_t* new_resolutions = (opj_tcd_resolution_t *) opj_realloc(l_tilec->resolutions,… in opj_tcd_init_tile()
891 …opj_tcd_precinct_t * new_precincts = (opj_tcd_precinct_t *) opj_realloc(l_band->precincts,/*3 * */… in opj_tcd_init_tile()
951 void *new_blocks = opj_realloc(l_current_precinct->cblks.blocks, l_nb_code_blocks_size); in opj_tcd_init_tile()
Dmqc.c538 void* new_buffer = opj_realloc(mqc->buffer, (len + 1) * sizeof(OPJ_UINT32)); in opj_mqc_init_dec()
Dt2.c1192 …OPJ_BYTE* new_cblk_data = (OPJ_BYTE*) opj_realloc(l_cblk->data, l_cblk->data_current_size + l_seg-… in opj_t2_read_packet_data()
1353 …new_segs = (opj_tcd_seg_t*) opj_realloc(cblk->segs, cblk->m_current_max_segs * sizeof(opj_tcd_seg_… in opj_t2_init_seg()
Djp2.c2168 OPJ_BYTE* new_current_data = (OPJ_BYTE*)opj_realloc(l_current_data,l_current_data_size); in opj_jp2_read_header_procedure()