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:ceu_fmt
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/
H
A
D
renesas-ceu.c
217
*
ceu_fmt
- describe a memory output format supported by CEU interface.
222
struct
ceu_fmt
{
struct
234
static const struct
ceu_fmt
ceu_fmt_list[] = {
269
static const struct
ceu_fmt
*get_ceu_fmt_from_fourcc(unsigned int fourcc)
in get_ceu_fmt_from_fourcc()
271
const struct
ceu_fmt
*fmt = &ceu_fmt_list[0];
in get_ceu_fmt_from_fourcc()
575
* @
ceu_fmt
: Active image format.
579
const struct
ceu_fmt
*
ceu_fmt
,
in ceu_calc_plane_sizes()
590
bpl = pix->width *
ceu_fmt
->bpp / 8;
in ceu_calc_plane_sizes()
797
const struct
ceu_fmt
*ceu_fm
in __ceu_try_fmt()
local
578
ceu_calc_plane_sizes(struct ceu_device *ceudev, const struct
ceu_fmt
*
ceu_fmt
, struct v4l2_pix_format_mplane *pix)
ceu_calc_plane_sizes()
argument
1279
const struct
ceu_fmt
*
ceu_fmt
;
ceu_enum_framesizes()
local
1311
const struct
ceu_fmt
*
ceu_fmt
;
ceu_enum_frameintervals()
local
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/renesas/
H
A
D
renesas-ceu.c
216
*
ceu_fmt
- describe a memory output format supported by CEU interface.
221
struct
ceu_fmt
{
struct
233
static const struct
ceu_fmt
ceu_fmt_list[] = {
268
static const struct
ceu_fmt
*get_ceu_fmt_from_fourcc(unsigned int fourcc)
in get_ceu_fmt_from_fourcc()
270
const struct
ceu_fmt
*fmt = &ceu_fmt_list[0];
in get_ceu_fmt_from_fourcc()
574
* @
ceu_fmt
: Active image format.
578
const struct
ceu_fmt
*
ceu_fmt
,
in ceu_calc_plane_sizes()
589
bpl = pix->width *
ceu_fmt
->bpp / 8;
in ceu_calc_plane_sizes()
790
const struct
ceu_fmt
*ceu_fm
in __ceu_try_fmt()
local
577
ceu_calc_plane_sizes(struct ceu_device *ceudev, const struct
ceu_fmt
*
ceu_fmt
, struct v4l2_pix_format_mplane *pix)
ceu_calc_plane_sizes()
argument
1272
const struct
ceu_fmt
*
ceu_fmt
;
ceu_enum_framesizes()
local
1304
const struct
ceu_fmt
*
ceu_fmt
;
ceu_enum_frameintervals()
local
[all...]
Completed in 5 milliseconds