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:pchannels
(Results
1 - 2
of
2
) sorted by relevance
/third_party/alsa-lib/src/mixer/
H
A
D
simple_none.c
674
unsigned int caps,
pchannels
, cchannels;
in simple_update()
local
679
pchannels
= 0;
in simple_update()
689
pchannels
= cchannels = ctl->values;
in simple_update()
699
if (
pchannels
< ctl->values)
in simple_update()
700
pchannels
= ctl->values;
in simple_update()
707
if (
pchannels
< ctl->values)
in simple_update()
708
pchannels
= ctl->values;
in simple_update()
715
if (
pchannels
< ctl->values)
in simple_update()
716
pchannels
= ctl->values;
in simple_update()
731
if (
pchannels
< ct
in simple_update()
[all...]
/third_party/alsa-lib/src/pcm/
H
A
D
pcm_ladspa.c
692
void **
pchannels
, **npchannels;
in snd_pcm_ladspa_allocate_memory()
local
705
pchannels
= calloc(1, sizeof(void *) * channels);
in snd_pcm_ladspa_allocate_memory()
706
if (
pchannels
== NULL)
in snd_pcm_ladspa_allocate_memory()
727
npchannels = realloc(
pchannels
, nchannels * sizeof(void *));
in snd_pcm_ladspa_allocate_memory()
729
free(
pchannels
);
in snd_pcm_ladspa_allocate_memory()
734
pchannels
= npchannels;
in snd_pcm_ladspa_allocate_memory()
748
free(
pchannels
);
in snd_pcm_ladspa_allocate_memory()
753
if (
pchannels
[chn] == NULL && chn < ichannels) {
in snd_pcm_ladspa_allocate_memory()
757
instance->input.data[idx] =
pchannels
[chn];
in snd_pcm_ladspa_allocate_memory()
761
free(
pchannels
);
in snd_pcm_ladspa_allocate_memory()
[all...]
Completed in 5 milliseconds