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:PA_SAMPLE_MAX
(Results
1 - 11
of
11
) sorted by relevance
/third_party/pulseaudio/src/pulse/
H
A
D
sample.h
178
PA_SAMPLE_MAX
,
enumerator
H
A
D
sample.c
104
return format <
PA_SAMPLE_MAX
;
in pa_sample_format_valid()
/third_party/pulseaudio/src/pulsecore/
H
A
D
mime-type.c
134
case
PA_SAMPLE_MAX
:
in pa_sample_spec_mimefy()
H
A
D
sample-util.h
36
pa_memblock* blocks[
PA_SAMPLE_MAX
];
H
A
D
sample-util.c
210
for (f = 0; f <
PA_SAMPLE_MAX
; f++)
in pa_silence_cache_done()
/third_party/pulseaudio/src/tests/
H
A
D
resampler-test.c
442
for (a.format = 0; a.format <
PA_SAMPLE_MAX
; a.format ++) {
in main()
443
for (b.format = 0; b.format <
PA_SAMPLE_MAX
; b.format ++) {
in main()
H
A
D
mix-test.c
297
for (a.format = 0; a.format <
PA_SAMPLE_MAX
; a.format ++) {
in START_TEST()
/third_party/pulseaudio/src/modules/oss/
H
A
D
oss-util.c
162
static const int format_trans[
PA_SAMPLE_MAX
] = {
in pa_oss_auto_format()
/third_party/pulseaudio/src/modules/alsa/
H
A
D
alsa-util.c
1521
formats[j] =
PA_SAMPLE_MAX
;
in pa_alsa_get_supported_formats()
1532
formats[1] =
PA_SAMPLE_MAX
;
in pa_alsa_get_supported_formats()
H
A
D
alsa-sink.c
1835
for (i = 0; u->supported_formats[i] !=
PA_SAMPLE_MAX
; i++) {
in sink_reconfigure_cb()
H
A
D
alsa-source.c
1650
for (i = 0; u->supported_formats[i] !=
PA_SAMPLE_MAX
; i++) {
in source_reconfigure_cb()
Completed in 15 milliseconds