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_ENCODING_PCM
(Results
1 - 9
of
9
) sorted by relevance
/third_party/pulseaudio/src/pulse/
H
A
D
format.h
41
PA_ENCODING_PCM
,
enumerator
78
#define
PA_ENCODING_PCM
PA_ENCODING_PCM
macro
H
A
D
format.c
44
[
PA_ENCODING_PCM
] = "pcm",
110
return f->encoding ==
PA_ENCODING_PCM
;
in pa_format_info_is_pcm()
205
f->encoding =
PA_ENCODING_PCM
;
in pa_format_info_from_sample_spec()
/third_party/pulseaudio/src/pulsecore/
H
A
D
core-format.c
36
format->encoding =
PA_ENCODING_PCM
;
in pa_format_info_from_sample_spec2()
H
A
D
source.c
2885
f->encoding =
PA_ENCODING_PCM
;
in pa_source_get_formats()
H
A
D
sink.c
3904
f->encoding =
PA_ENCODING_PCM
;
in pa_sink_get_formats()
/third_party/pulseaudio/src/tests/
H
A
D
extended-test.c
128
formats[0]->encoding =
PA_ENCODING_PCM
;
in context_state_callback()
/third_party/pulseaudio/src/modules/
H
A
D
module-null-sink.c
378
format->encoding =
PA_ENCODING_PCM
;
in pa__init()
H
A
D
module-device-restore.c
332
f->encoding =
PA_ENCODING_PCM
;
in perportentry_new()
1007
f->encoding =
PA_ENCODING_PCM
;
in read_sink_format_reply()
/third_party/pulseaudio/src/modules/alsa/
H
A
D
alsa-sink.c
2825
format->encoding =
PA_ENCODING_PCM
;
in pa_alsa_sink_new()
Completed in 19 milliseconds