Home
last modified time | relevance | path

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

/Linux-v6.6/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.6/drivers/media/platform/qcom/venus/
Dvdec.c1071 inst->next_buf_last = false; in vdec_start_capture()
1113 if (inst->next_buf_last) in vdec_start_output()
1132 inst->next_buf_last = false; in vdec_start_output()
1369 if (inst->next_buf_last && V4L2_TYPE_IS_CAPTURE(vb->vb2_queue->type) && in vdec_vb2_buf_queue()
1377 inst->next_buf_last = false; in vdec_vb2_buf_queue()
1541 inst->next_buf_last = true; in vdec_event_change()
1548 inst->next_buf_last = true; in vdec_event_change()
Dcore.h508 bool next_buf_last; member
/Linux-v6.6/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()