OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vdpau
(Results
1 - 13
of
13
) sorted by null
/external/mesa3d/src/gallium/state_trackers/vdpau/
preemption.c
28
#include <
vdpau
/
vdpau
.h>
Makefile
10
LIBRARY_INCLUDES = $(shell $(PKG_CONFIG) --cflags-only-I
vdpau
)
bitmap.c
28
#include <
vdpau
/
vdpau
.h>
vdpau_private.h
33
#include <
vdpau
/
vdpau
.h>
34
#include <
vdpau
/vdpau_x11.h>
49
/* Full
VDPAU
API documentation available at :
50
* ftp://download.nvidia.com/XFree86/
vdpau
/doxygen/html/index.html */
52
#define INFORMATION G3DVL
VDPAU
Driver Shared Library version VER_MAJOR.VER_MINOR
presentation.c
29
#include <
vdpau
/
vdpau
.h>
292
VDPAU_MSG(VDPAU_ERR, "[
VDPAU
] Dumping surface %d failed.\n", surface);
mixer.c
28
#include <
vdpau
/
vdpau
.h>
132
VDPAU_MSG(VDPAU_WARN, "[
VDPAU
] Max layers > 4 not supported\n", vmixer->max_layers);
139
VDPAU_MSG(VDPAU_WARN, "[
VDPAU
] 48 < %u < %u not valid for width\n", vmixer->video_width, max_width);
144
VDPAU_MSG(VDPAU_WARN, "[
VDPAU
] 48 < %u < %u not valid for height\n", vmixer->video_height, max_height);
output.c
29
#include <
vdpau
/
vdpau
.h>
/external/opencv3/3rdparty/include/ffmpeg_/libavcodec/
vdpau.h
2
* The Video Decode and Presentation API for UNIX (
VDPAU
) is used for
30
* Public libavcodec
VDPAU
header.
35
* @defgroup lavc_codec_hwaccel_vdpau
VDPAU
Decoder and Renderer
38
*
VDPAU
hardware acceleration has two modules
39
* -
VDPAU
decoding
40
* -
VDPAU
presentation
42
* The
VDPAU
decoding module parses all headers using FFmpeg
43
* parsing mechanisms and uses
VDPAU
for the actual decoding.
46
* and rendering (API calls) are done as part of the
VDPAU
52
#include <
vdpau
/vdpau.h
[
all
...]
/external/mesa3d/src/gallium/targets/vdpau-softpipe/
Makefile
19
include ../Makefile.
vdpau
/external/mesa3d/src/gallium/targets/vdpau-r600/
Makefile
22
include ../Makefile.
vdpau
/external/mesa3d/src/gallium/targets/vdpau-nouveau/
Makefile
28
include ../Makefile.
vdpau
/external/mesa3d/src/gallium/targets/vdpau-r300/
Makefile
26
include ../Makefile.
vdpau
/external/mesa3d/src/gallium/targets/vdpau-radeonsi/
Makefile
28
include ../Makefile.
vdpau
Completed in 86 milliseconds