Searched refs:vb_done (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/ |
| H A D | cif-scale.c | 960 struct vb2_v4l2_buffer *vb_done) in rkcif_scale_vb_done_oneframe() argument 967 vb2_set_plane_payload(&vb_done->vb2_buf, i, in rkcif_scale_vb_done_oneframe() 971 vb_done->vb2_buf.timestamp = ktime_get_ns(); in rkcif_scale_vb_done_oneframe() 973 vb2_buffer_done(&vb_done->vb2_buf, VB2_BUF_STATE_DONE); in rkcif_scale_vb_done_oneframe() 979 struct vb2_v4l2_buffer *vb_done = NULL; in rkcif_scale_update_stream() local 996 vb_done = &active_buf->vb; in rkcif_scale_update_stream() 997 vb_done->vb2_buf.timestamp = ktime_get_ns(); in rkcif_scale_update_stream() 998 vb_done->sequence = scale_vdev->frame_idx; in rkcif_scale_update_stream() 999 rkcif_scale_vb_done_oneframe(scale_vdev, vb_done); in rkcif_scale_update_stream()
|
| H A D | dev.h | 936 struct vb2_v4l2_buffer *vb_done);
|
| H A D | capture.c | 7275 struct vb2_v4l2_buffer *vb_done) in rkcif_vb_done_oneframe() argument 7282 vb2_set_plane_payload(&vb_done->vb2_buf, i, in rkcif_vb_done_oneframe() 7286 vb2_buffer_done(&vb_done->vb2_buf, VB2_BUF_STATE_DONE); in rkcif_vb_done_oneframe() 7289 vb_done->vb2_buf.index, vb_done->sequence); in rkcif_vb_done_oneframe() 8557 struct vb2_v4l2_buffer *vb_done = NULL; in rkcif_buf_done_prepare() local 8561 vb_done = &active_buf->vb; in rkcif_buf_done_prepare() 8562 vb_done->vb2_buf.timestamp = stream->readout.fs_timestamp; in rkcif_buf_done_prepare() 8563 vb_done->sequence = stream->frame_idx - 1; in rkcif_buf_done_prepare() 8568 stream->fps_stats.frm0_timestamp = vb_done->vb2_buf.timestamp; in rkcif_buf_done_prepare() 8570 stream->fps_stats.frm1_timestamp = vb_done->vb2_buf.timestamp; in rkcif_buf_done_prepare() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/hdmirx/ |
| H A D | rk_hdmirx.c | 2582 struct vb2_v4l2_buffer *vb_done) in hdmirx_vb_done() argument 2589 vb2_set_plane_payload(&vb_done->vb2_buf, i, in hdmirx_vb_done() 2593 vb_done->vb2_buf.timestamp = ktime_get_ns(); in hdmirx_vb_done() 2594 vb2_buffer_done(&vb_done->vb2_buf, VB2_BUF_STATE_DONE); in hdmirx_vb_done() 2603 struct vb2_v4l2_buffer *vb_done = NULL; in dma_idle_int_handler() local 2616 vb_done = &stream->curr_buf->vb; in dma_idle_int_handler() 2618 if (vb_done) { in dma_idle_int_handler() 2619 vb_done->vb2_buf.timestamp = ktime_get_ns(); in dma_idle_int_handler() 2620 vb_done->sequence = stream->frame_idx; in dma_idle_int_handler() 2621 hdmirx_vb_done(stream, vb_done); in dma_idle_int_handler()
|