Searched refs:mc_type (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/xvmc/ |
D | context.c | 48 int *mc_type, int *surface_flags, in Validate() argument 63 assert(mc_type); in Validate() 98 *mc_type = surface_info[l].mc_type; in Validate() 113 *mc_type, *surface_flags, *subpic_max_w, *subpic_max_h); in Validate() 187 int mc_type = 0; in XvMCCreateContext() local 206 &found_port, &scrn, &chroma_format, &mc_type, &surface_flags, in XvMCCreateContext() 218 if ((mc_type & ~XVMC_IDCT) != (XVMC_MOCOMP | XVMC_MPEG_2)) { in XvMCCreateContext() 248 templat.profile = ProfileToPipe(mc_type); in XvMCCreateContext() 249 …templat.entrypoint = (mc_type & XVMC_IDCT) ? PIPE_VIDEO_ENTRYPOINT_IDCT : PIPE_VIDEO_ENTRYPOINT_MC; in XvMCCreateContext()
|
/external/python/cpython2/Lib/idlelib/ |
D | MultiCall.py | 79 def handler(event, l = self.bindedfuncs, mc_type = self.type): argument 80 event.mc_type = mc_type 151 def __create_handler(self, lists, mc_type, mc_state): argument 153 mc_type = mc_type, mc_state = mc_state, argument 157 event.mc_type = mc_type
|
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/ |
D | testlib.c | 88 if ((surface_info[j].mc_type & mc_types[k]) == mc_types[k]) in GetPort()
|