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:input_fmts
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/bridge/synopsys/
H
A
D
dw-hdmi.c
3519
u32 *
input_fmts
;
in dw_hdmi_bridge_atomic_get_input_bus_fmts()
local
3524
input_fmts
= kcalloc(MAX_INPUT_SEL_FORMATS, sizeof(*
input_fmts
), GFP_KERNEL);
in dw_hdmi_bridge_atomic_get_input_bus_fmts()
3525
if (!
input_fmts
) {
in dw_hdmi_bridge_atomic_get_input_bus_fmts()
3532
input_fmts
[i++] = MEDIA_BUS_FMT_RGB888_1X24;
in dw_hdmi_bridge_atomic_get_input_bus_fmts()
3536
input_fmts
[i++] = MEDIA_BUS_FMT_RGB888_1X24;
in dw_hdmi_bridge_atomic_get_input_bus_fmts()
3537
input_fmts
[i++] = MEDIA_BUS_FMT_YUV8_1X24;
in dw_hdmi_bridge_atomic_get_input_bus_fmts()
3538
input_fmts
[i++] = MEDIA_BUS_FMT_UYVY8_1X16;
in dw_hdmi_bridge_atomic_get_input_bus_fmts()
3541
input_fmts
[i++] = MEDIA_BUS_FMT_YUV8_1X24;
in dw_hdmi_bridge_atomic_get_input_bus_fmts()
3542
input_fmts
[
in dw_hdmi_bridge_atomic_get_input_bus_fmts()
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H
A
D
drm_atomic_helper.c
3628
u32 *
input_fmts
;
in drm_atomic_helper_bridge_propagate_bus_fmt()
local
3630
input_fmts
= kzalloc(sizeof(*
input_fmts
), GFP_KERNEL);
in drm_atomic_helper_bridge_propagate_bus_fmt()
3631
if (!
input_fmts
) {
in drm_atomic_helper_bridge_propagate_bus_fmt()
3637
input_fmts
[0] = output_fmt;
in drm_atomic_helper_bridge_propagate_bus_fmt()
3638
return
input_fmts
;
in drm_atomic_helper_bridge_propagate_bus_fmt()
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/
H
A
D
stream.c
28
static const struct capture_fmt
input_fmts
[] = {
variable
143
.fmts =
input_fmts
,
144
.fmt_size = ARRAY_SIZE(
input_fmts
),
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/ispp/
H
A
D
stream.c
28
static const struct capture_fmt
input_fmts
[] = {
variable
131
.fmts =
input_fmts
,
132
.fmt_size = ARRAY_SIZE(
input_fmts
),
Completed in 19 milliseconds