Searched refs:geo_map_handler (Results 1 – 1 of 1) sorted by relevance
/external/libxcam/tests/ |
D | test-image-blend.cpp | 80 SmartPtr<CLGeoMapHandler> geo_map_handler, SmartPtr<VideoBuffer> &in_out, in geo_correct_image() argument 86 geo_map_handler->set_map_data (geo_map0, map_width, map_height); in geo_correct_image() 87 ret = geo_map_handler->execute (in_out, geo_out); in geo_correct_image() 164 SmartPtr<CLGeoMapHandler> geo_map_handler; in main() local 340 geo_map_handler = create_geo_map_handler (context).dynamic_cast_ptr<CLGeoMapHandler> (); in main() 341 XCAM_ASSERT (geo_map_handler.ptr ()); in main() 353 geo_map_handler->set_map_uint (28.0f, 28.0f); in main() 362 …geo_correct_image (geo_map_handler, input0, geo_map0, map_width, map_height, file_in0_name, need_s… in main() 363 …geo_correct_image (geo_map_handler, input1, geo_map1, map_width, map_height, file_in1_name, need_s… in main()
|