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_allocated
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/libavfilter/
H
A
D
vf_readeia608.c
82
int
nb_allocated
;
member
143
if (s->
nb_allocated
< end - start + 1) {
in config_filter()
144
const int diff = end - start + 1 - s->
nb_allocated
;
in config_filter()
149
memset(&s->scan[s->
nb_allocated
], 0, diff * sizeof(*s->scan));
in config_filter()
150
s->
nb_allocated
= end - start + 1;
in config_filter()
153
for (int i = 0; i < s->
nb_allocated
; i++) {
in config_filter()
502
for (int i = 0; i < s->
nb_allocated
; i++) {
in uninit()
510
s->
nb_allocated
= 0;
in uninit()
H
A
D
af_anequalizer.c
70
int
nb_allocated
;
member
263
s->
nb_allocated
= 0;
in uninit()
553
if (s->nb_filters >= s->
nb_allocated
- 1) {
in add_filter()
556
filters = av_calloc(s->
nb_allocated
, 2 * sizeof(*s->filters));
in add_filter()
559
memcpy(filters, s->filters, sizeof(*s->filters) * s->
nb_allocated
);
in add_filter()
562
s->
nb_allocated
*= 2;
in add_filter()
580
s->
nb_allocated
= 32 * inlink->ch_layout.nb_channels;
in config_input()
583
s->
nb_allocated
= 0;
in config_input()
H
A
D
v360.h
172
int
nb_allocated
;
member
H
A
D
vf_v360.c
4235
for (int p = 0; p < s->
nb_allocated
; p++) {
in v360_slice()
4867
s->
nb_allocated
= 1;
in config_output()
4870
s->
nb_allocated
= 2;
in config_output()
4880
for (int i = 0; i < s->
nb_allocated
; i++) {
in config_output()
4963
for (int p = 0; p < s->
nb_allocated
; p++) {
in uninit()
/third_party/ffmpeg/libavcodec/
H
A
D
nvdec.c
58
unsigned int
nb_allocated
;
member
251
if (pool->
nb_allocated
>= pool->dpb_size)
in nvdec_decoder_frame_alloc()
258
*(unsigned int*)ret->data = pool->
nb_allocated
++;
in nvdec_decoder_frame_alloc()
Completed in 11 milliseconds