Searched refs:XVMC_MSG (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/xvmc/ |
D | context.c | 104 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() 132 … XVMC_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() 197 XVMC_MSG(XVMC_TRACE, "[XvMC] Creating context %p.\n", context); in XvMCCreateContext() 214 … XVMC_MSG(XVMC_ERR, "[XvMC] Cannot decode requested surface type. Unsupported chroma format.\n"); in XvMCCreateContext() 218 …XVMC_MSG(XVMC_ERR, "[XvMC] Cannot decode requested surface type. Non-MPEG2/Mocomp/iDCT acceleratio… in XvMCCreateContext() [all …]
|
D | subpicture.c | 63 XVMC_MSG(XVMC_ERR, "[XvMC] Unrecognized Xv image ID 0x%08X.\n", xvimage_id); in XvIDToPipe() 79 XVMC_MSG(XVMC_ERR, "[XvMC] Unrecognized Xv image ID 0x%08X.\n", xvimage_id); in NumPaletteEntries4XvID() 101 XVMC_MSG(XVMC_ERR, "[XvMC] Unrecognized PIPE_FORMAT 0x%08X.\n", format); in PipeToComponentOrder() 127 XVMC_MSG(XVMC_TRACE, "[XvMC] Found requested subpicture format.\n" \ in Validate() 139 XVMC_MSG(XVMC_TRACE, "[XvMC] depth=%d\n" \ in Validate() 147 XVMC_MSG(XVMC_TRACE, "[XvMC] y sample bits=0x%08X\n" \ in Validate() 204 XVMC_MSG(XVMC_TRACE, "[XvMC] Creating subpicture %p.\n", subpicture); in XvMCCreateSubpicture() 293 XVMC_MSG(XVMC_TRACE, "[XvMC] Subpicture %p created.\n", subpicture); in XvMCCreateSubpicture() 355 XVMC_MSG(XVMC_TRACE, "[XvMC] Compositing subpicture %p.\n", subpicture); in XvMCCompositeSubpicture() 380 XVMC_MSG(XVMC_TRACE, "[XvMC] Subpicture %p composited.\n", subpicture); in XvMCCompositeSubpicture() [all …]
|
D | surface.c | 160 XVMC_MSG(XVMC_TRACE, "[XvMC] Creating surface %p.\n", surface); in XvMCCreateSurface() 205 XVMC_MSG(XVMC_TRACE, "[XvMC] Surface %p created.\n", surface); in XvMCCreateSurface() 227 XVMC_MSG(XVMC_TRACE, "[XvMC] Rendering to surface %p, with past %p and future %p\n", in XvMCRenderSurface() 307 XVMC_MSG(XVMC_TRACE, "[XvMC] Submitted surface %p for rendering.\n", target_surface); in XvMCRenderSurface() 323 XVMC_MSG(XVMC_TRACE, "[XvMC] Flushing surface %p\n", surface); in XvMCFlushSurface() 336 XVMC_MSG(XVMC_TRACE, "[XvMC] Syncing surface %p\n", surface); in XvMCSyncSurface() 364 XVMC_MSG(XVMC_TRACE, "[XvMC] Displaying surface %p.\n", surface); in XvMCPutSurface() 416 … XVMC_MSG(XVMC_TRACE, "[XvMC] Surface %p has subpicture %p.\n", surface, surface_priv->subpicture); in XvMCPutSurface() 440 …XVMC_MSG(XVMC_TRACE, "[XvMC] Submitted surface %p for display. Pushing to front buffer.\n", surfac… in XvMCPutSurface() 458 XVMC_MSG(XVMC_ERR, "[XvMC] Dumping surface %p failed.\n", surface); in XvMCPutSurface() [all …]
|
D | attributes.c | 70 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()
|
D | xvmc_private.h | 109 static INLINE void XVMC_MSG(unsigned int level, const char *fmt, ...) in XVMC_MSG() function
|