Home
last modified time | relevance | path

Searched refs:VA_ERROR (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/va/
Dva_config.c75 VA_ERROR("Unsupported profile %08x\n",profile); in vlVaQueryConfigEntrypoints()
Dva_image.c96 VA_ERROR("Couldn't create image of type %0x08\n",format->fourcc); in vlVaCreateImage()
Dva_private.h40 #define VA_ERROR(_str,...) VA_DEBUG("ERROR: " _str,__VA_ARGS__) macro