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:hrir_samples
(Results
1 - 1
of
1
) sorted by relevance
/third_party/pulseaudio/src/modules/
H
A
D
module-virtual-surround-sink.c
86
size_t
hrir_samples
;
member
192
static void normalize_hrir(float * hrir_data, unsigned
hrir_samples
, unsigned hrir_channels) {
in normalize_hrir()
argument
216
for (i = 0; i <
hrir_samples
; i++) {
in normalize_hrir()
225
for (i = 0; i <
hrir_samples
; i++) {
in normalize_hrir()
232
static void normalize_hrir_stereo(float * hrir_data, float * hrir_right_data, unsigned
hrir_samples
, unsigned hrir_channels) {
in normalize_hrir_stereo()
argument
239
for (i = 0; i <
hrir_samples
; i++) {
in normalize_hrir_stereo()
250
for (i = 0; i <
hrir_samples
; i++) {
in normalize_hrir_stereo()
723
size_t
hrir_samples
;
in pa__init()
local
936
hrir_samples
= hrir_left_temp_chunk.length / pa_frame_size(&hrir_left_temp_ss) * ss_input.rate / hrir_left_temp_ss.rate;
in pa__init()
938
hrir_total_length =
hrir_samples
* pa_frame_siz
in pa__init()
[all...]
Completed in 2 milliseconds