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:NSTREAMS
(Results
1 - 3
of
3
) sorted by relevance
/third_party/pulseaudio/src/tests/
H
A
D
extended-test.c
36
#define
NSTREAMS
4
macro
41
static pa_stream *streams[
NSTREAMS
];
50
.maxlength = SAMPLE_HZ*sizeof(float)*
NSTREAMS
, /* exactly space for the entire play time */
64
if (++n_streams_ready >= 2*
NSTREAMS
) {
in underflow_cb()
93
if (++n_streams_ready >=
NSTREAMS
) {
in stream_state_callback()
123
for (i = 0; i <
NSTREAMS
; i++) {
in context_state_callback()
166
for (i = 0; i <
NSTREAMS
; i++)
in START_TEST()
192
for (i = 0; i <
NSTREAMS
; i++)
in START_TEST()
H
A
D
sync-playback.c
36
#define
NSTREAMS
4
macro
41
static pa_stream *streams[
NSTREAMS
];
56
.maxlength = SAMPLE_HZ*sizeof(float)*
NSTREAMS
, /* exactly space for the entire play time */
70
if (++n_streams_ready >= 2*
NSTREAMS
) {
in underflow_cb()
99
if (++n_streams_ready >=
NSTREAMS
) {
in stream_state_callback()
129
for (i = 0; i <
NSTREAMS
; i++) {
in context_state_callback()
163
for (i = 0; i <
NSTREAMS
; i++)
in START_TEST()
189
for (i = 0; i <
NSTREAMS
; i++)
in START_TEST()
H
A
D
connect-stress.c
43
/* #define
NSTREAMS
((PA_MAX_INPUTS_PER_SINK/2) - 1) */
47
*
NSTREAMS
to 20 in the meantime.
49
#define
NSTREAMS
20
macro
54
static pa_stream *streams[
NSTREAMS
];
99
for (i = 0; i <
NSTREAMS
; i++)
in _disconnect()
116
.maxlength = SAMPLE_HZ * sizeof(float) *
NSTREAMS
,
171
for (i = 0; i <
NSTREAMS
; i++) {
in context_state_callback()
201
for (i = 0; i <
NSTREAMS
; i++)
in START_TEST()
Completed in 2 milliseconds