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:film_grain
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/
H
A
D
rockchip_vpu981_hw_av1_dec.c
337
if (av1_dec->
film_grain
.cpu)
in rockchip_vpu981_av1_dec_exit()
338
dma_free_coherent(vpu->dev, av1_dec->
film_grain
.size,
in rockchip_vpu981_av1_dec_exit()
339
av1_dec->
film_grain
.cpu,
in rockchip_vpu981_av1_dec_exit()
340
av1_dec->
film_grain
.dma);
in rockchip_vpu981_av1_dec_exit()
341
av1_dec->
film_grain
.cpu = NULL;
in rockchip_vpu981_av1_dec_exit()
383
av1_dec->
film_grain
.cpu = dma_alloc_coherent(vpu->dev,
in rockchip_vpu981_av1_dec_init()
385
&av1_dec->
film_grain
.dma,
in rockchip_vpu981_av1_dec_init()
387
if (!av1_dec->
film_grain
.cpu)
in rockchip_vpu981_av1_dec_init()
389
av1_dec->
film_grain
.size = ALIGN(sizeof(struct rockchip_av1_film_grain), 2048);
in rockchip_vpu981_av1_dec_init()
440
ctrls->
film_grain
in rockchip_vpu981_av1_dec_prepare_run()
1229
const struct v4l2_ctrl_av1_
film_grain
*
film_grain
= ctrls->
film_grain
;
rockchip_vpu981_av1_dec_set_fgs()
local
[all...]
H
A
D
hantro_hw.h
260
* @
film_grain
: AV1 Film Grain
266
const struct v4l2_ctrl_av1_film_grain *
film_grain
;
member
292
* @
film_grain
: film grain buffer
317
struct hantro_aux_buf
film_grain
;
member
Completed in 4 milliseconds