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:ext_data_size
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/sof/
H
A
D
compress.c
174
size_t
ext_data_size
;
in sof_compr_set_params()
local
193
ext_data_size
= sizeof(params->codec);
in sof_compr_set_params()
195
if (sizeof(*pcm) +
ext_data_size
> sdev->ipc->max_payload_size)
in sof_compr_set_params()
198
pcm = kzalloc(sizeof(*pcm) +
ext_data_size
, GFP_KERNEL);
in sof_compr_set_params()
213
pcm->hdr.size = sizeof(*pcm) +
ext_data_size
;
in sof_compr_set_params()
217
pcm->params.hdr.size = sizeof(pcm->params) +
ext_data_size
;
in sof_compr_set_params()
228
pcm->params.ext_data_length =
ext_data_size
;
in sof_compr_set_params()
230
memcpy((u8 *)pcm->params.ext_data, ¶ms->codec,
ext_data_size
);
in sof_compr_set_params()
232
ret = sof_ipc_tx_message(sdev->ipc, pcm, sizeof(*pcm) +
ext_data_size
,
in sof_compr_set_params()
/kernel/linux/linux-6.6/drivers/media/platform/amphion/
H
A
D
vpu_malone.c
1225
u32
ext_data_size
= MALONE_VC1_RCV_SEQ_EXT_DATA_SIZE;
in set_vc1_rcv_seqhdr()
local
1236
dst[4] =
ext_data_size
;
in set_vc1_rcv_seqhdr()
1237
dst[5] =
ext_data_size
>> 8;
in set_vc1_rcv_seqhdr()
1238
dst[6] =
ext_data_size
>> 16;
in set_vc1_rcv_seqhdr()
1239
dst[7] =
ext_data_size
>> 24;
in set_vc1_rcv_seqhdr()
Completed in 5 milliseconds