Home | History | Annotate | Download | only in xvmc

Lines Matching refs:ref

109       if (surface->ref[i]) {
110 XvMCSurfacePrivate *ref = surface->ref[i]->privData;
112 if (ref)
113 desc->ref[num_refs++] = ref->video_buffer;
129 if (surface->ref[i]) {
130 XvMCSurface *ref = surface->ref[i];
132 assert(ref);
134 surface->ref[i] = NULL;
135 RecursiveEndFrame(ref->privData);
136 surface->ref[i] = ref;
146 surface->ref[i] = NULL;
277 /* If the surface we're rendering hasn't changed the ref frames shouldn't change. */
280 target_surface_priv->ref[0] != past_surface ||
281 target_surface_priv->ref[1] != future_surface ||
288 target_surface_priv->ref[0] = past_surface;
289 target_surface_priv->ref[1] = future_surface;