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:colorspaces
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/
H
A
D
drm_connector.c
2142
* and get supported
colorspaces
. Use this property and switch to the
2143
* one supported. Sink supported
colorspaces
should be retrieved by
2154
* Because between HDMI and DP have different
colorspaces
,
2163
u32
colorspaces
= supported_colorspaces | BIT(DRM_MODE_COLORIMETRY_DEFAULT);
in drm_mode_create_colorspace_property()
local
2171
drm_err(dev, "No supported
colorspaces
provded on [CONNECTOR:%d:%s]\n",
in drm_mode_create_colorspace_property()
2184
if ((
colorspaces
& BIT(i)) == 0)
in drm_mode_create_colorspace_property()
2217
u32
colorspaces
;
in drm_mode_create_hdmi_colorspace_property()
local
2220
colorspaces
= supported_colorspaces & hdmi_colorspaces;
in drm_mode_create_hdmi_colorspace_property()
2222
colorspaces
= hdmi_colorspaces;
in drm_mode_create_hdmi_colorspace_property()
2224
return drm_mode_create_colorspace_property(connector,
colorspaces
);
in drm_mode_create_hdmi_colorspace_property()
2242
u32
colorspaces
;
drm_mode_create_dp_colorspace_property()
local
[all...]
/kernel/linux/linux-5.10/drivers/media/common/v4l2-tpg/
H
A
D
v4l2-tpg-colors.c
3
* v4l2-tpg-colors.c - A table that converts colors to various
colorspaces
6
* For testing
colorspaces
the first 8 colors of that table need to be
33
* to other
colorspaces
will never lead to out-of-gamut colors.
1314
static const unsigned
colorspaces
[] = {
in main()
local
1389
if (
colorspaces
[c] == 0)
in main()
/kernel/linux/linux-6.6/drivers/media/common/v4l2-tpg/
H
A
D
v4l2-tpg-colors.c
3
* v4l2-tpg-colors.c - A table that converts colors to various
colorspaces
6
* For testing
colorspaces
the first 8 colors of that table need to be
33
* to other
colorspaces
will never lead to out-of-gamut colors.
1314
static const unsigned
colorspaces
[] = {
in main()
local
1389
if (
colorspaces
[c] == 0)
in main()
/kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/
H
A
D
vivid-ctrls.c
367
static const u32
colorspaces
[] = {
in vivid_vid_cap_s_ctrl()
local
387
tpg_s_colorspace(&dev->tpg,
colorspaces
[ctrl->val]);
in vivid_vid_cap_s_ctrl()
/kernel/linux/linux-6.6/drivers/media/test-drivers/vivid/
H
A
D
vivid-ctrls.c
444
static const u32
colorspaces
[] = {
in vivid_vid_cap_s_ctrl()
local
464
tpg_s_colorspace(&dev->tpg,
colorspaces
[ctrl->val]);
in vivid_vid_cap_s_ctrl()
Completed in 13 milliseconds