Home | History | Annotate | Download | only in xvmc

Lines Matching refs:picture_structure

108    desc->picture_structure = surface->picture_structure;
141 if (surface->picture_structure) {
144 surface->picture_structure = 0;
218 Status XvMCRenderSurface(Display *dpy, XvMCContext *context, unsigned int picture_structure,
244 if (picture_structure != XVMC_TOP_FIELD &&
245 picture_structure != XVMC_BOTTOM_FIELD &&
246 picture_structure != XVMC_FRAME_PICTURE)
285 if (target_surface_priv->picture_structure > 0 && (
286 target_surface_priv->picture_structure != picture_structure ||
298 if (target_surface_priv->picture_structure)
301 target_surface_priv->picture_structure = picture_structure;
306 MacroBlocksToPipe(context_priv, target_surface_priv, picture_structure,
514 if (surface_priv->picture_structure) {