Home
last modified time | relevance | path

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

/external/libxcam/xcore/interface/
Dgeo_mapper.h39 virtual bool set_lookup_table (const PointFloat2 *data, uint32_t width, uint32_t height) = 0;
/external/libxcam/modules/soft/
Dsoft_geo_mapper.h42 bool set_lookup_table (const PointFloat2 *data, uint32_t width, uint32_t height);
Dsoft_geo_mapper.cpp41 SoftGeoMapper::set_lookup_table (const PointFloat2 *data, uint32_t width, uint32_t height) in set_lookup_table() function in XCam::SoftGeoMapper
Dsoft_stitcher.cpp261 ERROR, mapper->set_lookup_table (map_table.data (), table_width, table_height), in set_dewarp_geo_table()
/external/libxcam/tests/
Dtest-soft-image.cpp354 mapper->set_lookup_table (points.data (), lut_w, lut_h); in remap_topview_buf()
725 mapper->set_lookup_table (map_table, MAP_WIDTH, MAP_HEIGHT); in main()