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:full_csc
(Results
1 - 8
of
8
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/
H
A
D
rga2_reg_info.c
907
reg = ((reg & (~m_RGA2_DST_INFO_SW_DST_CSC_MODE_2)) | (s_RGA2_DST_INFO_SW_DST_CSC_MODE_2(msg->
full_csc
.flag)));
in RGA2_set_reg_dst_info()
1230
*bRGA2_DST_CSC_00 = msg->
full_csc
.coe_y.r_v;
in RGA2_set_reg_full_csc()
1231
*bRGA2_DST_CSC_01 = msg->
full_csc
.coe_y.g_y;
in RGA2_set_reg_full_csc()
1232
*bRGA2_DST_CSC_02 = msg->
full_csc
.coe_y.b_u;
in RGA2_set_reg_full_csc()
1233
*bRGA2_DST_CSC_OFF0 = msg->
full_csc
.coe_y.off;
in RGA2_set_reg_full_csc()
1235
*bRGA2_DST_CSC_10 = msg->
full_csc
.coe_u.r_v;
in RGA2_set_reg_full_csc()
1236
*bRGA2_DST_CSC_11 = msg->
full_csc
.coe_u.g_y;
in RGA2_set_reg_full_csc()
1237
*bRGA2_DST_CSC_12 = msg->
full_csc
.coe_u.b_u;
in RGA2_set_reg_full_csc()
1238
*bRGA2_DST_CSC_OFF1 = msg->
full_csc
.coe_u.off;
in RGA2_set_reg_full_csc()
1240
*bRGA2_DST_CSC_20 = msg->
full_csc
in RGA2_set_reg_full_csc()
[all...]
H
A
D
rga2.h
400
full_csc_t
full_csc
; /* full color space convert */
member
453
full_csc_t
full_csc
; /* full color space convert */
member
545
full_csc_t
full_csc
; /* full color space convert */
member
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/
H
A
D
rga2_reg_info.c
1022
(s_RGA2_DST_INFO_SW_DST_CSC_MODE_2(msg->
full_csc
.flag)));
in RGA2_set_reg_dst_info()
1419
*bRGA2_DST_CSC_00 = msg->
full_csc
.coe_y.r_v;
in RGA2_set_reg_full_csc()
1420
*bRGA2_DST_CSC_01 = msg->
full_csc
.coe_y.g_y;
in RGA2_set_reg_full_csc()
1421
*bRGA2_DST_CSC_02 = msg->
full_csc
.coe_y.b_u;
in RGA2_set_reg_full_csc()
1422
*bRGA2_DST_CSC_OFF0 = msg->
full_csc
.coe_y.off;
in RGA2_set_reg_full_csc()
1424
*bRGA2_DST_CSC_10 = msg->
full_csc
.coe_u.r_v;
in RGA2_set_reg_full_csc()
1425
*bRGA2_DST_CSC_11 = msg->
full_csc
.coe_u.g_y;
in RGA2_set_reg_full_csc()
1426
*bRGA2_DST_CSC_12 = msg->
full_csc
.coe_u.b_u;
in RGA2_set_reg_full_csc()
1427
*bRGA2_DST_CSC_OFF1 = msg->
full_csc
.coe_u.off;
in RGA2_set_reg_full_csc()
1429
*bRGA2_DST_CSC_20 = msg->
full_csc
in RGA2_set_reg_full_csc()
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/include/
H
A
D
rga.h
457
struct rga_full_csc_t
full_csc
;
member
580
struct rga_full_csc_t
full_csc
;
member
/device/soc/rockchip/common/hardware/rga/include/
H
A
D
rga.h
365
full_csc_t
full_csc
; /* full color space convert */
member
/device/soc/rockchip/rk3399/hardware/rga/include/
H
A
D
rga.h
373
full_csc_t
full_csc
; /* full color space convert */
member
/device/soc/rockchip/rk3568/hardware/rga/include/
H
A
D
rga.h
373
full_csc_t
full_csc
; /* full color space convert */
member
/device/soc/rockchip/rk3588/hardware/rga/include/
H
A
D
rga.h
551
full_csc_t
full_csc
; /* full color space convert */
member
Completed in 11 milliseconds