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:rewind_samples
(Results
1 - 1
of
1
) sorted by relevance
/third_party/pulseaudio/src/tests/
H
A
D
lfe-filter-test.c
82
block contains 4096 samples, and don't let
rewind_samples
exceed TOTAL_SAMPLES */
83
static int lfe_filter_rewind_test(struct lfe_filter_test *lft, int
rewind_samples
)
in lfe_filter_rewind_test()
argument
90
if (
rewind_samples
> TOTAL_SAMPLES ||
rewind_samples
< TOTAL_SAMPLES - ONE_BLOCK_SAMPLES) {
in lfe_filter_rewind_test()
91
pa_log_error("lfe-filter-test: Please keep %d samples <
rewind_samples
< %d samples", TOTAL_SAMPLES - ONE_BLOCK_SAMPLES, TOTAL_SAMPLES);
in lfe_filter_rewind_test()
109
pa_lfe_filter_rewind(lft->lf,
rewind_samples
* fz);
in lfe_filter_rewind_test()
110
pos = (TOTAL_SAMPLES -
rewind_samples
) * fz;
in lfe_filter_rewind_test()
Completed in 1 milliseconds