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:default_rate
(Results
1 - 2
of
2
) sorted by relevance
/third_party/pulseaudio/src/pulsecore/
H
A
D
source.c
1052
uint32_t
default_rate
= s->default_sample_rate;
in pa_source_reconfigure()
local
1064
if (PA_UNLIKELY(
default_rate
== alternate_rate && !passthrough && !avoid_resampling)) {
in pa_source_reconfigure()
1094
if (spec->rate >=
default_rate
|| spec->rate >= alternate_rate)
in pa_source_reconfigure()
1098
} else if (
default_rate
== spec->rate || alternate_rate == spec->rate) {
in pa_source_reconfigure()
1106
if (
default_rate
% 11025 == 0 && spec->rate % 11025 == 0)
in pa_source_reconfigure()
1108
if (
default_rate
% 4000 == 0 && spec->rate % 4000 == 0)
in pa_source_reconfigure()
1118
desired_spec.rate =
default_rate
;
in pa_source_reconfigure()
H
A
D
sink.c
1484
uint32_t
default_rate
= s->default_sample_rate;
in pa_sink_reconfigure()
local
1498
if (PA_UNLIKELY(
default_rate
== alternate_rate && !passthrough && !avoid_resampling)) {
in pa_sink_reconfigure()
1528
if (spec->rate >=
default_rate
|| spec->rate >= alternate_rate)
in pa_sink_reconfigure()
1532
} else if (
default_rate
== spec->rate || alternate_rate == spec->rate) {
in pa_sink_reconfigure()
1540
if (
default_rate
% 11025 == 0 && spec->rate % 11025 == 0)
in pa_sink_reconfigure()
1542
if (
default_rate
% 4000 == 0 && spec->rate % 4000 == 0)
in pa_sink_reconfigure()
1552
desired_spec.rate =
default_rate
;
in pa_sink_reconfigure()
Completed in 11 milliseconds