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:FF_BUFQUEUE_SIZE
(Results
1 - 9
of
9
) sorted by relevance
/third_party/ffmpeg/libavfilter/
H
A
D
bufferqueue.h
39
#ifndef
FF_BUFQUEUE_SIZE
40
#define
FF_BUFQUEUE_SIZE
64
macro
50
AVFrame *queue[
FF_BUFQUEUE_SIZE
];
55
#define BUCKET(i) queue->queue[(queue->head + (i)) %
FF_BUFQUEUE_SIZE
]
62
return queue->available ==
FF_BUFQUEUE_SIZE
;
in ff_bufqueue_is_full()
104
queue->head = (queue->head + 1) %
FF_BUFQUEUE_SIZE
;
in ff_bufqueue_get()
H
A
D
vf_deflicker.c
27
#define
FF_BUFQUEUE_SIZE
129
macro
34
#define SIZE
FF_BUFQUEUE_SIZE
H
A
D
vf_atadenoise.c
33
#define
FF_BUFQUEUE_SIZE
129
macro
41
#define SIZE
FF_BUFQUEUE_SIZE
H
A
D
af_speechnorm.c
34
#define
FF_BUFQUEUE_SIZE
(1024)
macro
H
A
D
af_dynaudnorm.c
36
#define
FF_BUFQUEUE_SIZE
(MAX_FILTER_SIZE + 1)
macro
/third_party/ffmpeg/libavcodec/
H
A
D
opusenc.h
28
#define
FF_BUFQUEUE_SIZE
145
macro
31
#define OPUS_MAX_LOOKAHEAD ((
FF_BUFQUEUE_SIZE
- 1)*2.5f)
H
A
D
opusenc_psy.h
69
OpusPsyStep *steps[
FF_BUFQUEUE_SIZE
+ 1];
H
A
D
audiotoolboxenc.c
25
#define
FF_BUFQUEUE_SIZE
256
macro
H
A
D
opusenc_psy.c
483
void *tmp[
FF_BUFQUEUE_SIZE
];
in ff_opus_psy_postencode_update()
Completed in 9 milliseconds