Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/vdpau/
Ddecode.c231 VDPAU_MSG(VDPAU_TRACE, "[VDPAU] Decoding MPEG12\n"); in vlVdpDecoderRenderMpeg12()
273 VDPAU_MSG(VDPAU_TRACE, "[VDPAU] Decoding MPEG4\n"); in vlVdpDecoderRenderMpeg4()
311 VDPAU_MSG(VDPAU_TRACE, "[VDPAU] Decoding VC-1\n"); in vlVdpDecoderRenderVC1()
360 VDPAU_MSG(VDPAU_TRACE, "[VDPAU] Decoding H264\n"); in vlVdpDecoderRenderH264()
545 VDPAU_MSG(VDPAU_TRACE, "[VDPAU] Manually adding VC-1 startcode\n"); in vlVdpDecoderFixVC1Startcode()
Dmixer.c147 VDPAU_MSG(VDPAU_WARN, "[VDPAU] Max layers > 4 not supported\n", vmixer->max_layers); in vlVdpVideoMixerCreate()
154 VDPAU_MSG(VDPAU_WARN, "[VDPAU] 48 < %u < %u not valid for width\n", in vlVdpVideoMixerCreate()
159 VDPAU_MSG(VDPAU_WARN, "[VDPAU] 48 < %u < %u not valid for height\n", in vlVdpVideoMixerCreate()
Ddevice.c259VDPAU_MSG(VDPAU_TRACE, "[VDPAU] Got proc address %p for id %d\n", *function_pointer, function_id); in vlVdpGetProcAddress()
Dpresentation.c287 VDPAU_MSG(VDPAU_ERR, "[VDPAU] Dumping surface %d failed.\n", surface); in vlVdpPresentationQueueDisplay()
Dvdpau_private.h540 static inline void VDPAU_MSG(unsigned int level, const char *fmt, ...) in VDPAU_MSG() function