Searched refs:subpic_max_w (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/xvmc/ |
H A D | context.c | 49 unsigned short *subpic_max_w, in Validate() 65 assert(subpic_max_w); in Validate() 100 *subpic_max_w = surface_info[l].subpicture_max_width; in Validate() 113 *mc_type, *surface_flags, *subpic_max_w, *subpic_max_h); in Validate() 189 unsigned short subpic_max_w = 0; in XvMCCreateContext() local 207 &subpic_max_w, &subpic_max_h); in XvMCCreateContext() 302 context_priv->subpicture_max_width = subpic_max_w; in XvMCCreateContext() 45 Validate(Display *dpy, XvPortID port, int surface_type_id, unsigned int width, unsigned int height, int flags, bool *found_port, int *screen, int *chroma_format, int *mc_type, int *surface_flags, unsigned short *subpic_max_w, unsigned short *subpic_max_h) Validate() argument
|
Completed in 1 milliseconds