OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mc_type
(Results
1 - 2
of
2
) 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
...]
Completed in 187 milliseconds