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:get_surfaces
(Results
1 - 15
of
15
) sorted by relevance
/third_party/mesa3d/src/gallium/include/pipe/
H
A
D
p_video_codec.h
155
struct pipe_surface **(*
get_surfaces
)(struct pipe_video_buffer *buffer);
member
/third_party/mesa3d/src/gallium/frontends/va/
H
A
D
postproc.c
66
surfaces = dst->
get_surfaces
(dst);
in vlVaPostProcCompositor()
208
src_surfaces = src->
get_surfaces
(src);
in vlVaPostProcBlit()
225
dst_surfaces = dst->
get_surfaces
(dst);
in vlVaPostProcBlit()
H
A
D
image.c
267
surfaces = surf->buffer->
get_surfaces
(surf->buffer);
in vlVaDeriveImage()
367
surfaces = surf->buffer->
get_surfaces
(new_buffer);
in vlVaDeriveImage()
H
A
D
surface.c
807
surfaces = surface->buffer->
get_surfaces
(surface->buffer);
in vlVaHandleSurfaceAllocate()
1325
surfaces = surf->buffer->
get_surfaces
(surf->buffer);
in vlVaExportSurfaceHandle()
/third_party/mesa3d/src/gallium/frontends/omx/
H
A
D
vid_dec_common.c
105
dst_surface = dst_buf->
get_surfaces
(dst_buf);
in vid_dec_FillOutput()
H
A
D
vid_enc_common.c
224
dst_surface = priv->scale_buffer[priv->current_scale_buffer]->
get_surfaces
in enc_ScaleInput_common()
/third_party/mesa3d/src/gallium/frontends/vdpau/
H
A
D
surface.c
447
surfaces = vlsurf->video_buffer->
get_surfaces
(vlsurf->video_buffer);
in vlVdpVideoSurfaceClear()
522
surf = p_surf->video_buffer->
get_surfaces
(p_surf->video_buffer)[plane];
in vlVdpVideoSurfaceDMABuf()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H
A
D
d3d12_video_buffer.cpp
78
pD3D12VideoBuffer->base.
get_surfaces
= d3d12_video_buffer_get_surfaces;
in d3d12_video_buffer_create()
/third_party/mesa3d/src/gallium/auxiliary/vl/
H
A
D
vl_mpeg12_decoder.c
142
surf = buf->
get_surfaces
(buf);
in get_video_buffer_private()
199
destination = dec->idct_source->
get_surfaces
(dec->idct_source);
in init_zscan_buffer()
201
destination = dec->mc_source->
get_surfaces
(dec->mc_source);
in init_zscan_buffer()
H
A
D
vl_video_buffer.c
457
buffer->base.
get_surfaces
= vl_video_buffer_surfaces;
in vl_video_buffer_create_ex2()
H
A
D
vl_compositor.c
696
dst_surfaces = dst->
get_surfaces
(dst);
in vl_compositor_yuv_deint_full()
727
dst_surfaces = dst->
get_surfaces
(dst);
in vl_compositor_convert_rgb_to_yuv()
H
A
D
vl_deint_filter.c
457
dst_surfaces = filter->video_buffer->
get_surfaces
(filter->video_buffer);
in vl_deint_filter_render()
/third_party/mesa3d/src/gallium/drivers/nouveau/
H
A
D
nouveau_vp3_video.c
105
buffer->base.
get_surfaces
= nouveau_vp3_video_buffer_surfaces;
in nouveau_vp3_video_buffer_create()
H
A
D
nouveau_video.c
797
buffer->base.
get_surfaces
= nouveau_video_buffer_surfaces;
in nouveau_video_buffer_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H
A
D
nv84_video.c
645
buffer->base.
get_surfaces
= nv84_video_buffer_surfaces;
in nv84_video_buffer_create()
Completed in 13 milliseconds