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:celt_delay
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
opusdec.c
88
int celt_size = av_audio_fifo_size(s->
celt_delay
);
in opus_flush_resample()
106
av_audio_fifo_read(s->
celt_delay
, (void**)s->celt_output, nb_samples);
in opus_flush_resample()
248
int delay_samples = av_audio_fifo_size(s->
celt_delay
);
in opus_decode_frame()
252
av_audio_fifo_read(s->
celt_delay
, (void**)s->celt_output, delay_samples);
in opus_decode_frame()
263
av_audio_fifo_drain(s->
celt_delay
, delay_samples);
in opus_decode_frame()
280
int
celt_delay
= s->packet.frame_duration - celt_output_samples;
in opus_decode_frame()
local
290
ret = av_audio_fifo_write(s->
celt_delay
, delaybuf,
celt_delay
);
in opus_decode_frame()
580
av_audio_fifo_drain(s->
celt_delay
, av_audio_fifo_size(s->
celt_delay
));
in opus_decode_flush()
[all...]
H
A
D
opus.h
136
AVAudioFifo *
celt_delay
;
member
Completed in 2 milliseconds