Searched refs:xvmc_profile (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xvmc/
H A Dcontext.c144 static enum pipe_video_profile ProfileToPipe(int xvmc_profile) argument
146 if (xvmc_profile & XVMC_MPEG_1)
148 if (xvmc_profile & XVMC_MPEG_2)
150 if (xvmc_profile & XVMC_H263)
152 if (xvmc_profile & XVMC_MPEG_4)
157 XVMC_MSG(XVMC_ERR, "[XvMC] Unrecognized profile 0x%08X.\n", xvmc_profile);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xvmc/
H A Dcontext.c144 static enum pipe_video_profile ProfileToPipe(int xvmc_profile) argument
146 if (xvmc_profile & XVMC_MPEG_1)
148 if (xvmc_profile & XVMC_MPEG_2)
150 if (xvmc_profile & XVMC_H263)
152 if (xvmc_profile & XVMC_MPEG_4)
157 XVMC_MSG(XVMC_ERR, "[XvMC] Unrecognized profile 0x%08X.\n", xvmc_profile);

Completed in 2 milliseconds