Lines Matching defs:state
40 * until the device enters a state when it can be stopped.
184 * Should be called as soon as possible after reaching a state which allows
196 * state and inform the framework that a job has been finished and have it
201 * @state: vb2 buffer state passed to v4l2_m2m_buf_done().
208 * it with the given state. The same is done for the destination buffer, unless
219 enum vb2_buffer_state state);
222 v4l2_m2m_buf_done(struct vb2_v4l2_buffer *buf, enum vb2_buffer_state state)
224 vb2_buffer_done(&buf->vb2_buf, state);
228 * v4l2_m2m_clear_state() - clear encoding/decoding state
241 * v4l2_m2m_mark_stopped() - set current encoding/decoding state as stopped
255 * draining management state of next queued capture buffer
270 * stopped state
282 * state in the current encoding/decoding session
285 * was required, leading to an actual encoding/decoding session stop state
428 * session state when a start of streaming of a video queue is requested
438 * session state when a stop of streaming of a video queue is requested