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:vidproc
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/va/
H
A
D
postproc.c
142
context->desc.
vidproc
.base.input_format = src->buffer_format;
in vlVaVidEngineBlit()
143
context->desc.
vidproc
.base.output_format = dst->buffer_format;
in vlVaVidEngineBlit()
145
context->desc.
vidproc
.src_region = src_rect;
in vlVaVidEngineBlit()
146
context->desc.
vidproc
.dst_region = dst_rect;
in vlVaVidEngineBlit()
149
context->desc.
vidproc
.orientation = PIPE_VIDEO_VPP_ORIENTATION_DEFAULT;
in vlVaVidEngineBlit()
151
context->desc.
vidproc
.orientation = PIPE_VIDEO_VPP_ROTATION_90;
in vlVaVidEngineBlit()
153
context->desc.
vidproc
.orientation = PIPE_VIDEO_VPP_ROTATION_180;
in vlVaVidEngineBlit()
155
context->desc.
vidproc
.orientation = PIPE_VIDEO_VPP_ROTATION_270;
in vlVaVidEngineBlit()
158
context->desc.
vidproc
.orientation |= PIPE_VIDEO_VPP_FLIP_HORIZONTAL;
in vlVaVidEngineBlit()
160
context->desc.
vidproc
in vlVaVidEngineBlit()
[all...]
H
A
D
va_private.h
296
struct pipe_vpp_desc
vidproc
;
member
Completed in 3 milliseconds