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:min_scaled_width
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
H
A
D
bttvp.h
199
__s32
min_scaled_width
;
member
H
A
D
bttv-driver.c
1094
c->
min_scaled_width
= 48;
in bttv_crop_calc_limits()
1097
c->
min_scaled_width
=
in bttv_crop_calc_limits()
1566
if (width < c.
min_scaled_width
||
in bttv_prepare_buffer()
1908
if (width < c->
min_scaled_width
) {
in bttv_crop_adjust()
2001
min_width = c->
min_scaled_width
;
in limit_scaled_size_lock()
2849
if (fh->width < c.
min_scaled_width
) {
in bttv_s_selection()
2850
fh->width = c.
min_scaled_width
;
in bttv_s_selection()
2851
btv->init.width = c.
min_scaled_width
;
in bttv_s_selection()
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/
H
A
D
bttvp.h
187
__s32
min_scaled_width
;
member
H
A
D
bttv-driver.c
1079
c->
min_scaled_width
= 48;
in bttv_crop_calc_limits()
1082
c->
min_scaled_width
=
in bttv_crop_calc_limits()
1805
if (width < c->
min_scaled_width
) {
in bttv_crop_adjust()
1893
min_width = c->
min_scaled_width
;
in limit_scaled_size_lock()
2296
if (btv->width < c.
min_scaled_width
)
in bttv_s_selection()
2297
btv->width = c.
min_scaled_width
;
in bttv_s_selection()
Completed in 12 milliseconds