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:PortCount
(Results
1 - 5
of
5
) sorted by relevance
/third_party/alsa-lib/src/pcm/
H
A
D
pcm_ladspa.c
117
for (idx = 0; idx < lplug->desc->
PortCount
; idx++) {
in snd_pcm_ladspa_count_ports()
131
for (idx = 0; idx < lplug->desc->
PortCount
; idx++)
in snd_pcm_ladspa_find_port()
149
for (idx = 0; idx < lplug->desc->
PortCount
; idx++)
in snd_pcm_ladspa_find_sport()
166
if (port >= lplug->desc->
PortCount
)
in snd_pcm_ladspa_find_port_idx()
574
for (idx = midx = 0; idx < plugin->desc->
PortCount
; idx++)
in snd_pcm_ladspa_connect_controls()
596
for (idx = midx = 0; idx < plugin->desc->
PortCount
; idx++)
in snd_pcm_ladspa_check_connect()
991
for (idx = midx = 0; idx < plugin->desc->
PortCount
; idx++) {
in snd_pcm_ladspa_dump_direction()
1233
for (idx = 0; idx < lplug->desc->
PortCount
; idx++)
in snd_pcm_ladspa_add_default_controls()
H
A
D
ladspa.h
406
unsigned long
PortCount
;
member
409
vary from 0 to
PortCount
-1. */
414
0 to
PortCount
-1. */
418
above). Valid indices vary from 0 to
PortCount
-1. */
/third_party/pulseaudio/src/modules/
H
A
D
ladspa.h
405
unsigned long
PortCount
;
member
408
vary from 0 to
PortCount
-1. */
413
0 to
PortCount
-1. */
417
above). Valid indices vary from 0 to
PortCount
-1. */
H
A
D
module-ladspa-sink.c
801
for (p = 0; p < d->
PortCount
; p++) {
in connect_control_ports()
838
for (p = 0; p < d->
PortCount
; p++) {
in validate_control_parameters()
902
for (p = 0; p < d->
PortCount
; p++) {
in write_control_parameters()
1128
for (p = 0; p < d->
PortCount
; p++) {
in pa__init()
1172
for (p = 0; p < d->
PortCount
; p++) {
in pa__init()
1199
for (p = 0; p < d->
PortCount
; p++) {
in pa__init()
/third_party/ffmpeg/libavfilter/
H
A
D
af_ladspa.c
428
for (i = 0; i < desc->
PortCount
; i++) {
in count_ports()
582
nb_ports = desc->
PortCount
;
in init()
Completed in 9 milliseconds