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:FFBufQueue
(Results
1 - 10
of
10
) sorted by relevance
/third_party/ffmpeg/libavfilter/
H
A
D
bufferqueue.h
26
*
FFBufQueue
: simple AVFrame queue API
49
struct
FFBufQueue
{
struct
60
static inline int ff_bufqueue_is_full(struct
FFBufQueue
*queue)
in ff_bufqueue_is_full()
71
static inline void ff_bufqueue_add(void *log, struct
FFBufQueue
*queue,
in ff_bufqueue_add()
87
static inline AVFrame *ff_bufqueue_peek(struct
FFBufQueue
*queue,
in ff_bufqueue_peek()
98
static inline AVFrame *ff_bufqueue_get(struct
FFBufQueue
*queue)
in ff_bufqueue_get()
111
static inline void ff_bufqueue_discard_all(struct
FFBufQueue
*queue)
in ff_bufqueue_discard_all()
H
A
D
vf_deflicker.c
64
struct
FFBufQueue
q;
H
A
D
af_speechnorm.c
83
struct
FFBufQueue
queue;
H
A
D
vf_atadenoise.c
57
struct
FFBufQueue
q;
H
A
D
af_dynaudnorm.c
59
struct
FFBufQueue
queue;
/third_party/ffmpeg/libavcodec/
H
A
D
opusenc_psy.h
59
struct
FFBufQueue
*bufqueue;
102
struct
FFBufQueue
*bufqueue, OpusEncOptions *options);
H
A
D
audiotoolboxenc.c
47
struct
FFBufQueue
frame_queue;
48
struct
FFBufQueue
used_frame_queue;
H
A
D
opusenc.c
45
struct
FFBufQueue
bufqueue;
H
A
D
opusenc_psy.c
517
struct
FFBufQueue
*bufqueue, OpusEncOptions *options)
in ff_opus_psy_init()
H
A
D
vorbisenc.c
120
struct
FFBufQueue
bufqueue;
Completed in 11 milliseconds