Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/test-drivers/vimc/
Dvimc-capture.c363 struct vimc_capture_buffer *vimc_buf; in vimc_capture_process_frame() local
369 vimc_buf = list_first_entry_or_null(&vcapture->buf_list, in vimc_capture_process_frame()
370 typeof(*vimc_buf), list); in vimc_capture_process_frame()
371 if (!vimc_buf) { in vimc_capture_process_frame()
377 list_del(&vimc_buf->list); in vimc_capture_process_frame()
382 vimc_buf->vb2.vb2_buf.timestamp = ktime_get_ns(); in vimc_capture_process_frame()
383 vimc_buf->vb2.sequence = vcapture->sequence++; in vimc_capture_process_frame()
384 vimc_buf->vb2.field = vcapture->format.field; in vimc_capture_process_frame()
386 vbuf = vb2_plane_vaddr(&vimc_buf->vb2.vb2_buf, 0); in vimc_capture_process_frame()
391 vb2_set_plane_payload(&vimc_buf->vb2.vb2_buf, 0, in vimc_capture_process_frame()
[all …]