Searched refs:ready_buf (Results 1 – 4 of 4) sorted by relevance
375 struct stfcamss_buffer *ready_buf; in stf_buf_done() local386 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() local415 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 …]
611 struct camss_buffer *ready_buf; in vfe_isr_wm_done() local637 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()
511 struct camss_buffer *ready_buf; in vfe_isr_wm_done() local526 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()
447 struct camss_buffer *ready_buf; in vfe_buf_done() local462 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