Searched refs:VA_ERROR (Results 1 – 3 of 3) sorted by relevance
75 VA_ERROR("Unsupported profile %08x\n",profile); in vlVaQueryConfigEntrypoints()
96 VA_ERROR("Couldn't create image of type %0x08\n",format->fourcc); in vlVaCreateImage()
40 #define VA_ERROR(_str,...) VA_DEBUG("ERROR: " _str,__VA_ARGS__) macro