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:conceal_color
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/
H
A
D
vdec_ctrls.c
40
ctr->
conceal_color
= *ctrl->p_new.p_s64;
in vdec_op_s_ctrl()
H
A
D
core.h
244
u64
conceal_color
;
member
H
A
D
vdec.c
714
conceal = ctr->
conceal_color
& 0xffff;
in vdec_set_properties()
715
conceal |= ((ctr->
conceal_color
>> 16) & 0xffff) << 10;
in vdec_set_properties()
716
conceal |= ((ctr->
conceal_color
>> 32) & 0xffff) << 20;
in vdec_set_properties()
H
A
D
hfi_cmds.c
774
color->
conceal_color
= *in & 0xff;
in pkt_session_set_property_1x()
775
color->
conceal_color
|= ((*in >> 10) & 0xff) << 8;
in pkt_session_set_property_1x()
776
color->
conceal_color
|= ((*in >> 20) & 0xff) << 16;
in pkt_session_set_property_1x()
H
A
D
hfi_helper.h
729
u32
conceal_color
;
member
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/
H
A
D
hfi_helper.h
671
u32
conceal_color
;
member
H
A
D
hfi_cmds.c
763
color->
conceal_color
= *in;
in pkt_session_set_property_1x()
Completed in 16 milliseconds