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:pin_format
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/sof/
H
A
D
ipc4-topology.c
205
struct sof_ipc4_pin_format *
pin_format
= &base_cfg_ext->pin_formats[i];
in sof_ipc4_get_input_pin_audio_fmt()
local
207
if (
pin_format
->pin_index == pin_index)
in sof_ipc4_get_input_pin_audio_fmt()
208
return &
pin_format
->audio_fmt;
in sof_ipc4_get_input_pin_audio_fmt()
1955
struct sof_ipc4_pin_format *
pin_format
, *format_list_to_search;
in sof_ipc4_process_set_pin_formats()
local
1974
pin_format
= &base_cfg_ext->pin_formats[i];
in sof_ipc4_process_set_pin_formats()
1979
pin_format
->buffer_size = process->base_config.ibs;
in sof_ipc4_process_set_pin_formats()
1980
pin_format
->audio_fmt = process->base_config.audio_fmt;
in sof_ipc4_process_set_pin_formats()
1982
pin_format
->buffer_size = process->base_config.obs;
in sof_ipc4_process_set_pin_formats()
1983
pin_format
->audio_fmt = process->output_format;
in sof_ipc4_process_set_pin_formats()
1997
*
pin_format
in sof_ipc4_process_set_pin_formats()
[all...]
/kernel/linux/linux-5.10/drivers/staging/media/ipu3/
H
A
D
ipu3-css-params.c
300
enum imgu_abi_frame_format
pin_format
[IMGU_ABI_OSYS_PINS];
member
397
reso.
pin_format
[IMGU_ABI_OSYS_PIN_OUT] =
in imgu_css_osys_calc_frame_and_stripe_params()
406
reso.
pin_format
[IMGU_ABI_OSYS_PIN_VF] =
in imgu_css_osys_calc_frame_and_stripe_params()
465
imgu_css_osys_set_format(reso.
pin_format
[pin], &format,
in imgu_css_osys_calc_frame_and_stripe_params()
/kernel/linux/linux-6.6/drivers/staging/media/ipu3/
H
A
D
ipu3-css-params.c
300
enum imgu_abi_frame_format
pin_format
[IMGU_ABI_OSYS_PINS];
member
397
reso.
pin_format
[IMGU_ABI_OSYS_PIN_OUT] =
in imgu_css_osys_calc_frame_and_stripe_params()
406
reso.
pin_format
[IMGU_ABI_OSYS_PIN_VF] =
in imgu_css_osys_calc_frame_and_stripe_params()
465
imgu_css_osys_set_format(reso.
pin_format
[pin], &format,
in imgu_css_osys_calc_frame_and_stripe_params()
Completed in 11 milliseconds