Searched refs:check_work_continue (Results 1 – 5 of 5) sorted by relevance
/external/libxcam/modules/soft/ |
D | soft_handler.h | 76 bool check_work_continue (const SmartPtr<ImageHandler::Parameters> ¶m, XCamReturn err);
|
D | soft_stitcher.cpp | 773 ERROR, check_work_continue (param, XCAM_RETURN_NO_ERROR), XCAM_RETURN_ERROR_PARAM, in start_task_count() 801 if (!check_work_continue (param, error)) in dewarp_done() 831 if (!check_work_continue (param, error)) { in blender_done() 858 if (!check_work_continue (param, error)) { in copy_task_done()
|
D | soft_blender.cpp | 753 if (!check_work_continue (param, error)) in gauss_scale_done() 789 if (!check_work_continue (param, error)) in lap_done() 813 if (!check_work_continue (param, error)) in blend_task_done() 838 if (!check_work_continue (param, error)) in reconstruct_done()
|
D | soft_geo_mapper.cpp | 187 if (!check_work_continue (param, error)) in remap_task_done()
|
D | soft_handler.cpp | 303 SoftHandler::check_work_continue (const SmartPtr<ImageHandler::Parameters> ¶m, XCamReturn err) in check_work_continue() function in XCam::SoftHandler
|