Searched defs:mc_type (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/xvmc/
H A Dcontext.c48 int *mc_type, int *surface_flags,
63 assert(mc_type);
98 *mc_type = surface_info[l].mc_type;
113 *mc_type, *surface_flags, *subpic_max_w, *subpic_max_h);
187 int mc_type = 0; local
205 &found_port, &scrn, &chroma_format, &mc_type, &surface_flags,
217 if ((mc_type & ~XVMC_IDCT) != (XVMC_MOCOMP | XVMC_MPEG_2)) {
249 pipe, ProfileToPipe(mc_type),
250 (mc_type
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) argument
[all...]

Completed in 103 milliseconds