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:surface_ids
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ffmpeg/libavutil/
H
A
D
hwcontext_vaapi.h
101
VASurfaceID *
surface_ids
;
member
H
A
D
hwcontext_vaapi.c
507
avfc->
surface_ids
[avfc->nb_surfaces] = surface_id;
in vaapi_pool_alloc()
585
avfc->
surface_ids
= av_malloc(hwfc->initial_pool_size *
in vaapi_frames_init()
586
sizeof(*avfc->
surface_ids
));
in vaapi_frames_init()
587
if (!avfc->
surface_ids
) {
in vaapi_frames_init()
595
avfc->
surface_ids
= NULL;
in vaapi_frames_init()
661
av_freep(&avfc->
surface_ids
);
in vaapi_frames_init()
671
av_freep(&avfc->
surface_ids
);
in vaapi_frames_uninit()
H
A
D
hwcontext_qsv.c
424
s->handle_pairs_internal[i].first = child_frames_hwctx->
surface_ids
+ i;
in qsv_init_child_ctx()
794
dst_hwctx->
surface_ids
= av_calloc(src_hwctx->nb_surfaces,
in qsv_frames_derive_from()
795
sizeof(*dst_hwctx->
surface_ids
));
in qsv_frames_derive_from()
796
if (!dst_hwctx->
surface_ids
)
in qsv_frames_derive_from()
800
dst_hwctx->
surface_ids
[i] = *(VASurfaceID*)pair->first;
in qsv_frames_derive_from()
1265
s->handle_pairs_internal[i].first = src_hwctx->
surface_ids
+ i;
in qsv_frames_derive_to()
/third_party/ffmpeg/libavcodec/
H
A
D
vaapi_decode.c
662
ctx->hwfc->
surface_ids
,
in ff_vaapi_decode_init()
H
A
D
vaapi_encode.c
2644
recon_hwctx->
surface_ids
,
in ff_vaapi_encode_init()
/third_party/ffmpeg/libavfilter/
H
A
D
vaapi_vpp.c
209
va_frames->
surface_ids
, va_frames->nb_surfaces,
in ff_vaapi_vpp_config_output()
Completed in 10 milliseconds