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:bpl_max
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/
H
A
D
ispvideo.h
161
unsigned int
bpl_max
; /* maximum bytes per line value */
member
H
A
D
ispvideo.c
165
if (video->
bpl_max
)
in isp_video_mbus_to_pix()
166
bpl = clamp(bpl, min_bpl, video->
bpl_max
);
in isp_video_mbus_to_pix()
H
A
D
ispccp2.c
1100
ccp2->video_in.
bpl_max
= 0xffffffe0;
in ccp2_init_entities()
H
A
D
ispcsi2.c
1257
csi2->video_out.
bpl_max
= 0x1ffe0;
in csi2_init_entities()
/kernel/linux/linux-5.10/drivers/staging/media/omap4iss/
H
A
D
iss_video.h
153
unsigned int
bpl_max
; /* maximum bytes per line value */
member
H
A
D
iss_video.c
144
if (video->
bpl_max
)
in iss_video_mbus_to_pix()
145
bpl = clamp(bpl, min_bpl, video->
bpl_max
);
in iss_video_mbus_to_pix()
H
A
D
iss_ipipeif.c
759
ipipeif->video_out.
bpl_max
= 0x1ffe0;
in ipipeif_init_entities()
H
A
D
iss_resizer.c
801
resizer->video_out.
bpl_max
= 0x1ffe0;
in resizer_init_entities()
H
A
D
iss_csi2.c
1286
csi2->video_out.
bpl_max
= 0x1ffe0;
in csi2_init_entities()
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap3isp/
H
A
D
ispvideo.h
168
unsigned int
bpl_max
; /* maximum bytes per line value */
member
H
A
D
ispvideo.c
165
if (video->
bpl_max
)
in isp_video_mbus_to_pix()
166
bpl = clamp(bpl, min_bpl, video->
bpl_max
);
in isp_video_mbus_to_pix()
H
A
D
ispccp2.c
1109
ccp2->video_in.
bpl_max
= 0xffffffe0;
in ccp2_init_entities()
H
A
D
ispcsi2.c
1266
csi2->video_out.
bpl_max
= 0x1ffe0;
in csi2_init_entities()
/kernel/linux/linux-6.6/drivers/staging/media/omap4iss/
H
A
D
iss_video.h
159
unsigned int
bpl_max
; /* maximum bytes per line value */
member
H
A
D
iss_video.c
142
if (video->
bpl_max
)
in iss_video_mbus_to_pix()
143
bpl = clamp(bpl, min_bpl, video->
bpl_max
);
in iss_video_mbus_to_pix()
H
A
D
iss_ipipeif.c
766
ipipeif->video_out.
bpl_max
= 0x1ffe0;
in ipipeif_init_entities()
H
A
D
iss_resizer.c
806
resizer->video_out.
bpl_max
= 0x1ffe0;
in resizer_init_entities()
H
A
D
iss_csi2.c
1289
csi2->video_out.
bpl_max
= 0x1ffe0;
in csi2_init_entities()
Completed in 22 milliseconds