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:ESD_VOLUME_BASE
(Results
1 - 2
of
2
) sorted by relevance
/third_party/pulseaudio/src/pulsecore/
H
A
D
protocol-esound.c
634
int32_t id, format = ESD_BITS16 | ESD_STEREO, rate = 44100, lvolume =
ESD_VOLUME_BASE
, rvolume =
ESD_VOLUME_BASE
;
in esd_proto_all_info()
646
lvolume = (int32_t) ((volume.values[0]*
ESD_VOLUME_BASE
)/PA_VOLUME_NORM);
in esd_proto_all_info()
647
rvolume = (int32_t) ((volume.values[volume.channels == 2 ? 1 : 0]*
ESD_VOLUME_BASE
)/PA_VOLUME_NORM);
in esd_proto_all_info()
732
lvolume = PA_MAYBE_INT32_SWAP(c->swap_byte_order, (int32_t) ((volume.values[0]*
ESD_VOLUME_BASE
)/PA_VOLUME_NORM));
in esd_proto_all_info()
736
rvolume = PA_MAYBE_INT32_SWAP(c->swap_byte_order, (int32_t) ((volume.values[1]*
ESD_VOLUME_BASE
)/PA_VOLUME_NORM));
in esd_proto_all_info()
780
volume.values[0] = (lvolume*PA_VOLUME_NORM)/
ESD_VOLUME_BASE
;
in esd_proto_stream_pan()
781
volume.values[1] = (rvolume*PA_VOLUME_NORM)/
ESD_VOLUME_BASE
;
in esd_proto_stream_pan()
815
volume.values[0] = (lvolume*PA_VOLUME_NORM)/
ESD_VOLUME_BASE
;
in esd_proto_sample_pan()
816
volume.values[1] = (rvolume*PA_VOLUME_NORM)/
ESD_VOLUME_BASE
;
in esd_proto_sample_pan()
[all...]
H
A
D
esound.h
49
#define
ESD_VOLUME_BASE
(256)
macro
Completed in 3 milliseconds