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:seq_hdr_mode
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/encoder/
H
A
D
mtk_vcodec_enc_drv.h
63
* @
seq_hdr_mode
: H.264 sequence header is encoded separately or joined
81
unsigned int
seq_hdr_mode
;
member
H
A
D
mtk_vcodec_enc.c
77
p->
seq_hdr_mode
= ctrl->val;
in vidioc_venc_s_ctrl()
905
(ctx->enc_params.
seq_hdr_mode
!=
in vb2ops_venc_start_streaming()
/kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/
H
A
D
mtk_vcodec_drv.h
142
* @
seq_hdr_mode
: H.264 sequence header is encoded separately or joined
160
unsigned int
seq_hdr_mode
;
member
H
A
D
mtk_vcodec_enc.c
70
p->
seq_hdr_mode
= ctrl->val;
in vidioc_venc_s_ctrl()
824
(ctx->enc_params.
seq_hdr_mode
!=
in vb2ops_venc_start_streaming()
/kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/
H
A
D
s5p_mfc_common.h
507
enum v4l2_mpeg_video_header_mode
seq_hdr_mode
;
member
H
A
D
s5p_mfc_enc.c
1155
if (p->
seq_hdr_mode
== V4L2_MPEG_VIDEO_HEADER_MODE_SEPARATE) {
in enc_post_seq_start()
1863
p->
seq_hdr_mode
= ctrl->val;
in s5p_mfc_enc_s_ctrl()
H
A
D
s5p_mfc_opr_v5.c
747
shm |= (p->
seq_hdr_mode
<< 3);
in s5p_mfc_set_enc_params()
H
A
D
s5p_mfc_opr_v6.c
877
reg |= ((p->
seq_hdr_mode
& 0x1) << 2);
in s5p_mfc_set_enc_params()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-mfc/
H
A
D
s5p_mfc_common.h
511
enum v4l2_mpeg_video_header_mode
seq_hdr_mode
;
member
H
A
D
s5p_mfc_enc.c
1155
if (p->
seq_hdr_mode
== V4L2_MPEG_VIDEO_HEADER_MODE_SEPARATE) {
in enc_post_seq_start()
1861
p->
seq_hdr_mode
= ctrl->val;
in s5p_mfc_enc_s_ctrl()
H
A
D
s5p_mfc_opr_v5.c
747
shm |= (p->
seq_hdr_mode
<< 3);
in s5p_mfc_set_enc_params()
H
A
D
s5p_mfc_opr_v6.c
877
reg |= ((p->
seq_hdr_mode
& 0x1) << 2);
in s5p_mfc_set_enc_params()
Completed in 24 milliseconds