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:is_out_50hz
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/
H
A
D
ivtvfb.c
239
int osd_height_limit = itv->
is_out_50hz
? 576 : 480;
in ivtvfb_set_display_window()
460
if (itv->
is_out_50hz
&& trace > 312)
in ivtvfb_ioctl()
645
if (itv->
is_out_50hz
) {
in _ivtvfb_check_var()
776
if (var->upper_margin + var->yres > (itv->
is_out_50hz
? 577 : 481))
in _ivtvfb_check_var()
777
var->upper_margin = 1 + (((itv->
is_out_50hz
? 576 : 480) -
in _ivtvfb_check_var()
1005
max_height = itv->
is_out_50hz
? 576 : 480;
in ivtvfb_init_vidmode()
1011
osd_yres : itv->
is_out_50hz
? 480 : 400;
in ivtvfb_init_vidmode()
H
A
D
ivtv-ioctl.c
823
f->numerator = itv->
is_out_50hz
? 54 : 11;
in ivtv_g_pixelaspect()
824
f->denominator = itv->
is_out_50hz
? 59 : 10;
in ivtv_g_pixelaspect()
852
r.height = itv->
is_out_50hz
? 576 : 480;
in ivtv_s_selection()
909
r.height = itv->
is_out_50hz
? 576 : 480;
in ivtv_g_selection()
1127
itv->
is_out_50hz
= !itv->is_out_60hz;
in ivtv_s_std_dec()
1150
ivtv_vapi(itv, CX2341X_DEC_SET_STANDARD, 1, itv->
is_out_50hz
);
in ivtv_s_std_dec()
1154
itv->main_rect.height = itv->
is_out_50hz
? 576 : 480;
in ivtv_s_std_dec()
1160
yi->osd_full_h = itv->
is_out_50hz
? 576 : 480;
in ivtv_s_std_dec()
H
A
D
ivtv-driver.c
1148
itv->
is_out_50hz
= 1;
in ivtv_probe()
1152
itv->yuv_info.osd_full_h = itv->
is_out_50hz
? 576 : 480;
in ivtv_probe()
H
A
D
ivtv-driver.h
652
u8
is_out_50hz
/* 1 if the current TV output standard is 50 Hz */;
member
H
A
D
ivtv-streams.c
699
height = itv->
is_out_50hz
? 576 : 480;
in ivtv_setup_v4l2_decode_stream()
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/
H
A
D
ivtvfb.c
239
int osd_height_limit = itv->
is_out_50hz
? 576 : 480;
in ivtvfb_set_display_window()
460
if (itv->
is_out_50hz
&& trace > 312)
in ivtvfb_ioctl()
645
if (itv->
is_out_50hz
) {
in _ivtvfb_check_var()
776
if (var->upper_margin + var->yres > (itv->
is_out_50hz
? 577 : 481))
in _ivtvfb_check_var()
777
var->upper_margin = 1 + (((itv->
is_out_50hz
? 576 : 480) -
in _ivtvfb_check_var()
1005
max_height = itv->
is_out_50hz
? 576 : 480;
in ivtvfb_init_vidmode()
1011
osd_yres : itv->
is_out_50hz
? 480 : 400;
in ivtvfb_init_vidmode()
H
A
D
ivtv-ioctl.c
817
f->numerator = itv->
is_out_50hz
? 54 : 11;
in ivtv_g_pixelaspect()
818
f->denominator = itv->
is_out_50hz
? 59 : 10;
in ivtv_g_pixelaspect()
846
r.height = itv->
is_out_50hz
? 576 : 480;
in ivtv_s_selection()
903
r.height = itv->
is_out_50hz
? 576 : 480;
in ivtv_g_selection()
1121
itv->
is_out_50hz
= !itv->is_out_60hz;
in ivtv_s_std_dec()
1144
ivtv_vapi(itv, CX2341X_DEC_SET_STANDARD, 1, itv->
is_out_50hz
);
in ivtv_s_std_dec()
1148
itv->main_rect.height = itv->
is_out_50hz
? 576 : 480;
in ivtv_s_std_dec()
1154
yi->osd_full_h = itv->
is_out_50hz
? 576 : 480;
in ivtv_s_std_dec()
H
A
D
ivtv-driver.c
1150
itv->
is_out_50hz
= 1;
in ivtv_probe()
1154
itv->yuv_info.osd_full_h = itv->
is_out_50hz
? 576 : 480;
in ivtv_probe()
H
A
D
ivtv-driver.h
650
u8
is_out_50hz
/* 1 if the current TV output standard is 50 Hz */;
member
H
A
D
ivtv-streams.c
699
height = itv->
is_out_50hz
? 576 : 480;
in ivtv_setup_v4l2_decode_stream()
Completed in 19 milliseconds