OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:work_unit
(Results
1 - 3
of
3
) sorted by null
/external/libxcam/modules/soft/
soft_geo_mapper.cpp
135
WorkSize
work_unit
= _map_task->get_work_uint ();
local
137
xcam_ceil (args->out_luma->get_width (),
work_unit
.value[0]) /
work_unit
.value[0],
138
xcam_ceil (args->out_luma->get_height (),
work_unit
.value[1]) /
work_unit
.value[1]);
soft_worker.cpp
267
ret =
work_unit
(args, unit);
278
SoftWorker::
work_unit
(const SmartPtr<Arguments> &, const WorkSize &)
function in class:XCam::SoftWorker
soft_blender.cpp
366
WorkSize
work_unit
= worker->get_work_uint ();
local
368
xcam_ceil (args->out_luma->get_width (),
work_unit
.value[0]) /
work_unit
.value[0],
369
xcam_ceil (args->out_luma->get_height (),
work_unit
.value[1]) /
work_unit
.value[1]);
416
WorkSize
work_unit
= worker->get_work_uint ();
member in namespace:XCam
418
xcam_ceil (args->out_luma->get_width (),
work_unit
.value[0]) /
work_unit
.value[0],
419
xcam_ceil (args->out_luma->get_height (),
work_unit
.value[1]) /
work_unit
.value[1])
480
WorkSize
work_unit
= worker->get_work_uint ();
local
537
WorkSize
work_unit
= worker->get_work_uint ();
local
[
all
...]
Completed in 5394 milliseconds