Searched refs:d_vb (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/media/platform/imagination/ |
| H A D | e5010-jpeg-enc.c | 1340 struct vb2_v4l2_buffer *s_vb, *d_vb; in e5010_device_run() local 1349 d_vb = v4l2_m2m_next_dst_buf(ctx->fh.m2m_ctx); in e5010_device_run() 1350 WARN_ON(!d_vb); in e5010_device_run() 1351 if (!s_vb || !d_vb) in e5010_device_run() 1355 d_vb->sequence = ctx->cap_queue.sequence++; in e5010_device_run() 1357 v4l2_m2m_buf_copy_metadata(s_vb, d_vb, false); in e5010_device_run() 1413 ctx, s_vb->vb2_buf.index, d_vb->vb2_buf.index); in e5010_device_run() 1482 if (d_vb) { in e5010_device_run() 1483 v4l2_m2m_dst_buf_remove_by_buf(ctx->fh.m2m_ctx, d_vb); in e5010_device_run() 1485 vb2_set_plane_payload(&d_vb->vb2_buf, 0, 1); in e5010_device_run() [all …]
|
| /linux-6.15/drivers/media/platform/ti/vpe/ |
| H A D | vpe.c | 1370 struct vb2_v4l2_buffer *s_vb, *d_vb; in vpe_irq() local 1437 d_vb = ctx->dst_vb; in vpe_irq() 1439 d_vb->flags = s_vb->flags; in vpe_irq() 1440 d_vb->vb2_buf.timestamp = s_vb->vb2_buf.timestamp; in vpe_irq() 1443 d_vb->timecode = s_vb->timecode; in vpe_irq() 1445 d_vb->sequence = ctx->sequence; in vpe_irq() 1450 d_vb->field = ctx->field; in vpe_irq() 1459 d_vb->field = V4L2_FIELD_NONE; in vpe_irq() 1483 v4l2_m2m_buf_done(d_vb, VB2_BUF_STATE_DONE); in vpe_irq()
|