Home
last modified time | relevance | path

Searched refs:component_info (Results 1 – 2 of 2) sorted by relevance

/external/opencv/otherlibs/highgui/
Dgrfmt_jpeg2000.cpp408 jas_image_cmptparm_t component_info[3]; in WriteImage() local
411 component_info[i].tlx = 0; in WriteImage()
412 component_info[i].tly = 0; in WriteImage()
413 component_info[i].hstep = 1; in WriteImage()
414 component_info[i].vstep = 1; in WriteImage()
415 component_info[i].width = width; in WriteImage()
416 component_info[i].height = height; in WriteImage()
417 component_info[i].prec = depth; in WriteImage()
418 component_info[i].sgnd = 0; in WriteImage()
420 …jas_image_t *img = jas_image_create( channels, component_info, (channels == 1) ? JAS_CLRSPC_SGRAY … in WriteImage()
/external/opencv3/modules/imgcodecs/src/
Dgrfmt_jpeg2000.cpp447 jas_image_cmptparm_t component_info[3]; in write() local
450 component_info[i].tlx = 0; in write()
451 component_info[i].tly = 0; in write()
452 component_info[i].hstep = 1; in write()
453 component_info[i].vstep = 1; in write()
454 component_info[i].width = width; in write()
455 component_info[i].height = height; in write()
456 component_info[i].prec = depth; in write()
457 component_info[i].sgnd = 0; in write()
459 …jas_image_t *img = jas_image_create( channels, component_info, (channels == 1) ? JAS_CLRSPC_SGRAY … in write()