HomeSort by relevance Sort by last modified time
    Searched refs:target_surface_priv (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/
surface.c 222 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->ref[1] = future_surface
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xvmc/
surface.c 222 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->ref[1] = future_surface
    [all...]

Completed in 63 milliseconds