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:scaling_lists
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/
H
A
D
hantro_hevc.c
221
if (hevc_dec->
scaling_lists
.cpu)
in hantro_hevc_dec_exit()
222
dma_free_coherent(vpu->dev, hevc_dec->
scaling_lists
.size,
in hantro_hevc_dec_exit()
223
hevc_dec->
scaling_lists
.cpu,
in hantro_hevc_dec_exit()
224
hevc_dec->
scaling_lists
.dma);
in hantro_hevc_dec_exit()
225
hevc_dec->
scaling_lists
.cpu = NULL;
in hantro_hevc_dec_exit()
268
hevc_dec->
scaling_lists
.cpu = dma_alloc_coherent(vpu->dev, SCALING_LIST_SIZE,
in hantro_hevc_dec_init()
269
&hevc_dec->
scaling_lists
.dma,
in hantro_hevc_dec_init()
271
if (!hevc_dec->
scaling_lists
.cpu)
in hantro_hevc_dec_init()
274
hevc_dec->
scaling_lists
.size = SCALING_LIST_SIZE;
in hantro_hevc_dec_init()
H
A
D
hantro_hw.h
140
* @
scaling_lists
: Scaling lists buffer
152
struct hantro_aux_buf
scaling_lists
;
member
H
A
D
hantro_g2_hevc_dec.c
534
u8 *p = ((u8 *)ctx->hevc_dec.
scaling_lists
.cpu);
in prepare_scaling_list_buffer()
575
hantro_write_addr(vpu, G2_HEVC_SCALING_LIST_ADDR, ctx->hevc_dec.
scaling_lists
.dma);
in prepare_scaling_list_buffer()
Completed in 3 milliseconds