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:TOTAL_SAMPLES
(Results
1 - 1
of
1
) sorted by relevance
/third_party/pulseaudio/src/tests/
H
A
D
lfe-filter-test.c
39
#define
TOTAL_SAMPLES
8192
macro
82
block contains 4096 samples, and don't let rewind_samples exceed
TOTAL_SAMPLES
*/
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()
95
outptr = pa_xmalloc(fz *
TOTAL_SAMPLES
);
in lfe_filter_rewind_test()
100
for (i = 0; i <
TOTAL_SAMPLES
/ ONE_BLOCK_SAMPLES; i++) {
in lfe_filter_rewind_test()
110
pos = (
TOTAL_SAMPLES
- rewind_samples) * fz;
in lfe_filter_rewind_test()
142
ori_sample_ptr = pa_xmalloc(pa_frame_size(lft.ss) *
TOTAL_SAMPLES
);
in START_TEST()
[all...]
Completed in 2 milliseconds