Home
last modified time | relevance | path

Searched refs:check_work_continue (Results 1 – 5 of 5) sorted by relevance

/external/libxcam/modules/soft/
Dsoft_handler.h76 bool check_work_continue (const SmartPtr<ImageHandler::Parameters> &param, XCamReturn err);
Dsoft_stitcher.cpp773 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()
Dsoft_blender.cpp753 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()
Dsoft_geo_mapper.cpp187 if (!check_work_continue (param, error)) in remap_task_done()
Dsoft_handler.cpp303 SoftHandler::check_work_continue (const SmartPtr<ImageHandler::Parameters> &param, XCamReturn err) in check_work_continue() function in XCam::SoftHandler