Searched refs:XVMC_ERR (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/frontends/xvmc/ |
D | context.c | 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() 215 … XVMC_MSG(XVMC_ERR, "[XvMC] Cannot decode requested surface type. Unsupported chroma format.\n"); in XvMCCreateContext() 219 …XVMC_MSG(XVMC_ERR, "[XvMC] Cannot decode requested surface type. Non-MPEG2/Mocomp/iDCT acceleratio… in XvMCCreateContext() 223 … XVMC_MSG(XVMC_ERR, "[XvMC] Cannot decode requested surface type. Unsigned intra unsupported.\n"); in XvMCCreateContext() 237 XVMC_MSG(XVMC_ERR, "[XvMC] Could not create VL screen.\n"); in XvMCCreateContext() [all …]
|
D | xvmc_private.h | 105 #define XVMC_ERR 1 macro
|
D | subpicture.c | 77 XVMC_MSG(XVMC_ERR, "[XvMC] Unrecognized Xv image ID 0x%08X.\n", xvimage_id); in XvIDToPipe() 83 …XVMC_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()
|
D | surface.c | 463 XVMC_MSG(XVMC_ERR, "[XvMC] Dumping surface %p failed.\n", surface); in XvMCPutSurface()
|