Home
last modified time | relevance | path

Searched refs:topview_width (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()
552 uint32_t topview_width = 1280; in main() local
633 topview_width = atoi(optarg); in main()
678 printf ("topview width:\t\t%d\n", topview_width); in main()
778 add_element (outs, "topview", topview_width, topview_height); in main()