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:f_conf1
(Results
1 - 2
of
2
) sorted by relevance
/third_party/alsa-utils/topology/nhlt/intel/
H
A
D
dmic-nhlt.c
203
struct format_config
f_conf1
;
in nhlt_dmic_get_ep()
local
296
f_conf1
.format.wFormatTag = 0xFFFE;
in nhlt_dmic_get_ep()
297
f_conf1
.format.nSamplesPerSec = sample_rate;
in nhlt_dmic_get_ep()
298
f_conf1
.format.nChannels = channel_count;
in nhlt_dmic_get_ep()
299
f_conf1
.format.wBitsPerSample = bits_per_sample;
in nhlt_dmic_get_ep()
300
f_conf1
.format.nBlockAlign = channel_count * bits_per_sample / 8;
in nhlt_dmic_get_ep()
301
f_conf1
.format.nAvgBytesPerSec =
f_conf1
.format.nSamplesPerSec *
f_conf1
.format.nBlockAlign;
in nhlt_dmic_get_ep()
304
f_conf1
in nhlt_dmic_get_ep()
[all...]
H
A
D
ssp-nhlt.c
455
struct format_config
f_conf1
[8];
in nhlt_ssp_get_ep()
local
506
f_conf1
[i].format.wFormatTag = 0xFFFE;
in nhlt_ssp_get_ep()
516
f_conf1
[i].format.nChannels = channel_count;
in nhlt_ssp_get_ep()
517
f_conf1
[i].format.nSamplesPerSec = sample_rate;
in nhlt_ssp_get_ep()
518
f_conf1
[i].format.wBitsPerSample = bits_per_sample;
in nhlt_ssp_get_ep()
519
f_conf1
[i].format.nBlockAlign = channel_count * bits_per_sample / 8;
in nhlt_ssp_get_ep()
520
f_conf1
[i].format.nAvgBytesPerSec = sample_rate *
f_conf1
[i].format.nBlockAlign;
in nhlt_ssp_get_ep()
523
f_conf1
[i].format.cbSize = 22;
in nhlt_ssp_get_ep()
525
f_conf1
[
in nhlt_ssp_get_ep()
[all...]
Completed in 2 milliseconds