Home
last modified time | relevance | path

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

/external/libxcam/modules/soft/
Dsoft_worker.cpp58 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 …]
Dsoft_blender_tasks_priv.h40 : 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()
Dsoft_worker.h53 class SoftWorker
59 explicit SoftWorker (const char *name, const SmartPtr<Callback> &cb = NULL);
60 virtual ~SoftWorker ();
90 XCAM_DEAD_COPY (SoftWorker);
Dsoft_copy_task.h35 : public SoftWorker
49 : SoftWorker ("CopyTask", cb) in CopyTask()
Dsoft_geo_tasks_priv.h31 : public SoftWorker
48 : SoftWorker ("GeoMapTask", cb) in GeoMapTask()
Dsoft_handler.cpp184 SmartPtr<SoftWorker> worker = get_first_worker ().dynamic_cast_ptr<SoftWorker> (); in execute_buffer()
Dsoft_handler.h34 class SoftWorker; variable
Dsoft_blender.cpp330 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()