Home
last modified time | relevance | path

Searched refs:top_view_buf (Results 1 – 3 of 3) sorted by relevance

/external/libxcam/tests/
Dtest-image-stitching.cpp52 SmartPtr<VideoBuffer> top_view_buf, SmartPtr<VideoBuffer> rectified_view_buf,
169 SmartPtr<VideoBuffer> input_buf, output_buf, top_view_buf, rectified_view_buf; in main() local
445 top_view_buf = top_view_pool->get_buffer (top_view_pool); in main()
538 sample_generate_top_view (output_buf, top_view_buf, config, top_view_map_table); in main()
539 convert_to_mat (top_view_buf, top_view_mat); in main()
549 … dbg_write_image (context, image_360, input_bufs, output_buf, top_view_buf, rectified_view_buf, in main()
568 SmartPtr<VideoBuffer> top_view_buf, SmartPtr<VideoBuffer> rectified_view_buf, in dbg_write_image() argument
599 convert_to_mat (top_view_buf, mat); in dbg_write_image()
/external/libxcam/modules/ocl/
Dcl_utils.cpp362 SmartPtr<VideoBuffer> top_view_buf, in sample_generate_top_view() argument
366 const VideoBufferInfo top_view_info = top_view_buf->get_video_info (); in sample_generate_top_view()
369 int top_view_resolution_w = top_view_buf->get_video_info ().width; in sample_generate_top_view()
370 int top_view_resolution_h = top_view_buf->get_video_info ().height; in sample_generate_top_view()
379 top_view_mem = top_view_buf->map (); in sample_generate_top_view()
390 top_view_buf->unmap(); in sample_generate_top_view()
Dcl_utils.h82 SmartPtr<VideoBuffer> top_view_buf,