• Home
  • Raw
  • Download

Lines Matching refs:OPJ_UINT32

66                                   OPJ_UINT32 p_image_header_size,
78 OPJ_UINT32 * p_nb_bytes_written);
89 OPJ_UINT32 * p_nb_bytes_written);
103 OPJ_UINT32 p_bpc_header_size,
108 OPJ_UINT32 p_cdef_header_size,
123 OPJ_UINT32 * p_nb_bytes_written);
134 OPJ_UINT32 * p_nb_bytes_written);
161 OPJ_UINT32 p_header_size,
180 OPJ_UINT32 p_header_size,
253 OPJ_UINT32 p_header_size,
294 OPJ_UINT32 p_pclr_header_size,
310 OPJ_UINT32 p_cmap_header_size,
325 OPJ_UINT32 p_colr_header_size,
385 OPJ_UINT32 * p_number_bytes_read,
414 OPJ_UINT32 p_id);
423 static const opj_jp2_header_handler_t * opj_jp2_find_handler(OPJ_UINT32 p_id);
454 OPJ_UINT32 * p_number_bytes_read,
455 OPJ_UINT32 p_box_max_size,
474 OPJ_UINT32 * p_number_bytes_read, in opj_jp2_read_boxhdr()
487 *p_number_bytes_read = (OPJ_UINT32)opj_stream_read_data(cio, l_data_header, 8, in opj_jp2_read_boxhdr()
504 box->length = (OPJ_UINT32)bleft + 8U; in opj_jp2_read_boxhdr()
512 OPJ_UINT32 l_xl_part_size; in opj_jp2_read_boxhdr()
514 OPJ_UINT32 l_nb_bytes_read = (OPJ_UINT32)opj_stream_read_data(cio, in opj_jp2_read_boxhdr()
539 OPJ_UINT32 i;
563 OPJ_UINT32 p_image_header_size, in opj_jp2_read_ihdr()
632 OPJ_UINT32 * p_nb_bytes_written in opj_jp2_write_ihdr()
684 OPJ_UINT32 * p_nb_bytes_written in opj_jp2_write_bpcc()
687 OPJ_UINT32 i; in opj_jp2_write_bpcc()
689 OPJ_UINT32 l_bpcc_size; in opj_jp2_write_bpcc()
724 OPJ_UINT32 p_bpc_header_size, in opj_jp2_read_bpcc()
728 OPJ_UINT32 i; in opj_jp2_read_bpcc()
758 OPJ_UINT32 * p_nb_bytes_written) in opj_jp2_write_cdef()
761 OPJ_UINT32 l_cdef_size = 10; in opj_jp2_write_cdef()
763 OPJ_UINT32 l_value; in opj_jp2_write_cdef()
809 OPJ_UINT32 * p_nb_bytes_written in opj_jp2_write_colr()
813 OPJ_UINT32 l_colr_size = 11; in opj_jp2_write_colr()
862 OPJ_UINT32 i; in opj_jp2_write_colr()
898 OPJ_UINT32 nr_channels = in opj_jp2_check_color()
903 nr_channels = (OPJ_UINT32)color->jp2_pclr->nr_channels; in opj_jp2_check_color()
916 if (info[i].asoc > 0 && (OPJ_UINT32)(info[i].asoc - 1) >= nr_channels) { in opj_jp2_check_color()
927 if ((OPJ_UINT32)info[i].cn == (nr_channels - 1U)) { in opj_jp2_check_color()
1037 OPJ_UINT32 *entries; in opj_jp2_apply_pclr()
1040 OPJ_UINT32 j, max; in opj_jp2_apply_pclr()
1064 …if (old_comps[cmp].h == 0 || old_comps[cmp].w > ((OPJ_UINT32)-1) / sizeof(OPJ_INT32) / old_comps[c… in opj_jp2_apply_pclr()
1163 OPJ_UINT32 p_pclr_header_size, in opj_jp2_read_pclr()
1169 OPJ_UINT32 *entries; in opj_jp2_read_pclr()
1172 OPJ_UINT32 l_value; in opj_jp2_read_pclr()
1207 if (p_pclr_header_size < 3 + (OPJ_UINT32)nr_channels) { in opj_jp2_read_pclr()
1211 entries = (OPJ_UINT32*) opj_malloc(sizeof(OPJ_UINT32) * nr_channels * in opj_jp2_read_pclr()
1255 OPJ_UINT32 bytes_to_read = (OPJ_UINT32)((channel_size[i] + 7) >> 3); in opj_jp2_read_pclr()
1257 if (bytes_to_read > sizeof(OPJ_UINT32)) { in opj_jp2_read_pclr()
1258 bytes_to_read = sizeof(OPJ_UINT32); in opj_jp2_read_pclr()
1267 *entries = (OPJ_UINT32) l_value; in opj_jp2_read_pclr()
1277 OPJ_UINT32 p_cmap_header_size, in opj_jp2_read_cmap()
1283 OPJ_UINT32 l_value; in opj_jp2_read_cmap()
1307 if (p_cmap_header_size < (OPJ_UINT32)nr_channels * 4) { in opj_jp2_read_cmap()
1403 OPJ_UINT32 p_cdef_header_size, in opj_jp2_read_cdef()
1409 OPJ_UINT32 l_value; in opj_jp2_read_cdef()
1437 if (p_cdef_header_size < 2 + (OPJ_UINT32)(OPJ_UINT16)l_value * 6) { in opj_jp2_read_cdef()
1475 OPJ_UINT32 p_colr_header_size, in opj_jp2_read_colr()
1479 OPJ_UINT32 l_value; in opj_jp2_read_colr()
1528 OPJ_UINT32 *cielab; in opj_jp2_read_colr()
1529 OPJ_UINT32 rl, ol, ra, oa, rb, ob, il; in opj_jp2_read_colr()
1531 cielab = (OPJ_UINT32*)opj_malloc(9 * sizeof(OPJ_UINT32)); in opj_jp2_read_colr()
1581 jp2->color.icc_profile_len = (OPJ_UINT32)icc_len; in opj_jp2_read_colr()
1685 OPJ_UINT32 l_jp2h_size = 8; in opj_jp2_write_jp2h()
1786 OPJ_UINT32 i; in opj_jp2_write_ftyp()
1787 OPJ_UINT32 l_ftyp_size; in opj_jp2_write_ftyp()
1849 (OPJ_UINT32)(j2k_codestream_exit - jp2->j2k_codestream_offset), in opj_jp2_write_jp2c()
1916 OPJ_BOOL opj_jp2_set_threads(opj_jp2_t *jp2, OPJ_UINT32 num_threads) in opj_jp2_set_threads()
1930 OPJ_UINT32 i; in opj_jp2_setup_encoder()
1931 OPJ_UINT32 depth_0; in opj_jp2_setup_encoder()
1932 OPJ_UINT32 sign; in opj_jp2_setup_encoder()
1933 OPJ_UINT32 alpha_count; in opj_jp2_setup_encoder()
1934 OPJ_UINT32 color_channels = 0U; in opj_jp2_setup_encoder()
1935 OPJ_UINT32 alpha_channel = 0U; in opj_jp2_setup_encoder()
1965 jp2->cl = (OPJ_UINT32*) opj_malloc(jp2->numcl * sizeof(OPJ_UINT32)); in opj_jp2_setup_encoder()
1992 OPJ_UINT32 depth = image->comps[i].prec - 1; in opj_jp2_setup_encoder()
2052 } else if ((OPJ_UINT32)alpha_channel < color_channels) { in opj_jp2_setup_encoder()
2222 OPJ_UINT32 i; in opj_jp2_default_validation()
2279 OPJ_UINT32 l_nb_bytes_read; in opj_jp2_read_header_procedure()
2282 OPJ_UINT32 l_last_data_size = OPJ_BOX_SIZE; in opj_jp2_read_header_procedure()
2283 OPJ_UINT32 l_current_data_size; in opj_jp2_read_header_procedure()
2359 (OPJ_UINT32)opj_stream_get_number_byte_left(stream)); in opj_jp2_read_header_procedure()
2376 l_nb_bytes_read = (OPJ_UINT32)opj_stream_read_data(stream, l_current_data, in opj_jp2_read_header_procedure()
2448 OPJ_UINT32 l_nb_proc, i; in opj_jp2_exec()
2504 static const opj_jp2_header_handler_t * opj_jp2_find_handler(OPJ_UINT32 p_id) in opj_jp2_find_handler()
2506 OPJ_UINT32 i, l_handler_size = sizeof(jp2_header) / sizeof( in opj_jp2_find_handler()
2525 OPJ_UINT32 p_id) in opj_jp2_img_find_handler()
2527 OPJ_UINT32 i, l_handler_size = sizeof(jp2_img_header) / sizeof( in opj_jp2_img_find_handler()
2550 OPJ_UINT32 p_header_size, in opj_jp2_read_jp()
2555 OPJ_UINT32 l_magic_number; in opj_jp2_read_jp()
2599 OPJ_UINT32 p_header_size, in opj_jp2_read_ftyp()
2603 OPJ_UINT32 i, l_remaining_bytes; in opj_jp2_read_ftyp()
2639 jp2->cl = (OPJ_UINT32 *) opj_calloc(jp2->numcl, sizeof(OPJ_UINT32)); in opj_jp2_read_ftyp()
2704 OPJ_UINT32 p_header_size, in opj_jp2_read_jp2h()
2708 OPJ_UINT32 l_box_size = 0, l_current_data_size = 0; in opj_jp2_read_jp2h()
2778 OPJ_UINT32 * p_number_bytes_read, in opj_jp2_read_boxhdr_char()
2779 OPJ_UINT32 p_box_max_size, in opj_jp2_read_boxhdr_char()
2783 OPJ_UINT32 l_value; in opj_jp2_read_boxhdr_char()
2799 box->length = (OPJ_UINT32)(l_value); in opj_jp2_read_boxhdr_char()
2803 box->type = (OPJ_UINT32)(l_value); in opj_jp2_read_boxhdr_char()
2810 OPJ_UINT32 l_xl_part_size; in opj_jp2_read_boxhdr_char()
2830 box->length = (OPJ_UINT32)(l_value); in opj_jp2_read_boxhdr_char()
2976 OPJ_UINT32 * p_tile_index, in opj_jp2_read_tile_header()
2977 OPJ_UINT32 * p_data_size, in opj_jp2_read_tile_header()
2982 OPJ_UINT32 * p_nb_comps, in opj_jp2_read_tile_header()
3000 OPJ_UINT32 p_tile_index, in opj_jp2_write_tile()
3002 OPJ_UINT32 p_data_size, in opj_jp2_write_tile()
3013 OPJ_UINT32 p_tile_index, in opj_jp2_decode_tile()
3015 OPJ_UINT32 p_data_size, in opj_jp2_decode_tile()
3093 OPJ_UINT32 numcomps, in opj_jp2_set_decoded_components()
3094 const OPJ_UINT32* comps_indices, in opj_jp2_set_decoded_components()
3117 OPJ_UINT32 tile_index in opj_jp2_get_tile()
3249 OPJ_UINT32 res_factor, in opj_jp2_set_decoded_resolution_factor()