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:tvn
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/media/zoran/
H
A
D
zoran_device.c
293
const struct tvnorm *
tvn
;
in zr36057_set_vfe()
local
302
tvn
= zr->timing;
in zr36057_set_vfe()
304
wa =
tvn
->wa;
in zr36057_set_vfe()
305
ha =
tvn
->ha;
in zr36057_set_vfe()
320
X = DIV_ROUND_UP(VidWinWid * 64,
tvn
->wa);
in zr36057_set_vfe()
323
hcrop1 = 2 * ((
tvn
->wa - We) / 4);
in zr36057_set_vfe()
324
hcrop2 =
tvn
->wa - We - hcrop1;
in zr36057_set_vfe()
325
h_start =
tvn
->h_start ?
tvn
->h_start : 1;
in zr36057_set_vfe()
334
HEnd = h_start +
tvn
in zr36057_set_vfe()
482
const struct
tvn
orm *
tvn
;
zr36057_set_jpg()
local
[all...]
H
A
D
zoran_card.c
328
.
tvn
= {
358
.
tvn
= {
387
.
tvn
= {
418
.
tvn
= {
449
.
tvn
= {
478
.
tvn
= {
507
.
tvn
= {
536
.
tvn
= {
574
.
tvn
= {
897
zr->timing = zr->card.
tvn
[ZR_NORM_PA
in zr36057_init()
[all...]
H
A
D
zoran.h
187
const struct tvnorm *
tvn
[3]; /* supported TV norms */
member
H
A
D
zoran_driver.c
215
zr->timing = zr->card.
tvn
[ZR_NORM_SECAM];
in zoran_set_norm()
217
zr->timing = zr->card.
tvn
[ZR_NORM_NTSC];
in zoran_set_norm()
219
zr->timing = zr->card.
tvn
[ZR_NORM_PAL];
in zoran_set_norm()
/kernel/linux/linux-6.6/drivers/media/pci/zoran/
H
A
D
zoran_device.c
228
const struct tvnorm *
tvn
;
in zr36057_set_vfe()
local
237
tvn
= zr->timing;
in zr36057_set_vfe()
239
wa =
tvn
->wa;
in zr36057_set_vfe()
240
ha =
tvn
->ha;
in zr36057_set_vfe()
255
X = DIV_ROUND_UP(vid_win_wid * 64,
tvn
->wa);
in zr36057_set_vfe()
258
hcrop1 = 2 * ((
tvn
->wa - we) / 4);
in zr36057_set_vfe()
259
hcrop2 =
tvn
->wa - we - hcrop1;
in zr36057_set_vfe()
260
h_start =
tvn
->h_start ?
tvn
->h_start : 1;
in zr36057_set_vfe()
269
h_end = h_start +
tvn
in zr36057_set_vfe()
420
const struct
tvn
orm *
tvn
;
zr36057_set_jpg()
local
[all...]
H
A
D
zoran_card.c
386
.
tvn
= {
416
.
tvn
= {
445
.
tvn
= {
476
.
tvn
= {
507
.
tvn
= {
536
.
tvn
= {
565
.
tvn
= {
594
.
tvn
= {
635
.
tvn
= {
1002
zr->timing = zr->card.
tvn
[ZR_NORM_PA
in zr36057_init()
[all...]
H
A
D
zoran.h
180
const struct tvnorm *
tvn
[3]; /* supported TV norms */
member
H
A
D
zoran_driver.c
212
zr->timing = zr->card.
tvn
[ZR_NORM_SECAM];
in zoran_set_norm()
214
zr->timing = zr->card.
tvn
[ZR_NORM_NTSC];
in zoran_set_norm()
216
zr->timing = zr->card.
tvn
[ZR_NORM_PAL];
in zoran_set_norm()
Completed in 9 milliseconds