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:nb_surfaces_used
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavutil/
H
A
D
hwcontext_d3d11va.c
76
int
nb_surfaces_used
;
member
169
if (s->nb_surfaces <= s->
nb_surfaces_used
) {
in wrap_texture_buf()
171
s->
nb_surfaces_used
+ 1,
in wrap_texture_buf()
177
s->nb_surfaces = s->
nb_surfaces_used
+ 1;
in wrap_texture_buf()
180
frames_hwctx->texture_infos[s->
nb_surfaces_used
].texture = tex;
in wrap_texture_buf()
181
frames_hwctx->texture_infos[s->
nb_surfaces_used
].index = index;
in wrap_texture_buf()
182
s->
nb_surfaces_used
++;
in wrap_texture_buf()
237
if (s->
nb_surfaces_used
>= texDesc.ArraySize) {
in d3d11va_pool_alloc()
243
return wrap_texture_buf(ctx, hwctx->texture, s->
nb_surfaces_used
);
in d3d11va_pool_alloc()
H
A
D
hwcontext_dxva2.c
61
int
nb_surfaces_used
;
member
134
if (s->
nb_surfaces_used
< hwctx->nb_surfaces) {
in dxva2_pool_alloc()
135
s->
nb_surfaces_used
++;
in dxva2_pool_alloc()
136
return av_buffer_create((uint8_t*)s->surfaces_internal[s->
nb_surfaces_used
- 1],
in dxva2_pool_alloc()
H
A
D
hwcontext_qsv.c
85
int
nb_surfaces_used
;
member
320
if (s->
nb_surfaces_used
< hwctx->nb_surfaces) {
in qsv_pool_alloc()
321
s->
nb_surfaces_used
++;
in qsv_pool_alloc()
322
return av_buffer_create((uint8_t*)(s->surfaces_internal + s->
nb_surfaces_used
- 1),
in qsv_pool_alloc()
Completed in 5 milliseconds