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:c_width
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/s5p-g2d/
H
A
D
g2d-hw.c
89
w((src->
c_width
<< 16) / dst->
c_width
, SRC_XSCALE_REG);
in g2d_set_v41_stretch()
H
A
D
g2d.c
62
.
c_width
= DEFAULT_WIDTH,
391
frm->
c_width
= frm->width;
in vidioc_s_fmt()
432
s->r.width = f->
c_width
;
in vidioc_g_selection()
492
f->
c_width
= s->r.width;
in vidioc_s_selection()
497
f->right = f->o_width + f->
c_width
;
in vidioc_s_selection()
528
if (ctx->in.
c_width
!= ctx->out.
c_width
||
in device_run()
H
A
D
g2d.h
37
u32
c_width
;
member
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-g2d/
H
A
D
g2d-hw.c
89
w((src->
c_width
<< 16) / dst->
c_width
, SRC_XSCALE_REG);
in g2d_set_v41_stretch()
H
A
D
g2d.c
62
.
c_width
= DEFAULT_WIDTH,
391
frm->
c_width
= frm->width;
in vidioc_s_fmt()
432
s->r.width = f->
c_width
;
in vidioc_g_selection()
492
f->
c_width
= s->r.width;
in vidioc_s_selection()
497
f->right = f->o_width + f->
c_width
;
in vidioc_s_selection()
528
if (ctx->in.
c_width
!= ctx->out.
c_width
||
in device_run()
H
A
D
g2d.h
37
u32
c_width
;
member
/kernel/linux/linux-6.6/drivers/media/platform/st/stm32/dma2d/
H
A
D
dma2d.h
63
u32
c_width
;
member
H
A
D
dma2d.c
460
frm->
c_width
= frm->width;
in vidioc_s_fmt()
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
H
A
D
bttv-risc.c
378
unsigned int
c_width
;
in bttv_calc_geo()
local
395
c_width
= min((unsigned int) crop->width, width * 16);
in bttv_calc_geo()
399
geo->hscale = (
c_width
* 4096U + (width >> 1)) / width - 4096;
in bttv_calc_geo()
401
geo->hdelay = ((crop->left * width +
c_width
) /
c_width
) & ~1;
in bttv_calc_geo()
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/
H
A
D
bttv-risc.c
289
unsigned int
c_width
;
in bttv_calc_geo()
local
306
c_width
= min((unsigned int) crop->width, width * 16);
in bttv_calc_geo()
310
geo->hscale = (
c_width
* 4096U + (width >> 1)) / width - 4096;
in bttv_calc_geo()
312
geo->hdelay = ((crop->left * width +
c_width
) /
c_width
) & ~1;
in bttv_calc_geo()
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/sec/
H
A
D
sec_algs.c
26
unsigned
c_width
: 2;
member
136
req->w0 |= cfg->
c_width
<< SEC_BD_W0_C_WIDTH_S;
in sec_alg_skcipher_init_template()
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/sec/
H
A
D
sec_algs.c
26
unsigned
c_width
: 2;
member
136
req->w0 |= cfg->
c_width
<< SEC_BD_W0_C_WIDTH_S;
in sec_alg_skcipher_init_template()
Completed in 10 milliseconds