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

  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
testlib.h 45 * mc_types, num_mc_types: IN List of MC types that the port must support, first port that matches the first mc_type will be returned
57 const unsigned int *mc_types,
test_surface.c 38 const unsigned int mc_types[2] = {XVMC_MOCOMP | XVMC_MPEG_2, XVMC_IDCT | XVMC_MPEG_2}; local
56 mc_types,
testlib.c 49 const unsigned int *mc_types,
88 if ((surface_info[j].mc_type & mc_types[k]) == mc_types[k])
test_blocks.c 39 const unsigned int mc_types[2] = {XVMC_MOCOMP | XVMC_MPEG_2, XVMC_IDCT | XVMC_MPEG_2}; local
59 mc_types,
test_context.c 38 const unsigned int mc_types[2] = {XVMC_MOCOMP | XVMC_MPEG_2, XVMC_IDCT | XVMC_MPEG_2}; local
55 mc_types,
test_rendering.c 140 const unsigned int mc_types[] = {XVMC_MOCOMP | XVMC_MPEG_2}; local
164 mc_types,
165 sizeof(mc_types)/sizeof(*mc_types),
test_subpicture.c 60 const unsigned int mc_types[2] = {XVMC_MOCOMP | XVMC_MPEG_2, XVMC_IDCT | XVMC_MPEG_2}; local
82 mc_types,
xvmc_bench.c 184 const unsigned int mc_types[2] = {XVMC_MOCOMP | XVMC_MPEG_2, XVMC_IDCT | XVMC_MPEG_2}; local
212 mc_types,

Completed in 59 milliseconds