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_pipe_buf
(Results
1 - 5
of
5
) sorted by relevance
/third_party/pulseaudio/src/utils/
H
A
D
pacmd.c
185
buf_size =
pa_pipe_buf
(fd);
in main()
186
ibuf_size = PA_MIN(buf_size,
pa_pipe_buf
(STDIN_FILENO));
in main()
188
obuf_size = PA_MIN(buf_size,
pa_pipe_buf
(STDOUT_FILENO));
in main()
/third_party/pulseaudio/src/modules/
H
A
D
module-pipe-source.c
144
u->memchunk.memblock = pa_memblock_new(u->core->mempool,
pa_pipe_buf
(u->fd));
in thread_func()
296
pa_source_set_fixed_latency(u->source, pa_bytes_to_usec(
pa_pipe_buf
(u->fd), &u->source->sample_spec));
in pa__init()
H
A
D
module-pipe-sink.c
529
u->buffer_size = pa_frame_align(
pa_pipe_buf
(u->fd), &u->sink->sample_spec);
in pa__init()
/third_party/pulseaudio/src/pulsecore/
H
A
D
core-util.h
292
size_t
pa_pipe_buf
(int fd);
H
A
D
core-util.c
3542
size_t
pa_pipe_buf
(int fd) {
in pa_pipe_buf()
function
Completed in 7 milliseconds