Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/vsp1/
Dvsp1_video.h96 struct vsp1_video_buffer { struct
104 static inline struct vsp1_video_buffer * argument
107 return container_of(vbuf, struct vsp1_video_buffer, buf); in to_vsp1_video_buffer()
111 void (*queue)(struct vsp1_video *video, struct vsp1_video_buffer *buf);
Dvsp1_video.c580 static struct vsp1_video_buffer *
584 struct vsp1_video_buffer *next = NULL; in vsp1_video_complete_buffer()
585 struct vsp1_video_buffer *done; in vsp1_video_complete_buffer()
597 struct vsp1_video_buffer, queue); in vsp1_video_complete_buffer()
609 struct vsp1_video_buffer, queue); in vsp1_video_complete_buffer()
625 struct vsp1_video_buffer *buf; in vsp1_video_frame_end()
826 struct vsp1_video_buffer *buf = to_vsp1_video_buffer(vbuf); in vsp1_video_buffer_prepare()
849 struct vsp1_video_buffer *buf = to_vsp1_video_buffer(vbuf); in vsp1_video_buffer_queue()
941 struct vsp1_video_buffer *buffer; in vsp1_video_stop_streaming()
1266 video->queue.buf_struct_size = sizeof(struct vsp1_video_buffer); in vsp1_video_init()
Dvsp1_rpf.c190 struct vsp1_video_buffer *buf) in rpf_vdev_queue()
Dvsp1_wpf.c199 struct vsp1_video_buffer *buf) in wpf_vdev_queue()