Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:vlVdpSurface
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/vdpau/
H
A
D
surface.c
60
vlVdpSurface
*p_surf;
in vlVdpVideoSurfaceCreate()
68
p_surf = CALLOC(1, sizeof(
vlVdpSurface
));
in vlVdpVideoSurfaceCreate()
135
vlVdpSurface
*p_surf;
in vlVdpVideoSurfaceDestroy()
137
p_surf = (
vlVdpSurface
*)vlGetDataHTAB((vlHandle)surface);
in vlVdpVideoSurfaceDestroy()
164
vlVdpSurface
*p_surf = vlGetDataHTAB(surface);
in vlVdpVideoSurfaceGetParameters()
182
vlVdpVideoSurfaceSize(
vlVdpSurface
*p_surf, int component,
in vlVdpVideoSurfaceSize()
203
vlVdpSurface
*vlsurface;
in vlVdpVideoSurfaceGetBitsYCbCr()
313
vlVdpSurface
*p_surf = vlGetDataHTAB(surface);
in vlVdpVideoSurfacePutBitsYCbCr()
438
vlVdpVideoSurfaceClear(
vlVdpSurface
*vlsurf)
in vlVdpVideoSurfaceClear()
468
vlVdpSurface
*p_sur
in vlVdpVideoSurfaceGallium()
[all...]
H
A
D
vdpau_private.h
429
}
vlVdpSurface
;
typedef
511
void vlVdpVideoSurfaceClear(
vlVdpSurface
*vlsurf);
H
A
D
mixer.c
254
vlVdpSurface
*surf;
in vlVdpVideoMixerRender()
319
vlVdpSurface
*prevprev = vlGetDataHTAB(video_surface_past[1]);
in vlVdpVideoMixerRender()
320
vlVdpSurface
*prev = vlGetDataHTAB(video_surface_past[0]);
in vlVdpVideoMixerRender()
321
vlVdpSurface
*next = vlGetDataHTAB(video_surface_future[0]);
in vlVdpVideoMixerRender()
H
A
D
decode.c
198
vlVdpSurface
*surface;
in vlVdpGetReferenceFrame()
567
vlVdpSurface
*vlsurf;
in vlVdpDecoderRender()
595
vlsurf = (
vlVdpSurface
*)vlGetDataHTAB(target);
in vlVdpDecoderRender()
Completed in 5 milliseconds