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:STD_NTSC
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/tw5864/
H
A
D
tw5864-video.c
256
d1_height = (input->std ==
STD_NTSC
) ? 480 : 576;
in tw5864_enable_input()
357
input->std ==
STD_NTSC
? 29 : 24);
in tw5864_enable_input()
540
case
STD_NTSC
:
in tw5864_fmt_vid_cap()
697
int std_max_fps = input->std ==
STD_NTSC
? 30 : 25;
in tw5864_frame_interval_set()
714
case
STD_NTSC
:
in tw5864_frameinterval_get()
744
fsize->discrete.height = input->std ==
STD_NTSC
? 480 : 576;
in tw5864_enum_framesizes()
754
int std_max_fps = input->std ==
STD_NTSC
? 30 : 25;
in tw5864_enum_frameintervals()
1176
input->std =
STD_NTSC
;
in tw5864_video_input_init()
1463
case
STD_NTSC
: return V4L2_STD_NTSC_M;
in tw5864_get_v4l2_std()
1478
return
STD_NTSC
;
in tw5864_from_v4l2_std()
[all...]
H
A
D
tw5864.h
73
STD_NTSC
= 0, /* NTSC (M) */
enumerator
/kernel/linux/linux-6.6/drivers/media/pci/tw5864/
H
A
D
tw5864-video.c
256
d1_height = (input->std ==
STD_NTSC
) ? 480 : 576;
in tw5864_enable_input()
357
input->std ==
STD_NTSC
? 29 : 24);
in tw5864_enable_input()
540
case
STD_NTSC
:
in tw5864_fmt_vid_cap()
696
int std_max_fps = input->std ==
STD_NTSC
? 30 : 25;
in tw5864_frame_interval_set()
713
case
STD_NTSC
:
in tw5864_frameinterval_get()
743
fsize->discrete.height = input->std ==
STD_NTSC
? 480 : 576;
in tw5864_enum_framesizes()
753
int std_max_fps = input->std ==
STD_NTSC
? 30 : 25;
in tw5864_enum_frameintervals()
1175
input->std =
STD_NTSC
;
in tw5864_video_input_init()
1462
case
STD_NTSC
: return V4L2_STD_NTSC_M;
in tw5864_get_v4l2_std()
1477
return
STD_NTSC
;
in tw5864_from_v4l2_std()
[all...]
H
A
D
tw5864.h
73
STD_NTSC
= 0, /* NTSC (M) */
enumerator
Completed in 5 milliseconds