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:VAAPIVPPContext
(Results
1 - 9
of
9
) sorted by relevance
/third_party/ffmpeg/libavfilter/
H
A
D
vf_misc_vaapi.c
39
VAAPIVPPContext
vpp_ctx; // must be the first field
45
VAAPIVPPContext
vpp_ctx; // must be the first field
62
VAAPIVPPContext
*vpp_ctx = avctx->priv;
in denoise_vaapi_build_filter_params()
92
VAAPIVPPContext
*vpp_ctx = avctx->priv;
in sharpness_vaapi_build_filter_params()
125
VAAPIVPPContext
*vpp_ctx = avctx->priv;
in misc_vaapi_filter_frame()
178
VAAPIVPPContext
*vpp_ctx = avctx->priv;
in denoise_vaapi_init()
190
VAAPIVPPContext
*vpp_ctx = avctx->priv;
in sharpness_vaapi_init()
H
A
D
vaapi_vpp.c
46
VAAPIVPPContext
*ctx = avctx->priv;
in ff_vaapi_vpp_pipeline_uninit()
73
VAAPIVPPContext
*ctx = avctx->priv;
in ff_vaapi_vpp_config_input()
98
VAAPIVPPContext
*ctx = avctx->priv;
in ff_vaapi_vpp_config_output()
425
VAAPIVPPContext
*ctx = avctx->priv;
in vaapi_vpp_colour_properties()
520
VAAPIVPPContext
*ctx = avctx->priv;
in ff_vaapi_vpp_init_params()
571
VAAPIVPPContext
*ctx = avctx->priv;
in ff_vaapi_vpp_make_param_buffers()
596
VAAPIVPPContext
*ctx = avctx->priv;
in ff_vaapi_vpp_render_picture()
669
VAAPIVPPContext
*ctx = avctx->priv;
in ff_vaapi_vpp_ctx_init()
682
VAAPIVPPContext
*ctx = avctx->priv;
in ff_vaapi_vpp_ctx_uninit()
H
A
D
vf_procamp_vaapi.c
46
VAAPIVPPContext
vpp_ctx; // must be the first field
66
VAAPIVPPContext
*vpp_ctx = avctx->priv;
in procamp_vaapi_build_filter_params()
130
VAAPIVPPContext
*vpp_ctx = avctx->priv;
in procamp_vaapi_filter_frame()
181
VAAPIVPPContext
*vpp_ctx = avctx->priv;
in procamp_vaapi_init()
H
A
D
vf_transpose_vaapi.c
30
VAAPIVPPContext
vpp_ctx; // must be the first field
40
VAAPIVPPContext
*vpp_ctx = avctx->priv;
in transpose_vaapi_build_filter_params()
121
VAAPIVPPContext
*vpp_ctx = avctx->priv;
in transpose_vaapi_filter_frame()
176
VAAPIVPPContext
*vpp_ctx = avctx->priv;
in transpose_vaapi_init()
189
VAAPIVPPContext
*vpp_ctx = avctx->priv;
in transpose_vaapi_vpp_config_output()
H
A
D
vaapi_vpp.h
33
typedef struct
VAAPIVPPContext
{
struct
57
}
VAAPIVPPContext
;
typedef
H
A
D
vf_overlay_vaapi.c
32
VAAPIVPPContext
vpp_ctx; /**< must be the first field */
71
VAAPIVPPContext
*vpp_ctx = avctx->priv;
in overlay_vaapi_build_filter_params()
106
VAAPIVPPContext
*ctx = avctx->priv;
in overlay_vaapi_render_picture()
204
VAAPIVPPContext
*vpp_ctx = avctx->priv;
in overlay_vaapi_blend()
326
VAAPIVPPContext
*vpp_ctx = avctx->priv;
in overlay_vaapi_config_output()
349
VAAPIVPPContext
*vpp_ctx = avctx->priv;
in overlay_vaapi_init()
H
A
D
vf_scale_vaapi.c
32
VAAPIVPPContext
vpp_ctx; // must be the first field
75
VAAPIVPPContext
*vpp_ctx = avctx->priv;
in scale_vaapi_config_output()
104
VAAPIVPPContext
*vpp_ctx = avctx->priv;
in scale_vaapi_filter_frame()
167
VAAPIVPPContext
*vpp_ctx = avctx->priv;
in scale_vaapi_init()
H
A
D
vf_tonemap_vaapi.c
30
VAAPIVPPContext
vpp_ctx; // must be the first field
151
VAAPIVPPContext
*vpp_ctx = avctx->priv;
in tonemap_vaapi_set_filter_params()
179
VAAPIVPPContext
*vpp_ctx = avctx->priv;
in tonemap_vaapi_build_filter_params()
236
VAAPIVPPContext
*vpp_ctx = avctx->priv;
in tonemap_vaapi_filter_frame()
322
VAAPIVPPContext
*vpp_ctx = avctx->priv;
in tonemap_vaapi_init()
H
A
D
vf_deinterlace_vaapi.c
34
VAAPIVPPContext
vpp_ctx; // must be the first field
82
VAAPIVPPContext
*vpp_ctx = avctx->priv;
in deint_vaapi_build_filter_params()
182
VAAPIVPPContext
*vpp_ctx = avctx->priv;
in deint_vaapi_filter_frame()
349
VAAPIVPPContext
*vpp_ctx = avctx->priv;
in deint_vaapi_init()
Completed in 6 milliseconds