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:period_bytes
(Results
1 - 4
of
4
) sorted by relevance
/third_party/alsa-utils/bat/
H
A
D
alsa.c
40
size_t
period_bytes
;
member
295
sndpcm->
period_bytes
= sndpcm->period_size * sndpcm->frame_bits / 8;
in set_snd_pcm_params()
296
sndpcm->buffer = (char *) malloc(sndpcm->
period_bytes
);
in set_snd_pcm_params()
299
sndpcm->
period_bytes
);
in set_snd_pcm_params()
351
int bytes = sndpcm->
period_bytes
; /* playback buffer size */
in latencytest_process_output()
384
int bytes = sndpcm->
period_bytes
; /* playback buffer size */
in write_to_pcm_loop()
573
size = (remain <= sndpcm->
period_bytes
) ?
in read_from_pcm_loop()
574
remain : sndpcm->
period_bytes
;
in read_from_pcm_loop()
613
int size = sndpcm->
period_bytes
;
in latencytest_process_input()
/third_party/alsa-lib/include/
H
A
D
topology.h
975
int
period_bytes
; /*!< size of period in bytes */
member
/third_party/alsa-lib/src/topology/
H
A
D
pcm.c
1741
strm->
period_bytes
= strm_tpl->
period_bytes
;
in tplg_add_stream_object()
2066
stream->
period_bytes
= pcm->stream[i].
period_bytes
;
in tplg_decode_pcm()
2217
stream->
period_bytes
= link->stream[i].
period_bytes
;
in tplg_decode_link()
/third_party/alsa-lib/include/sound/uapi/
H
A
D
asoc.h
329
__le32
period_bytes
; /* size of period in bytes */
member
Completed in 8 milliseconds