Lines Matching defs:pipe
33 #include "pipe/p_screen.h"
34 #include "pipe/p_video_codec.h"
35 #include "pipe/p_video_state.h"
36 #include "pipe/p_state.h"
193 struct pipe_context *pipe;
242 pipe = vscreen->pscreen->context_create(vscreen->pscreen, NULL, 0);
243 if (!pipe) {
258 context_priv->decoder = pipe->create_video_codec(pipe, &templat);
262 pipe->destroy(pipe);
268 if (!vl_compositor_init(&context_priv->compositor, pipe)) {
271 pipe->destroy(pipe);
277 if (!vl_compositor_init_state(&context_priv->cstate, pipe)) {
281 pipe->destroy(pipe);
301 context_priv->pipe = pipe;
336 context_priv->pipe->destroy(context_priv->pipe);