Home
last modified time | relevance | path

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

/external/libxcam/modules/soft/
Dsoft_blender.cpp366 WorkSize work_unit = worker->get_work_uint (); in start_scaler() local
368 xcam_ceil (args->out_luma->get_width (), work_unit.value[0]) / work_unit.value[0], in start_scaler()
369 xcam_ceil (args->out_luma->get_height (), work_unit.value[1]) / work_unit.value[1]); in start_scaler()
416 WorkSize work_unit = worker->get_work_uint (); in start_lap_task() local
418 xcam_ceil (args->out_luma->get_width (), work_unit.value[0]) / work_unit.value[0], in start_lap_task()
419 xcam_ceil (args->out_luma->get_height (), work_unit.value[1]) / work_unit.value[1]); in start_lap_task()
480 WorkSize work_unit = worker->get_work_uint (); in start_blend_task() local
482 xcam_ceil (args->out_luma->get_width (), work_unit.value[0]) / work_unit.value[0], in start_blend_task()
483 xcam_ceil (args->out_luma->get_height (), work_unit.value[1]) / work_unit.value[1]); in start_blend_task()
537 WorkSize work_unit = worker->get_work_uint (); in start_reconstruct_task() local
[all …]
Dsoft_geo_mapper.cpp135 WorkSize work_unit = _map_task->get_work_uint (); in start_remap_task() local
137 xcam_ceil (args->out_luma->get_width (), work_unit.value[0]) / work_unit.value[0], in start_remap_task()
138 xcam_ceil (args->out_luma->get_height (), work_unit.value[1]) / work_unit.value[1]); in start_remap_task()
Dsoft_worker.cpp267 ret = work_unit (args, unit); in work_range()
278 SoftWorker::work_unit (const SmartPtr<Arguments> &, const WorkSize &) in work_unit() function in XCam::SoftWorker
Dsoft_worker.h85 virtual XCamReturn work_unit (const SmartPtr<Arguments> &args, const WorkSize &unit);