Home
last modified time | relevance | path

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

/external/libxcam/modules/soft/
Dsoft_blender.cpp75 SmartPtr<BufferPool> first_lap_pool; member in XCam::SoftBlenderPriv::BlenderPrivConfig
392 XCAM_ASSERT (first_lap_pool.ptr ()); in start_lap_task()
393 out_buf = first_lap_pool->get_buffer (); in start_lap_task()
685 _priv_config->first_lap_pool = new SoftVideoBufAllocator (overlap_info); in configure_resource()
687 ERROR, _priv_config->first_lap_pool->reserve (LAP_POOL_SIZE), XCAM_RETURN_ERROR_MEM, in configure_resource()