Searched refs:worker_state (Results 1 – 5 of 5) sorted by relevance
52 worker_state: ['disconnected', 'the worker state is incorrect'], property90 results.worker_state = worker.state;
54 worker_state: ['disconnected', 'the worker state is incorrect'], property87 results.worker_state = worker.state;
108 KsWorkerState worker_state; member556 priv->worker_state = KS_WORKER_STATE_READY; in gst_ks_video_src_worker_func()559 while (priv->worker_state != KS_WORKER_STATE_STOPPING) { in gst_ks_video_src_worker_func()590 priv->worker_state = KS_WORKER_STATE_ERROR; in gst_ks_video_src_worker_func()611 priv->worker_state = KS_WORKER_STATE_STARTING; in gst_ks_video_src_start_worker()616 while (priv->worker_state < KS_WORKER_STATE_READY) in gst_ks_video_src_start_worker()618 result = priv->worker_state == KS_WORKER_STATE_READY; in gst_ks_video_src_start_worker()630 priv->worker_state = KS_WORKER_STATE_STOPPING; in gst_ks_video_src_stop_worker()
111 enum worker_state { enum124 enum worker_state state;
209054 worker_notify_cond, worker_result_cond, worker_state,