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