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

  /external/mesa3d/src/gallium/state_trackers/xvmc/
context.c 104 XVMC_MSG(XVMC_TRACE, "[XvMC] Found requested context surface format.\n" \
124 XVMC_MSG(XVMC_ERR, "[XvMC] Could not find a suitable port.\n");
128 XVMC_MSG(XVMC_ERR, "[XvMC] Could not find a suitable surface.\n");
132 XVMC_MSG(XVMC_ERR, "[XvMC] Requested context dimensions (w=%u,h=%u) too large (max w=%u,h=%u).\n",
137 XVMC_MSG(XVMC_ERR, "[XvMC] Invalid context flags 0x%08X.\n", flags);
157 XVMC_MSG(XVMC_ERR, "[XvMC] Unrecognized profile 0x%08X.\n", xvmc_profile);
175 XVMC_MSG(XVMC_ERR, "[XvMC] Unrecognized format 0x%08X.\n", xvmc_format);
198 XVMC_MSG(XVMC_TRACE, "[XvMC] Creating context %p.\n", context);
215 XVMC_MSG(XVMC_ERR, "[XvMC] Cannot decode requested surface type. Unsupported chroma format.\n");
219 XVMC_MSG(XVMC_ERR, "[XvMC] Cannot decode requested surface type. Non-MPEG2/Mocomp/iDCT acceleration unsuppo (…)
    [all...]
subpicture.c 77 XVMC_MSG(XVMC_ERR, "[XvMC] Unrecognized Xv image ID 0x%08X.\n", xvimage_id);
83 XVMC_MSG(XVMC_ERR, "[XvMC] Unsupported 2D format %s for Xv image ID 0x%08X.\n", util_format_name(ret), xvimage_id);
101 XVMC_MSG(XVMC_ERR, "[XvMC] Unrecognized Xv image ID 0x%08X.\n", xvimage_id);
138 XVMC_MSG(XVMC_ERR, "[XvMC] Unrecognized PIPE_FORMAT 0x%08X.\n", format);
163 XVMC_MSG(XVMC_TRACE, "[XvMC] Found requested subpicture format.\n" \
175 XVMC_MSG(XVMC_TRACE, "[XvMC] depth=%d\n" \
183 XVMC_MSG(XVMC_TRACE, "[XvMC] y sample bits=0x%08X\n" \
272 XVMC_MSG(XVMC_TRACE, "[XvMC] Creating subpicture %p.\n", subpicture);
364 XVMC_MSG(XVMC_TRACE, "[XvMC] Subpicture %p created.\n", subpicture);
421 XVMC_MSG(XVMC_TRACE, "[XvMC] Compositing subpicture %p.\n", subpicture)
    [all...]
surface.c 161 XVMC_MSG(XVMC_TRACE, "[XvMC] Creating surface %p.\n", surface);
212 XVMC_MSG(XVMC_TRACE, "[XvMC] Surface %p created.\n", surface);
234 XVMC_MSG(XVMC_TRACE, "[XvMC] Rendering to surface %p, with past %p and future %p\n",
314 XVMC_MSG(XVMC_TRACE, "[XvMC] Submitted surface %p for rendering.\n", target_surface);
330 XVMC_MSG(XVMC_TRACE, "[XvMC] Flushing surface %p\n", surface);
343 XVMC_MSG(XVMC_TRACE, "[XvMC] Syncing surface %p\n", surface);
372 XVMC_MSG(XVMC_TRACE, "[XvMC] Displaying surface %p.\n", surface);
424 XVMC_MSG(XVMC_TRACE, "[XvMC] Surface %p has subpicture %p.\n", surface, surface_priv->subpicture);
448 XVMC_MSG(XVMC_TRACE, "[XvMC] Submitted surface %p for display. Pushing to front buffer.\n", surface);
463 XVMC_MSG(XVMC_ERR, "[XvMC] Dumping surface %p failed.\n", surface)
    [all...]
attributes.c 70 XVMC_MSG(XVMC_TRACE, "[XvMC] Returning %d attributes for context %p.\n", *number, context);
115 XVMC_MSG(XVMC_TRACE, "[XvMC] Set attribute %s to value %d.\n", attr, value);
150 XVMC_MSG(XVMC_TRACE, "[XvMC] Got value %d for attribute %s.\n", *value, attr);
xvmc_private.h 109 static inline void XVMC_MSG(int level, const char *fmt, ...)

Completed in 3495 milliseconds