Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/codec/
Dfx_codec_jpx_opj.cpp82 int* r = static_cast<int*>(opj_image_data_alloc(max_size.ValueOrDie())); in sycc444_to_rgb()
83 int* g = static_cast<int*>(opj_image_data_alloc(max_size.ValueOrDie())); in sycc444_to_rgb()
84 int* b = static_cast<int*>(opj_image_data_alloc(max_size.ValueOrDie())); in sycc444_to_rgb()
141 int* r = static_cast<int*>(opj_image_data_alloc(max_size.ValueOrDie())); in sycc422_to_rgb()
142 int* g = static_cast<int*>(opj_image_data_alloc(max_size.ValueOrDie())); in sycc422_to_rgb()
143 int* b = static_cast<int*>(opj_image_data_alloc(max_size.ValueOrDie())); in sycc422_to_rgb()
312 int* r = static_cast<int*>(opj_image_data_alloc(safeSize.ValueOrDie())); in sycc420_to_rgb()
313 int* g = static_cast<int*>(opj_image_data_alloc(safeSize.ValueOrDie())); in sycc420_to_rgb()
314 int* b = static_cast<int*>(opj_image_data_alloc(safeSize.ValueOrDie())); in sycc420_to_rgb()
Dfx_codec_jpx_unittest.cpp441 opj_image_data_alloc(y.w * y.h * sizeof(OPJ_INT32))); in TEST()
443 opj_image_data_alloc(v.w * v.h * sizeof(OPJ_INT32))); in TEST()
445 opj_image_data_alloc(u.w * u.h * sizeof(OPJ_INT32))); in TEST()
/external/pdfium/third_party/libopenjpeg20/
Dimage.c77 comp->data = (OPJ_INT32*) opj_image_data_alloc( in opj_image_create()
Dopenjpeg.h1113 OPJ_API void* OPJ_CALLCONV opj_image_data_alloc(OPJ_SIZE_T size);
Dopenjpeg.c1054 void* OPJ_CALLCONV opj_image_data_alloc(OPJ_SIZE_T size) in opj_image_data_alloc() function
Dtcd.c694 l_tilec->data = (OPJ_INT32 *) opj_image_data_alloc(l_tilec->data_size_needed); in opj_alloc_tile_component_data()
704 l_tilec->data = (OPJ_INT32 *) opj_image_data_alloc(l_tilec->data_size_needed); in opj_alloc_tile_component_data()
1666 tilec->data_win = (OPJ_INT32*) opj_image_data_alloc(l_data_size); in opj_tcd_decode_tile()
Djp2.c1091opj_image_data_alloc(old_comps[cmp].w * old_comps[cmp].h * sizeof(OPJ_INT32)); in opj_jp2_apply_pclr()
Dj2k.c9184 l_img_comp_dest->data = (OPJ_INT32*) opj_image_data_alloc(l_width * l_height * in opj_j2k_update_image_data()