Searched refs:CLGeoMapHandler (Results 1 – 3 of 3) sorted by relevance
/external/libxcam/modules/ocl/ |
D | cl_geo_map_handler.cpp | 89 CLGeoMapHandler::CLGeoMapHandler (const SmartPtr<CLContext> &context) in CLGeoMapHandler() function in XCam::CLGeoMapHandler 103 CLGeoMapHandler::get_geo_equivalent_out_size (float &width, float &height) in get_geo_equivalent_out_size() 110 CLGeoMapHandler::get_geo_pixel_out_size (float &width, float &height) in get_geo_pixel_out_size() 117 CLGeoMapHandler::set_map_uint (float uint_x, float uint_y) in set_map_uint() 125 CLGeoMapHandler::set_map_data (GeoPos *data, uint32_t width, uint32_t height) in set_map_data() 155 CLGeoMapHandler::check_geo_map_buf (uint32_t width, uint32_t height) in check_geo_map_buf() 197 CLGeoMapHandler::normalize_geo_map (uint32_t image_w, uint32_t image_h) in normalize_geo_map() 227 CLGeoMapHandler::prepare_buffer_pool_video_info ( in prepare_buffer_pool_video_info() 245 CLGeoMapHandler::prepare_parameters (SmartPtr<VideoBuffer> &input, SmartPtr<VideoBuffer> &output) in prepare_parameters() 308 CLGeoMapHandler::execute_done (SmartPtr<VideoBuffer> &output) in execute_done() [all …]
|
D | cl_geo_map_handler.h | 59 class CLGeoMapHandler; variable 77 class CLGeoMapHandler 82 explicit CLGeoMapHandler (const SmartPtr<CLContext> &context); 136 XCAM_DEAD_COPY (CLGeoMapHandler);
|
/external/libxcam/tests/ |
D | test-image-blend.cpp | 80 SmartPtr<CLGeoMapHandler> geo_map_handler, SmartPtr<VideoBuffer> &in_out, in geo_correct_image() 164 SmartPtr<CLGeoMapHandler> geo_map_handler; in main() 340 geo_map_handler = create_geo_map_handler (context).dynamic_cast_ptr<CLGeoMapHandler> (); in main()
|