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

/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di915_hwmc.c789 struct intel_xvmc_command *xvmc_cmd = (struct intel_xvmc_command *)buf; local in function:i915_xvmc_put_image
793 switch (xvmc_cmd->command) {
795 if ((xvmc_cmd->srfNo >= I915_XVMC_MAX_SURFACES) ||
796 !pXvMC->surfaces[xvmc_cmd->srfNo] ||
797 !pXvMC->sfprivs[xvmc_cmd->srfNo]) {
804 buf = (unsigned char *)pXvMC->sfprivs[xvmc_cmd->srfNo]->surface->offset;

Completed in 2 milliseconds