Home
last modified time | relevance | path

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

/linux/drivers/media/test-drivers/vimc/
H A Dvimc-capture.c355 struct vimc_capture_buffer *vimc_buf; in vimc_capture_process_frame() local
361 vimc_buf = list_first_entry_or_null(&vcapture->buf_list, in vimc_capture_process_frame()
362 typeof(*vimc_buf), list); in vimc_capture_process_frame()
363 if (!vimc_buf) { in vimc_capture_process_frame()
369 list_del(&vimc_buf->list); in vimc_capture_process_frame()
374 vimc_buf->vb2.vb2_buf.timestamp = ktime_get_ns(); in vimc_capture_process_frame()
375 vimc_buf->vb2.sequence = vcapture->sequence++; in vimc_capture_process_frame()
376 vimc_buf->vb2.field = vcapture->format.field; in vimc_capture_process_frame()
378 vbuf = vb2_plane_vaddr(&vimc_buf->vb2.vb2_buf, 0); in vimc_capture_process_frame()
383 vb2_set_plane_payload(&vimc_buf->vb2.vb2_buf, 0, in vimc_capture_process_frame()
[all …]