Home
last modified time | relevance | path

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

/external/libxcam/tests/
Dtest-soft-image.cpp340 uint32_t topview_width, uint32_t topview_height) in remap_topview_buf() argument
344 uint32_t lut_w = topview_width / 4, lut_h = topview_height / 4; in remap_topview_buf()
353 mapper->set_output_size (topview_width, topview_height); in remap_topview_buf()
553 uint32_t topview_height = 720; in main() local
636 topview_height = atoi(optarg); in main()
679 printf ("topview height:\t\t%d\n", topview_height); in main()
778 add_element (outs, "topview", topview_width, topview_height); in main()