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:audio_fifo
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
swfenc.c
43
AVFifo *
audio_fifo
;
member
216
swf->
audio_fifo
= av_fifo_alloc2(AUDIO_FIFO_SIZE, 1, 0);
in swf_write_header()
217
if (!swf->
audio_fifo
)
in swf_write_header()
465
if (swf->audio_par && av_fifo_can_read(swf->
audio_fifo
)) {
in swf_write_video()
466
size_t frame_size = av_fifo_can_read(swf->
audio_fifo
);
in swf_write_video()
470
av_fifo_read_to_cb(swf->
audio_fifo
, fifo_avio_wrapper, pb, &frame_size);
in swf_write_video()
493
if (av_fifo_can_write(swf->
audio_fifo
) < size) {
in swf_write_audio()
498
av_fifo_write(swf->
audio_fifo
, buf, size);
in swf_write_audio()
546
av_fifo_freep2(&swf->
audio_fifo
);
in swf_deinit()
/third_party/ffmpeg/tests/fate/
H
A
D
libavutil.mak
30
FATE_LIBAVUTIL += fate-
audio_fifo
31
fate-
audio_fifo
: libavutil/tests/
audio_fifo
$(EXESUF)
32
fate-
audio_fifo
: CMD = run libavutil/tests/
audio_fifo
$(EXESUF)
/third_party/ffmpeg/libavutil/
H
A
D
Makefile
8
audio_fifo
.h \
107
audio_fifo
.o \
227
audio_fifo
\
Completed in 3 milliseconds