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:oss_buffer_size
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/sound/core/oss/
H
A
D
pcm_oss.c
686
ssize_t
oss_buffer_size
;
in snd_pcm_oss_period_size()
local
695
oss_buffer_size
= snd_pcm_hw_param_value_max(slave_params,
in snd_pcm_oss_period_size()
698
if (
oss_buffer_size
<= 0)
in snd_pcm_oss_period_size()
700
oss_buffer_size
= snd_pcm_plug_client_size(substream,
in snd_pcm_oss_period_size()
701
oss_buffer_size
* oss_frame_size);
in snd_pcm_oss_period_size()
702
if (
oss_buffer_size
<= 0)
in snd_pcm_oss_period_size()
704
oss_buffer_size
= rounddown_pow_of_two(
oss_buffer_size
);
in snd_pcm_oss_period_size()
706
if (
oss_buffer_size
> runtime->oss.mmap_bytes)
in snd_pcm_oss_period_size()
707
oss_buffer_size
in snd_pcm_oss_period_size()
851
ssize_t
oss_buffer_size
, oss_period_size;
snd_pcm_oss_change_params_locked()
local
[all...]
/kernel/linux/linux-6.6/sound/core/oss/
H
A
D
pcm_oss.c
686
ssize_t
oss_buffer_size
;
in snd_pcm_oss_period_size()
local
695
oss_buffer_size
= snd_pcm_hw_param_value_max(slave_params,
in snd_pcm_oss_period_size()
698
if (
oss_buffer_size
<= 0)
in snd_pcm_oss_period_size()
700
oss_buffer_size
= snd_pcm_plug_client_size(substream,
in snd_pcm_oss_period_size()
701
oss_buffer_size
* oss_frame_size);
in snd_pcm_oss_period_size()
702
if (
oss_buffer_size
<= 0)
in snd_pcm_oss_period_size()
704
oss_buffer_size
= rounddown_pow_of_two(
oss_buffer_size
);
in snd_pcm_oss_period_size()
706
if (
oss_buffer_size
> runtime->oss.mmap_bytes)
in snd_pcm_oss_period_size()
707
oss_buffer_size
in snd_pcm_oss_period_size()
862
ssize_t
oss_buffer_size
, oss_period_size;
snd_pcm_oss_change_params_locked()
local
[all...]
Completed in 5 milliseconds