Home | History | Annotate | Download | only in xvmc

Lines Matching refs:picture_structure

107    desc->picture_structure = surface->picture_structure;
140 if (surface->picture_structure) {
143 surface->picture_structure = 0;
211 Status XvMCRenderSurface(Display *dpy, XvMCContext *context, unsigned int picture_structure,
237 if (picture_structure != XVMC_TOP_FIELD &&
238 picture_structure != XVMC_BOTTOM_FIELD &&
239 picture_structure != XVMC_FRAME_PICTURE)
278 if (target_surface_priv->picture_structure > 0 && (
279 target_surface_priv->picture_structure != picture_structure ||
291 if (target_surface_priv->picture_structure)
294 target_surface_priv->picture_structure = picture_structure;
299 MacroBlocksToPipe(context_priv, target_surface_priv, picture_structure,
509 if (surface_priv->picture_structure) {