Searched defs:vsp1_pipeline (Results 1 – 1 of 1) sorted by relevance
112 struct vsp1_pipeline { struct116 enum vsp1_pipeline_state state; argument119 void (*frame_end)(struct vsp1_pipeline *pipe, unsigned int completion); argument121 struct mutex lock;122 struct kref kref;123 unsigned int stream_count;124 unsigned int buffers_ready;125 unsigned int sequence;127 unsigned int num_inputs;129 struct vsp1_rwpf *output;[all …]
Completed in 4 milliseconds