Home
last modified time | relevance | path

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

/drivers/staging/media/starfive/camss/
A Dstf-capture.c375 struct stfcamss_buffer *ready_buf; in stf_buf_done() local
386 ready_buf->vb.vb2_buf.timestamp = ts; in stf_buf_done()
387 ready_buf->vb.sequence = output->sequence++; in stf_buf_done()
400 struct stfcamss_buffer *ready_buf; in stf_change_buffer() local
415 ready_buf = output->buf[active_index]; in stf_change_buffer()
416 if (!ready_buf) { in stf_change_buffer()
420 ready_buf = output->buf[active_index]; in stf_change_buffer()
421 if (!ready_buf) { in stf_change_buffer()
432 new_addr = ready_buf->addr; in stf_change_buffer()
440 output->last_buffer = ready_buf; in stf_change_buffer()
[all …]
/drivers/media/platform/qcom/camss/
A Dcamss-vfe-gen1.c611 struct camss_buffer *ready_buf; in vfe_isr_wm_done() local
637 ready_buf = output->buf[!active_index]; in vfe_isr_wm_done()
638 if (!ready_buf) { in vfe_isr_wm_done()
645 ready_buf->vb.vb2_buf.timestamp = ts; in vfe_isr_wm_done()
646 ready_buf->vb.sequence = output->sequence++; in vfe_isr_wm_done()
652 new_addr = ready_buf->addr; in vfe_isr_wm_done()
669 output->last_buffer = ready_buf; in vfe_isr_wm_done()
671 vb2_buffer_done(&ready_buf->vb.vb2_buf, VB2_BUF_STATE_DONE); in vfe_isr_wm_done()
A Dcamss-vfe-17x.c511 struct camss_buffer *ready_buf; in vfe_isr_wm_done() local
526 ready_buf = output->buf[0]; in vfe_isr_wm_done()
527 if (!ready_buf) { in vfe_isr_wm_done()
533 ready_buf->vb.vb2_buf.timestamp = ts; in vfe_isr_wm_done()
534 ready_buf->vb.sequence = output->sequence++; in vfe_isr_wm_done()
550 vb2_buffer_done(&ready_buf->vb.vb2_buf, VB2_BUF_STATE_DONE); in vfe_isr_wm_done()
A Dcamss-vfe.c447 struct camss_buffer *ready_buf; in vfe_buf_done() local
462 ready_buf = output->buf[0]; in vfe_buf_done()
463 if (!ready_buf) { in vfe_buf_done()
469 ready_buf->vb.vb2_buf.timestamp = ts; in vfe_buf_done()
470 ready_buf->vb.sequence = output->sequence++; in vfe_buf_done()
490 vb2_buffer_done(&ready_buf->vb.vb2_buf, VB2_BUF_STATE_DONE); in vfe_buf_done()

Completed in 14 milliseconds