Searched refs:set_lookup_table (Results 1 – 5 of 5) sorted by relevance
/external/libxcam/xcore/interface/ |
D | geo_mapper.h | 39 virtual bool set_lookup_table (const PointFloat2 *data, uint32_t width, uint32_t height) = 0;
|
/external/libxcam/modules/soft/ |
D | soft_geo_mapper.h | 42 bool set_lookup_table (const PointFloat2 *data, uint32_t width, uint32_t height);
|
D | soft_geo_mapper.cpp | 41 SoftGeoMapper::set_lookup_table (const PointFloat2 *data, uint32_t width, uint32_t height) in set_lookup_table() function in XCam::SoftGeoMapper
|
D | soft_stitcher.cpp | 261 ERROR, mapper->set_lookup_table (map_table.data (), table_width, table_height), in set_dewarp_geo_table()
|
/external/libxcam/tests/ |
D | test-soft-image.cpp | 354 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()
|