Home
last modified time | relevance | path

Searched refs:SoftVideoBufAllocator (Results 1 – 6 of 6) sorted by relevance

/external/libxcam/modules/soft/
Dsoft_video_buf_allocator.cpp72 SoftVideoBufAllocator::SoftVideoBufAllocator () in SoftVideoBufAllocator() function in XCam::SoftVideoBufAllocator
76 SoftVideoBufAllocator::SoftVideoBufAllocator (const VideoBufferInfo &info) in SoftVideoBufAllocator() function in XCam::SoftVideoBufAllocator
81 SoftVideoBufAllocator::~SoftVideoBufAllocator () in ~SoftVideoBufAllocator()
86 SoftVideoBufAllocator::allocate_data (const VideoBufferInfo &buffer_info) in allocate_data()
Dsoft_video_buf_allocator.h29 class SoftVideoBufAllocator
33 explicit SoftVideoBufAllocator ();
34 explicit SoftVideoBufAllocator (const VideoBufferInfo &info);
35 virtual ~SoftVideoBufAllocator ();
Dsoft_handler.cpp129 set_allocator (new SoftVideoBufAllocator); in confirm_configured()
Dsoft_blender.cpp685 _priv_config->first_lap_pool = new SoftVideoBufAllocator (overlap_info); in configure_resource()
706 _priv_config->pyr_layer[i].overlap_pool = new SoftVideoBufAllocator (overlap_info); in configure_resource()
Dsoft_stitcher.cpp301 fisheye.buf_pool = new SoftVideoBufAllocator (buf_info); in init_fisheye()
/external/libxcam/tests/
Dtest-soft-image.cpp185 _pool = new SoftVideoBufAllocator (); in create_buf_pool()