Home
last modified time | relevance | path

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

/Linux-v6.1/include/media/
Dv4l2-mem2mem.h107 bool next_buf_last; member
235 m2m_ctx->next_buf_last = false; in v4l2_m2m_clear_state()
248 m2m_ctx->next_buf_last = false; in v4l2_m2m_mark_stopped()
265 return m2m_ctx->is_draining && m2m_ctx->next_buf_last; in v4l2_m2m_dst_buf_is_last()
/Linux-v6.1/drivers/media/platform/qcom/venus/
Dvdec.c1029 inst->next_buf_last = false; in vdec_start_capture()
1071 if (inst->next_buf_last) in vdec_start_output()
1090 inst->next_buf_last = false; in vdec_start_output()
1327 if (inst->next_buf_last && V4L2_TYPE_IS_CAPTURE(vb->vb2_queue->type) && in vdec_vb2_buf_queue()
1335 inst->next_buf_last = false; in vdec_vb2_buf_queue()
1494 inst->next_buf_last = true; in vdec_event_change()
1501 inst->next_buf_last = true; in vdec_event_change()
Dcore.h465 bool next_buf_last; member
/Linux-v6.1/drivers/media/v4l2-core/
Dv4l2-mem2mem.c675 m2m_ctx->next_buf_last = true; in v4l2_update_last_buf_state()
718 m2m_ctx->next_buf_last = true; in v4l2_m2m_update_stop_streaming_state()