Searched defs:target_surface_priv (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/
H A Dsurface.c222 XvMCSurfacePrivate *target_surface_priv; local
260 target_surface_priv = target_surface->privData;
264 assert(target_surface_priv->context == context);
278 if (target_surface_priv->picture_structure > 0 && (
279 target_surface_priv->picture_structure != picture_structure ||
280 target_surface_priv->ref[0] != past_surface ||
281 target_surface_priv->ref[1] != future_surface ||
285 RecursiveEndFrame(target_surface_priv);
288 target_surface_priv->ref[0] = past_surface;
289 target_surface_priv
[all...]
/external/mesa3d/src/gallium/state_trackers/xvmc/
H A Dsurface.c222 XvMCSurfacePrivate *target_surface_priv; local
260 target_surface_priv = target_surface->privData;
264 assert(target_surface_priv->context == context);
278 if (target_surface_priv->picture_structure > 0 && (
279 target_surface_priv->picture_structure != picture_structure ||
280 target_surface_priv->ref[0] != past_surface ||
281 target_surface_priv->ref[1] != future_surface ||
285 RecursiveEndFrame(target_surface_priv);
288 target_surface_priv->ref[0] = past_surface;
289 target_surface_priv
[all...]

Completed in 108 milliseconds