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:out_frames
(Results
1 - 3
of
3
) sorted by relevance
/third_party/pulseaudio/src/pulsecore/
H
A
D
resampler.c
372
r->
out_frames
= 0;
in pa_resampler_new()
509
r->
out_frames
= 0;
in pa_resampler_set_input_rate()
527
r->
out_frames
= 0;
in pa_resampler_set_output_rate()
665
r->
out_frames
= 0;
in pa_resampler_reset()
739
r->
out_frames
= 0;
in pa_resampler_rewind()
1662
r->
out_frames
+= buf->length / r->o_fz;
in pa_resampler_run()
1676
frames = r->
out_frames
* r->i_ss.rate / r->o_ss.rate;
in pa_resampler_get_delay()
H
A
D
resampler.h
119
double
out_frames
;
member
/third_party/pulseaudio/src/modules/alsa/
H
A
D
alsa-sink.c
1923
snd_pcm_sframes_t in_frames,
out_frames
;
in process_rewind()
local
1929
if ((
out_frames
= snd_pcm_rewind(u->pcm_handle, (snd_pcm_uframes_t) in_frames)) < 0) {
in process_rewind()
1930
pa_log("snd_pcm_rewind() failed: %s", pa_alsa_strerror((int)
out_frames
));
in process_rewind()
1931
if ((err = try_recover(u, "process_rewind",
out_frames
)) < 0)
in process_rewind()
1935
out_frames
= 0;
in process_rewind()
1938
pa_log_debug("after: %lu", (unsigned long)
out_frames
);
in process_rewind()
1940
rewind_nbytes = (size_t)
out_frames
* u->frame_size;
in process_rewind()
Completed in 9 milliseconds