Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Dtask_service.h104 max_process_time_(max_process_time), in max_param_count_()
120 auto wait_ret = in_cond_.wait_for(in_lock, max_process_time_, [this]() { in loop()
160 if (elapsed >= max_process_time_) { in loop()
163 max_process_time_.count()); in loop()
297 const TaskDuration getMaxProceedTime() { return max_process_time_; } in getMaxProceedTime()
298 void setMaxProceedTime(const TaskDuration duration) { max_process_time_ = duration; } in setMaxProceedTime()
300 max_process_time_ = TaskDuration(std::chrono::milliseconds(1000 / fps)); in setMaxProceedTimeByFps()
313 TaskDuration max_process_time_; variable