HomeSort by relevance Sort by last modified time
    Searched refs:mc_type (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/
context.c 48 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 & XVMC_IDCT) ? PIPE_VIDEO_ENTRYPOINT_IDCT : PIPE_VIDEO_ENTRYPOINT_MC
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xvmc/
context.c 48 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 & XVMC_IDCT) ? PIPE_VIDEO_ENTRYPOINT_IDCT : PIPE_VIDEO_ENTRYPOINT_MC
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
MultiCall.py 17 event instance passed to the binded functions - mc_type. This is one of the
38 # the event type constants, which define the meaning of mc_type
80 def handler(event, l = self.bindedfuncs, mc_type = self.type):
81 event.mc_type = mc_type
152 def __create_handler(self, lists, mc_type, mc_state):
154 mc_type = mc_type, mc_state = mc_state,
158 event.mc_type = mc_type
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
MultiCall.py 17 event instance passed to the binded functions - mc_type. This is one of the
38 # the event type constants, which define the meaning of mc_type
80 def handler(event, l = self.bindedfuncs, mc_type = self.type):
81 event.mc_type = mc_type
152 def __create_handler(self, lists, mc_type, mc_state):
154 mc_type = mc_type, mc_state = mc_state,
158 event.mc_type = mc_type
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/
testlib.c 87 if (surface_info[j].mc_type == mc_types[k])
  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
testlib.c 87 if (surface_info[j].mc_type == mc_types[k])

Completed in 133 milliseconds