Searched refs:VDPAU_MSG (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
D | decode.c | 231 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()
|
D | mixer.c | 147 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()
|
D | device.c | 259 … VDPAU_MSG(VDPAU_TRACE, "[VDPAU] Got proc address %p for id %d\n", *function_pointer, function_id); in vlVdpGetProcAddress()
|
D | presentation.c | 287 VDPAU_MSG(VDPAU_ERR, "[VDPAU] Dumping surface %d failed.\n", surface); in vlVdpPresentationQueueDisplay()
|
D | vdpau_private.h | 540 static inline void VDPAU_MSG(unsigned int level, const char *fmt, ...) in VDPAU_MSG() function
|