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:enc_in_encoding
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/gpu/drm/bridge/synopsys/
H
A
D
dw-hdmi-qp.c
380
unsigned int
enc_in_encoding
;
member
1169
if (hdmi->hdmi_data.
enc_in_encoding
== V4L2_YCBCR_ENC_XV601) {
in hdmi_config_AVI()
1177
if (hdmi->hdmi_data.
enc_in_encoding
== V4L2_YCBCR_ENC_XV709) {
in hdmi_config_AVI()
1185
if (hdmi->hdmi_data.
enc_in_encoding
== V4L2_YCBCR_ENC_BT2020) {
in hdmi_config_AVI()
1590
hdmi->hdmi_data.
enc_in_encoding
= hdmi->plat_data->get_enc_in_encoding(data);
in dw_hdmi_qp_setup()
1592
hdmi->hdmi_data.
enc_in_encoding
= hdmi->plat_data->input_bus_encoding;
in dw_hdmi_qp_setup()
1594
hdmi->hdmi_data.
enc_in_encoding
= V4L2_YCBCR_ENC_DEFAULT;
in dw_hdmi_qp_setup()
1890
hdmi->hdmi_data.
enc_in_encoding
= hdmi->plat_data->get_enc_in_encoding(data);
in dw_hdmi_connector_atomic_check()
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/bridge/synopsys/
H
A
D
dw-hdmi-qp.c
173
unsigned int
enc_in_encoding
;
member
993
if (hdmi->hdmi_data.
enc_in_encoding
== V4L2_YCBCR_ENC_XV601)
in hdmi_config_AVI()
1001
if (hdmi->hdmi_data.
enc_in_encoding
== V4L2_YCBCR_ENC_XV709)
in hdmi_config_AVI()
1009
if (hdmi->hdmi_data.
enc_in_encoding
== V4L2_YCBCR_ENC_BT2020)
in hdmi_config_AVI()
1433
hdmi->hdmi_data.
enc_in_encoding
=
in dw_hdmi_qp_setup()
1436
hdmi->hdmi_data.
enc_in_encoding
=
in dw_hdmi_qp_setup()
1439
hdmi->hdmi_data.
enc_in_encoding
= V4L2_YCBCR_ENC_DEFAULT;
in dw_hdmi_qp_setup()
1758
hdmi->hdmi_data.
enc_in_encoding
=
in dw_hdmi_connector_atomic_check()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/bridge/synopsys/
H
A
D
dw-hdmi.c
400
unsigned int
enc_in_encoding
;
member
2158
if (hdmi->hdmi_data.
enc_in_encoding
== V4L2_YCBCR_ENC_XV601) {
in hdmi_config_AVI()
2166
if (hdmi->hdmi_data.
enc_in_encoding
== V4L2_YCBCR_ENC_XV709) {
in hdmi_config_AVI()
2174
if (hdmi->hdmi_data.
enc_in_encoding
== V4L2_YCBCR_ENC_BT2020) {
in hdmi_config_AVI()
2689
hdmi->hdmi_data.
enc_in_encoding
= hdmi->plat_data->get_enc_in_encoding(data);
in dw_hdmi_setup()
2691
hdmi->hdmi_data.
enc_in_encoding
= hdmi->plat_data->input_bus_encoding;
in dw_hdmi_setup()
2693
hdmi->hdmi_data.
enc_in_encoding
= V4L2_YCBCR_ENC_DEFAULT;
in dw_hdmi_setup()
3081
hdmi->hdmi_data.
enc_in_encoding
= hdmi->plat_data->get_enc_in_encoding(data);
in dw_hdmi_connector_atomic_check()
Completed in 17 milliseconds