Home
last modified time | relevance | path

Searched refs:CLVideoBufferPool (Results 1 – 13 of 13) sorted by relevance

/external/libxcam/modules/ocl/
Dcl_video_buffer.h34 class CLVideoBufferPool; variable
39 friend class CLVideoBufferPool; variable
68 friend class CLVideoBufferPool; variable
85 class CLVideoBufferPool
91 explicit CLVideoBufferPool () {} in CLVideoBufferPool() function
92 ~CLVideoBufferPool () {} in ~CLVideoBufferPool()
101 XCAM_DEAD_COPY (CLVideoBufferPool);
Dcl_video_buffer.cpp114 CLVideoBufferPool::fixate_video_info (VideoBufferInfo &info) in fixate_video_info()
126 CLVideoBufferPool::allocate_data (const VideoBufferInfo &buffer_info) in allocate_data()
137 CLVideoBufferPool::create_buffer_from_data (SmartPtr<BufferData> &data) in create_buffer_from_data()
Dcl_image_scaler.cpp222 _scaler_buf_pool = new CLVideoBufferPool (); in prepare_scaler_buf()
Dcl_image_handler.cpp172 buffer_pool = new CLVideoBufferPool (); in create_buffer_pool()
Dcl_retinex_handler.cpp237 _scaler_buf_pool = new CLVideoBufferPool (); in prepare_scaler_buf()
Dcl_image_360_stitch.cpp680 buf_pool = new CLVideoBufferPool (); in create_buffer_pool()
/external/libxcam/tests/
Dtest-image-stitching.cpp429 buf_pool[i] = new CLVideoBufferPool (); in main()
438 SmartPtr<BufferPool> top_view_pool = new CLVideoBufferPool (); in main()
447 SmartPtr<BufferPool> rectified_view_pool = new CLVideoBufferPool (); in main()
Dtest-image-blend.cpp267 buf_pool0 = new CLVideoBufferPool (); in main()
268 buf_pool1 = new CLVideoBufferPool (); in main()
Dtest-cl-image.cpp500 buf_pool = new CLVideoBufferPool (); in main()
544 buf_pool = new CLVideoBufferPool (); in main()
Dtest-video-stabilization.cpp204 buf_pool = new CLVideoBufferPool (); in main()
Dtest-pipe-manager.cpp419 buf_pool = new CLVideoBufferPool (); in main()
/external/libxcam/capi/
Dcontext_priv.cpp62 _inbuf_pool = new CLVideoBufferPool (); in ContextBase()
/external/libxcam/wrapper/gstreamer/
Dgstxcamfilter.cpp574 xcamfilter->buf_pool = new CLVideoBufferPool (); in gst_xcam_filter_start()