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:scaler_format
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/platform/microchip/
H
A
D
microchip-isc-scaler.c
43
format->format = isc->
scaler_format
[format->pad];
in isc_scaler_get_fmt()
59
req_fmt->format = isc->
scaler_format
[ISC_SCALER_PAD_SOURCE];
in isc_scaler_set_fmt()
93
isc->
scaler_format
[ISC_SCALER_PAD_SINK] = req_fmt->format;
in isc_scaler_set_fmt()
96
isc->
scaler_format
[ISC_SCALER_PAD_SOURCE] =
in isc_scaler_set_fmt()
97
isc->
scaler_format
[ISC_SCALER_PAD_SINK];
in isc_scaler_set_fmt()
99
(&isc->
scaler_format
[ISC_SCALER_PAD_SOURCE].width, 16,
in isc_scaler_set_fmt()
101
&isc->
scaler_format
[ISC_SCALER_PAD_SOURCE].height, 16,
in isc_scaler_set_fmt()
139
sel->r.height = isc->
scaler_format
[ISC_SCALER_PAD_SOURCE].height;
in isc_scaler_g_sel()
140
sel->r.width = isc->
scaler_format
[ISC_SCALER_PAD_SOURCE].width;
in isc_scaler_g_sel()
156
*v4l2_try_fmt = isc->
scaler_format
[ISC_SCALER_PAD_SOURC
in isc_scaler_init_cfg()
[all...]
H
A
D
microchip-isc.h
279
* @
scaler_format
: current format for the scaler subdevice
380
struct v4l2_mbus_framefmt
scaler_format
[ISC_SCALER_PADS_NUM];
member
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/
H
A
D
exynos_drm_scaler.c
50
struct
scaler_format
{
struct
57
static const struct
scaler_format
scaler_formats[] = {
81
static const struct
scaler_format
*scaler_get_format(u32 drm_fmt)
in scaler_get_format()
181
const struct
scaler_format
*fmt)
in scaler_set_src_luma_chroma_pos()
364
const struct
scaler_format
*src_fmt, *dst_fmt;
in scaler_commit()
/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/
H
A
D
exynos_drm_scaler.c
51
struct
scaler_format
{
struct
58
static const struct
scaler_format
scaler_formats[] = {
82
static const struct
scaler_format
*scaler_get_format(u32 drm_fmt)
in scaler_get_format()
182
const struct
scaler_format
*fmt)
in scaler_set_src_luma_chroma_pos()
365
const struct
scaler_format
*src_fmt, *dst_fmt;
in scaler_commit()
Completed in 4 milliseconds