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:BUZ_MIN_WIDTH
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/media/zoran/
H
A
D
zoran_driver.c
174
if (height < BUZ_MIN_HEIGHT || width <
BUZ_MIN_WIDTH
||
in zoran_v4l_set_format()
436
v4l_bound_align_image(&fmt->fmt.pix.width,
BUZ_MIN_WIDTH
, BUZ_MAX_WIDTH, bpp == 2 ? 1 : 2,
in zoran_try_fmt_vid_cap()
549
if (fmt->fmt.pix.width <
BUZ_MIN_WIDTH
)
in zoran_s_fmt_vid_cap()
550
fmt->fmt.pix.width =
BUZ_MIN_WIDTH
;
in zoran_s_fmt_vid_cap()
683
sel->r.width =
BUZ_MIN_WIDTH
;
in zoran_g_selection()
H
A
D
zoran.h
50
#define
BUZ_MIN_WIDTH
32 /* never display less than 32 pixels */
macro
H
A
D
zoran_device.c
309
if (video_width <
BUZ_MIN_WIDTH
||
in zr36057_set_vfe()
/kernel/linux/linux-6.6/drivers/media/pci/zoran/
H
A
D
zoran_driver.c
172
if (height < BUZ_MIN_HEIGHT || width <
BUZ_MIN_WIDTH
||
in zoran_v4l_set_format()
421
v4l_bound_align_image(&fmt->fmt.pix.width,
BUZ_MIN_WIDTH
, BUZ_MAX_WIDTH,
in zoran_try_fmt_vid_cap()
538
if (fmt->fmt.pix.width <
BUZ_MIN_WIDTH
)
in zoran_s_fmt_vid_cap()
539
fmt->fmt.pix.width =
BUZ_MIN_WIDTH
;
in zoran_s_fmt_vid_cap()
641
sel->r.width =
BUZ_MIN_WIDTH
;
in zoran_g_selection()
H
A
D
zoran.h
53
#define
BUZ_MIN_WIDTH
32 /* never display less than 32 pixels */
macro
H
A
D
zoran_device.c
244
if (video_width <
BUZ_MIN_WIDTH
||
in zr36057_set_vfe()
Completed in 7 milliseconds