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:video_encoding
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/common/
H
A
D
cx2341x.c
233
.
video_encoding
= V4L2_MPEG_VIDEO_ENCODING_MPEG_2,
297
ctrl->value = params->
video_encoding
;
in cx2341x_get_ctrl()
454
if (params->
video_encoding
== V4L2_MPEG_VIDEO_ENCODING_MPEG_1 &&
in cx2341x_set_ctrl()
482
params->
video_encoding
=
in cx2341x_set_ctrl()
487
if (params->
video_encoding
== V4L2_MPEG_VIDEO_ENCODING_MPEG_1)
in cx2341x_set_ctrl()
713
params->
video_encoding
== V4L2_MPEG_VIDEO_ENCODING_MPEG_1)
in cx2341x_ctrl_query()
1051
CMP_FIELD(old, new,
video_encoding
)) {
in cx2341x_update()
1055
if (new->
video_encoding
== V4L2_MPEG_VIDEO_ENCODING_MPEG_1) {
in cx2341x_update()
1208
int is_mpeg1 = p->
video_encoding
== V4L2_MPEG_VIDEO_ENCODING_MPEG_1;
in cx2341x_log_status()
1343
hdl->
video_encoding
in cx2341x_try_ctrl()
[all...]
/kernel/linux/linux-6.6/drivers/media/common/
H
A
D
cx2341x.c
233
.
video_encoding
= V4L2_MPEG_VIDEO_ENCODING_MPEG_2,
297
ctrl->value = params->
video_encoding
;
in cx2341x_get_ctrl()
454
if (params->
video_encoding
== V4L2_MPEG_VIDEO_ENCODING_MPEG_1 &&
in cx2341x_set_ctrl()
482
params->
video_encoding
=
in cx2341x_set_ctrl()
487
if (params->
video_encoding
== V4L2_MPEG_VIDEO_ENCODING_MPEG_1)
in cx2341x_set_ctrl()
713
params->
video_encoding
== V4L2_MPEG_VIDEO_ENCODING_MPEG_1)
in cx2341x_ctrl_query()
1051
CMP_FIELD(old, new,
video_encoding
)) {
in cx2341x_update()
1055
if (new->
video_encoding
== V4L2_MPEG_VIDEO_ENCODING_MPEG_1) {
in cx2341x_update()
1208
int is_mpeg1 = p->
video_encoding
== V4L2_MPEG_VIDEO_ENCODING_MPEG_1;
in cx2341x_log_status()
1343
hdl->
video_encoding
in cx2341x_try_ctrl()
[all...]
/kernel/linux/linux-5.10/include/media/drv-intf/
H
A
D
cx2341x.h
50
enum v4l2_mpeg_video_encoding
video_encoding
;
member
141
struct v4l2_ctrl *
video_encoding
;
member
/kernel/linux/linux-6.6/include/media/drv-intf/
H
A
D
cx2341x.h
50
enum v4l2_mpeg_video_encoding
video_encoding
;
member
141
struct v4l2_ctrl *
video_encoding
;
member
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/
H
A
D
ivtv-ioctl.c
594
if (v4l2_ctrl_g_ctrl(itv->cxhdl.
video_encoding
) == V4L2_MPEG_VIDEO_ENCODING_MPEG_1)
in ivtv_s_fmt_vid_cap()
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/
H
A
D
ivtv-ioctl.c
589
if (v4l2_ctrl_g_ctrl(itv->cxhdl.
video_encoding
) == V4L2_MPEG_VIDEO_ENCODING_MPEG_1)
in ivtv_s_fmt_vid_cap()
Completed in 11 milliseconds