• Home
  • Raw
  • Download

Lines Matching refs:OPJ_UINT32

58     OPJ_UINT32 rate;
60 OPJ_UINT32 len;
68 OPJ_UINT32 numpasses; /* Number of passes in the layer */
69 OPJ_UINT32 len; /* len of information */
83 OPJ_UINT32 numbps;
84 OPJ_UINT32 numlenbits;
85 OPJ_UINT32 data_size; /* Size of allocated data buffer */
86 OPJ_UINT32
88 OPJ_UINT32 numpassesinlayers; /* number of passes in the layer */
89 OPJ_UINT32 totalpasses; /* total number of passes */
99 OPJ_UINT32 len; /* Usable length of data */
106 OPJ_UINT32 len; /* Size of data related to this segment */
108 OPJ_UINT32 numpasses;
110 OPJ_UINT32 real_num_passes;
112 OPJ_UINT32 maxpasses;
114 OPJ_UINT32 numnewpasses;
116 OPJ_UINT32 newlen;
125 OPJ_UINT32 numbps;
127 OPJ_UINT32 numlenbits;
129 OPJ_UINT32 numnewpasses;
131 OPJ_UINT32 numsegs;
133 OPJ_UINT32 real_num_segs;
134 OPJ_UINT32 m_current_max_segs; /* allocated number of segs[] items */
135 OPJ_UINT32 numchunks; /* Number of valid chunks items */
136 OPJ_UINT32 numchunksalloc; /* Number of chunks item allocated */
145 OPJ_UINT32 cw, ch; /* number of code-blocks, in width and height */
151 OPJ_UINT32 block_size; /* size taken by cblks (in bytes) */
161 OPJ_UINT32 bandno;
165 OPJ_UINT32 precincts_data_size;
175 OPJ_UINT32 pw, ph;
177 OPJ_UINT32 numbands;
182 OPJ_UINT32 win_x0;
183 OPJ_UINT32 win_y0;
184 OPJ_UINT32 win_x1;
185 OPJ_UINT32 win_y1;
193 OPJ_UINT32 compno;
195 OPJ_UINT32 numresolutions;
197 OPJ_UINT32 minimum_num_resolutions;
201 OPJ_UINT32 resolutions_size;
215 OPJ_UINT32 win_x0;
216 OPJ_UINT32 win_y0;
217 OPJ_UINT32 win_x1;
218 OPJ_UINT32 win_y1;
231 OPJ_UINT32 numcomps; /* number of components in tile */
236 OPJ_UINT32 packno; /* packet number */
255 OPJ_UINT32 tp_num;
257 OPJ_UINT32 cur_tp_num;
259 OPJ_UINT32 cur_totnum_tp;
261 OPJ_UINT32 cur_pino;
271 OPJ_UINT32 tcd_tileno;
277 OPJ_UINT32 win_x0;
278 OPJ_UINT32 win_y0;
279 OPJ_UINT32 win_x1;
280 OPJ_UINT32 win_y1;
333 OPJ_BOOL opj_tcd_init_decode_tile(opj_tcd_t *p_tcd, OPJ_UINT32 p_tile_no,
336 void opj_tcd_makelayer_fixed(opj_tcd_t *tcd, OPJ_UINT32 layno,
337 OPJ_UINT32 final);
342 OPJ_UINT32 layno,
344 OPJ_UINT32 final);
348 OPJ_UINT32 * p_data_written,
349 OPJ_UINT32 len,
356 OPJ_UINT32 opj_tcd_get_decoded_tile_size(opj_tcd_t *p_tcd,
371 OPJ_UINT32 p_tile_no,
373 OPJ_UINT32 * p_data_written,
374 OPJ_UINT32 p_len,
397 OPJ_UINT32 win_x0,
398 OPJ_UINT32 win_y0,
399 OPJ_UINT32 win_x1,
400 OPJ_UINT32 win_y1,
401 OPJ_UINT32 numcomps_to_decode,
402 const OPJ_UINT32 *comps_indices,
404 OPJ_UINT32 len,
405 OPJ_UINT32 tileno,
415 OPJ_UINT32 p_dest_length);
432 OPJ_UINT32 p_tile_no, opj_event_mgr_t* p_manager);
473 OPJ_UINT32 compno,
474 OPJ_UINT32 resno,
475 OPJ_UINT32 bandno,
476 OPJ_UINT32 x0,
477 OPJ_UINT32 y0,
478 OPJ_UINT32 x1,
479 OPJ_UINT32 y1);