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:insert_mpeg
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/cx18/
H
A
D
cx18-controls.c
32
cx->vbi.
insert_mpeg
= V4L2_MPEG_STREAM_VBI_FMT_NONE;
in cx18_s_stream_vbi_fmt()
49
cx->vbi.
insert_mpeg
=
in cx18_s_stream_vbi_fmt()
57
cx->vbi.
insert_mpeg
= fmt;
in cx18_s_stream_vbi_fmt()
H
A
D
cx18-vbi.c
232
if (cx->vbi.
insert_mpeg
)
in _cx18_process_vbi_data()
H
A
D
cx18-fileops.c
74
if (cx->vbi.
insert_mpeg
&& !cx18_raw_vbi(cx))
in cx18_claim_stream()
268
if (cx->vbi.
insert_mpeg
&& s->type == CX18_ENC_STREAM_TYPE_MPG &&
in cx18_copy_buf_to_user()
H
A
D
cx18-driver.h
502
int
insert_mpeg
;
member
/kernel/linux/linux-6.6/drivers/media/pci/cx18/
H
A
D
cx18-controls.c
32
cx->vbi.
insert_mpeg
= V4L2_MPEG_STREAM_VBI_FMT_NONE;
in cx18_s_stream_vbi_fmt()
49
cx->vbi.
insert_mpeg
=
in cx18_s_stream_vbi_fmt()
57
cx->vbi.
insert_mpeg
= fmt;
in cx18_s_stream_vbi_fmt()
H
A
D
cx18-fileops.c
74
if (cx->vbi.
insert_mpeg
&& !cx18_raw_vbi(cx))
in cx18_claim_stream()
268
if (cx->vbi.
insert_mpeg
&& s->type == CX18_ENC_STREAM_TYPE_MPG &&
in cx18_copy_buf_to_user()
H
A
D
cx18-vbi.c
232
if (cx->vbi.
insert_mpeg
)
in _cx18_process_vbi_data()
H
A
D
cx18-driver.h
502
int
insert_mpeg
;
member
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/
H
A
D
ivtv-controls.c
35
itv->vbi.
insert_mpeg
= fmt;
in ivtv_s_stream_vbi_fmt()
37
if (itv->vbi.
insert_mpeg
== 0) {
in ivtv_s_stream_vbi_fmt()
H
A
D
ivtv-fileops.c
71
itv->vbi.
insert_mpeg
&& !ivtv_raw_vbi(itv)) {
in ivtv_claim_stream()
293
if (itv->vbi.
insert_mpeg
&& s->type == IVTV_ENC_STREAM_TYPE_MPG &&
in ivtv_copy_buf_to_user()
H
A
D
ivtv-vbi.c
415
if (itv->vbi.
insert_mpeg
) {
in ivtv_process_vbi_data()
H
A
D
ivtv-driver.h
561
int
insert_mpeg
; /* if non-zero, then embed VBI data in MPEG stream */
member
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/
H
A
D
ivtv-controls.c
35
itv->vbi.
insert_mpeg
= fmt;
in ivtv_s_stream_vbi_fmt()
37
if (itv->vbi.
insert_mpeg
== 0) {
in ivtv_s_stream_vbi_fmt()
H
A
D
ivtv-fileops.c
71
itv->vbi.
insert_mpeg
&& !ivtv_raw_vbi(itv)) {
in ivtv_claim_stream()
293
if (itv->vbi.
insert_mpeg
&& s->type == IVTV_ENC_STREAM_TYPE_MPG &&
in ivtv_copy_buf_to_user()
H
A
D
ivtv-driver.h
559
int
insert_mpeg
; /* if non-zero, then embed VBI data in MPEG stream */
member
H
A
D
ivtv-vbi.c
415
if (itv->vbi.
insert_mpeg
) {
in ivtv_process_vbi_data()
Completed in 17 milliseconds