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:old_sample
(Results
1 - 3
of
3
) sorted by relevance
/third_party/alsa-lib/src/pcm/
H
A
D
pcm_rate_linear.c
41
int16_t *
old_sample
;
member
93
int16_t
old_sample
= 0;
in linear_expand()
local
102
new_sample = rate->
old_sample
[channel];
in linear_expand()
107
old_sample
= new_sample;
in linear_expand()
119
sample = (
old_sample
* old_weight + new_sample * new_weight) >> 16;
in linear_expand()
133
rate->
old_sample
[channel] = new_sample;
in linear_expand()
156
int16_t
old_sample
= 0;
in linear_expand_s16()
local
165
new_sample = rate->
old_sample
[channel];
in linear_expand_s16()
170
old_sample
= new_sample;
in linear_expand_s16()
176
*dst = (
old_sample
* old_weigh
in linear_expand_s16()
215
int16_t
old_sample
= 0;
linear_shrink()
local
277
int16_t
old_sample
= 0;
linear_shrink_s16()
local
[all...]
H
A
D
pcm_dmix_generic.c
55
register signed int sample,
old_sample
;
in mix_areas_16()
local
59
old_sample
= *sum;
in mix_areas_16()
61
sample -=
old_sample
;
in mix_areas_16()
64
old_sample
= *sum;
in mix_areas_16()
65
if (
old_sample
> 0x7fff)
in mix_areas_16()
67
else if (
old_sample
< -0x8000)
in mix_areas_16()
70
sample =
old_sample
;
in mix_areas_16()
72
} while (IS_CONCURRENT && *sum !=
old_sample
);
in mix_areas_16()
86
register signed int sample,
old_sample
;
in mix_areas_32()
local
90
old_sample
in mix_areas_32()
[all...]
/third_party/alsa-lib/test/
H
A
D
mixtest.c
167
s32
old_sample
= *sum;
in mix_areas2()
local
169
sample -=
old_sample
;
in mix_areas2()
Completed in 2 milliseconds