Home
last modified time | relevance | path

Searched refs:mc_type (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/xvmc/
Dcontext.c48 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/
DMultiCall.py79 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/python/cpython3/Lib/idlelib/
Dmulticall.py84 def handler(event, l = self.bindedfuncs, mc_type = self.type): argument
85 event.mc_type = mc_type
161 def __create_handler(self, lists, mc_type, mc_state): argument
163 mc_type = mc_type, mc_state = mc_state, argument
167 event.mc_type = mc_type
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/
Dtestlib.c88 if ((surface_info[j].mc_type & mc_types[k]) == mc_types[k]) in GetPort()