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:source_master
(Results
1 - 2
of
2
) sorted by relevance
/third_party/pulseaudio/src/modules/
H
A
D
module-filter-apply.c
64
pa_source *
source_master
;
member
81
if (f->sink_master && !f->
source_master
)
in filter_hash()
83
else if (!f->sink_master && f->
source_master
)
in filter_hash()
84
return (unsigned) ((f->
source_master
->index << 16) + pa_idxset_string_hash_func(f->name));
in filter_hash()
86
return (unsigned) (f->sink_master->index + (f->
source_master
->index << 16) + pa_idxset_string_hash_func(f->name));
in filter_hash()
93
if (fa->sink_master != fb->sink_master || fa->
source_master
!= fb->
source_master
)
in filter_compare()
110
f->
source_master
= source;
in filter_new()
275
filter->
source_master
= so->source->output_from_master->source;
in find_paired_master()
277
filter->
source_master
in find_paired_master()
[all...]
/third_party/pulseaudio/src/modules/echo-cancel/
H
A
D
module-echo-cancel.c
61
"
source_master
=<name of source to filter> "
157
* Data read from
source_master
is matched against the saved sink data and
265
"
source_master
",
1717
pa_source *
source_master
=NULL;
in pa__init()
local
1737
if (!(
source_master
= pa_namereg_get(m->core, pa_modargs_get_value(ma, "
source_master
", NULL), PA_NAMEREG_SOURCE))) {
in pa__init()
1741
pa_assert(
source_master
);
in pa__init()
1749
if (
source_master
->monitor_of == sink_master) {
in pa__init()
1761
source_ss =
source_master
->sample_spec;
in pa__init()
1765
source_map =
source_master
in pa__init()
[all...]
Completed in 5 milliseconds