Home
last modified time | relevance | path

Searched refs:XVMC_MSG (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/frontends/xvmc/
Dcontext.c104 XVMC_MSG(XVMC_TRACE, "[XvMC] Found requested context surface format.\n" \ in Validate()
124 XVMC_MSG(XVMC_ERR, "[XvMC] Could not find a suitable port.\n"); in Validate()
128 XVMC_MSG(XVMC_ERR, "[XvMC] Could not find a suitable surface.\n"); in Validate()
132XVMC_MSG(XVMC_ERR, "[XvMC] Requested context dimensions (w=%u,h=%u) too large (max w=%u,h=%u).\n", in Validate()
137 XVMC_MSG(XVMC_ERR, "[XvMC] Invalid context flags 0x%08X.\n", flags); in Validate()
157 XVMC_MSG(XVMC_ERR, "[XvMC] Unrecognized profile 0x%08X.\n", xvmc_profile); in ProfileToPipe()
175 XVMC_MSG(XVMC_ERR, "[XvMC] Unrecognized format 0x%08X.\n", xvmc_format); in FormatToPipe()
198 XVMC_MSG(XVMC_TRACE, "[XvMC] Creating context %p.\n", context); in XvMCCreateContext()
215XVMC_MSG(XVMC_ERR, "[XvMC] Cannot decode requested surface type. Unsupported chroma format.\n"); in XvMCCreateContext()
219XVMC_MSG(XVMC_ERR, "[XvMC] Cannot decode requested surface type. Non-MPEG2/Mocomp/iDCT acceleratio… in XvMCCreateContext()
[all …]
Dsubpicture.c77 XVMC_MSG(XVMC_ERR, "[XvMC] Unrecognized Xv image ID 0x%08X.\n", xvimage_id); in XvIDToPipe()
83XVMC_MSG(XVMC_ERR, "[XvMC] Unsupported 2D format %s for Xv image ID 0x%08X.\n", util_format_name(r… in XvIDToPipe()
101 XVMC_MSG(XVMC_ERR, "[XvMC] Unrecognized Xv image ID 0x%08X.\n", xvimage_id); in NumPaletteEntries4XvID()
138 XVMC_MSG(XVMC_ERR, "[XvMC] Unrecognized PIPE_FORMAT 0x%08X.\n", format); in PipeToComponentOrder()
163 XVMC_MSG(XVMC_TRACE, "[XvMC] Found requested subpicture format.\n" \ in Validate()
175 XVMC_MSG(XVMC_TRACE, "[XvMC] depth=%d\n" \ in Validate()
183 XVMC_MSG(XVMC_TRACE, "[XvMC] y sample bits=0x%08X\n" \ in Validate()
272 XVMC_MSG(XVMC_TRACE, "[XvMC] Creating subpicture %p.\n", subpicture); in XvMCCreateSubpicture()
364 XVMC_MSG(XVMC_TRACE, "[XvMC] Subpicture %p created.\n", subpicture); in XvMCCreateSubpicture()
419 XVMC_MSG(XVMC_TRACE, "[XvMC] Compositing subpicture %p.\n", subpicture); in XvMCCompositeSubpicture()
[all …]
Dsurface.c161 XVMC_MSG(XVMC_TRACE, "[XvMC] Creating surface %p.\n", surface); in XvMCCreateSurface()
212 XVMC_MSG(XVMC_TRACE, "[XvMC] Surface %p created.\n", surface); in XvMCCreateSurface()
234 XVMC_MSG(XVMC_TRACE, "[XvMC] Rendering to surface %p, with past %p and future %p\n", in XvMCRenderSurface()
314 XVMC_MSG(XVMC_TRACE, "[XvMC] Submitted surface %p for rendering.\n", target_surface); in XvMCRenderSurface()
330 XVMC_MSG(XVMC_TRACE, "[XvMC] Flushing surface %p\n", surface); in XvMCFlushSurface()
343 XVMC_MSG(XVMC_TRACE, "[XvMC] Syncing surface %p\n", surface); in XvMCSyncSurface()
372 XVMC_MSG(XVMC_TRACE, "[XvMC] Displaying surface %p.\n", surface); in XvMCPutSurface()
424XVMC_MSG(XVMC_TRACE, "[XvMC] Surface %p has subpicture %p.\n", surface, surface_priv->subpicture); in XvMCPutSurface()
448XVMC_MSG(XVMC_TRACE, "[XvMC] Submitted surface %p for display. Pushing to front buffer.\n", surfac… in XvMCPutSurface()
463 XVMC_MSG(XVMC_ERR, "[XvMC] Dumping surface %p failed.\n", surface); in XvMCPutSurface()
[all …]
Dattributes.c70 XVMC_MSG(XVMC_TRACE, "[XvMC] Returning %d attributes for context %p.\n", *number, context); in XvMCQueryAttributes()
115 XVMC_MSG(XVMC_TRACE, "[XvMC] Set attribute %s to value %d.\n", attr, value); in XvMCSetAttribute()
150 XVMC_MSG(XVMC_TRACE, "[XvMC] Got value %d for attribute %s.\n", *value, attr); in XvMCGetAttribute()
Dxvmc_private.h109 static inline void XVMC_MSG(int level, const char *fmt, ...) in XVMC_MSG() function