Searched refs:SoftWorker (Results 1 – 8 of 8) sorted by relevance
/external/libxcam/modules/soft/ |
D | soft_worker.cpp | 58 const SmartPtr<SoftWorker> &worker, in WorkItem() 73 SmartPtr<SoftWorker> _worker; 104 SoftWorker::SoftWorker (const char *name, const SmartPtr<Callback> &cb) in SoftWorker() function in XCam::SoftWorker 112 SoftWorker::~SoftWorker () in ~SoftWorker() 117 SoftWorker::set_work_uint (uint32_t x, uint32_t y, uint32_t z) in set_work_uint() 130 SoftWorker::set_threads (const SmartPtr<ThreadPool> &threads) in set_threads() 140 SoftWorker::set_global_size (const WorkSize &size) in set_global_size() 152 SoftWorker::set_local_size (const WorkSize &size) in set_local_size() 164 SoftWorker::stop () in stop() 171 SoftWorker::work (const SmartPtr<Worker::Arguments> &args) in work() [all …]
|
D | soft_blender_tasks_priv.h | 40 : public SoftWorker 49 : SoftWorker (name, cb) in SoftWorker() function 126 : public SoftWorker 148 : SoftWorker ("SoftBlendTask", cb) in BlendTask() 158 : public SoftWorker 182 : SoftWorker ("SoftLaplaceTask", cb) in LaplaceTask() 196 : public SoftWorker 219 : SoftWorker ("SoftReconstructTask", cb) in ReconstructTask()
|
D | soft_worker.h | 53 class SoftWorker 59 explicit SoftWorker (const char *name, const SmartPtr<Callback> &cb = NULL); 60 virtual ~SoftWorker (); 90 XCAM_DEAD_COPY (SoftWorker);
|
D | soft_copy_task.h | 35 : public SoftWorker 49 : SoftWorker ("CopyTask", cb) in CopyTask()
|
D | soft_geo_tasks_priv.h | 31 : public SoftWorker 48 : SoftWorker ("GeoMapTask", cb) in GeoMapTask()
|
D | soft_handler.cpp | 184 SmartPtr<SoftWorker> worker = get_first_worker ().dynamic_cast_ptr<SoftWorker> (); in execute_buffer()
|
D | soft_handler.h | 34 class SoftWorker; variable
|
D | soft_blender.cpp | 330 SmartPtr<SoftWorker> worker = pyr_layer[level].scale_task[idx]; in start_scaler() 412 SmartPtr<SoftWorker> worker = pyr_layer[level].lap_task[idx]; in start_lap_task() 476 SmartPtr<SoftWorker> worker = last_level_blend; in start_blend_task() 533 SmartPtr<SoftWorker> worker = pyr_layer[level].recon_task; in start_reconstruct_task()
|