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:num_b_frame
(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
60
* @
num_b_frame
: number of b frames between p-frame
78
unsigned int
num_b_frame
;
member
H
A
D
mtk_vcodec_enc.c
64
p->
num_b_frame
= ctrl->val;
in vidioc_venc_s_ctrl()
/kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/
H
A
D
mtk_vcodec_drv.h
139
* @
num_b_frame
: number of b frames between p-frame
157
unsigned int
num_b_frame
;
member
H
A
D
mtk_vcodec_enc.c
55
p->
num_b_frame
= ctrl->val;
in vidioc_venc_s_ctrl()
/kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/
H
A
D
s5p_mfc_common.h
511
u8
num_b_frame
;
member
H
A
D
s5p_mfc_opr_v6.c
930
reg |= ((p->
num_b_frame
& 0x3) << 16);
in s5p_mfc_set_enc_params_h264()
1210
reg |= ((p->
num_b_frame
& 0x3) << 16);
in s5p_mfc_set_enc_params_mpeg4()
1363
reg |= ((p->
num_b_frame
& 0x3) << 16);
in s5p_mfc_set_enc_params_vp8()
1455
/*
num_b_frame
- 0 ~ 2 */
in s5p_mfc_set_enc_params_hevc()
1457
reg |= (p->
num_b_frame
<< 16);
in s5p_mfc_set_enc_params_hevc()
H
A
D
s5p_mfc_opr_v5.c
768
/*
num_b_frame
- 0 ~ 2 */
in s5p_mfc_set_enc_params_h264()
770
reg |= (p->
num_b_frame
<< 16);
in s5p_mfc_set_enc_params_h264()
926
/*
num_b_frame
- 0 ~ 2 */
in s5p_mfc_set_enc_params_mpeg4()
928
reg |= (p->
num_b_frame
<< 16);
in s5p_mfc_set_enc_params_mpeg4()
H
A
D
s5p_mfc_enc.c
1873
p->
num_b_frame
= ctrl->val;
in s5p_mfc_enc_s_ctrl()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-mfc/
H
A
D
s5p_mfc_common.h
515
u8
num_b_frame
;
member
H
A
D
s5p_mfc_opr_v6.c
930
reg |= ((p->
num_b_frame
& 0x3) << 16);
in s5p_mfc_set_enc_params_h264()
1210
reg |= ((p->
num_b_frame
& 0x3) << 16);
in s5p_mfc_set_enc_params_mpeg4()
1363
reg |= ((p->
num_b_frame
& 0x3) << 16);
in s5p_mfc_set_enc_params_vp8()
1455
/*
num_b_frame
- 0 ~ 2 */
in s5p_mfc_set_enc_params_hevc()
1457
reg |= (p->
num_b_frame
<< 16);
in s5p_mfc_set_enc_params_hevc()
H
A
D
s5p_mfc_opr_v5.c
768
/*
num_b_frame
- 0 ~ 2 */
in s5p_mfc_set_enc_params_h264()
770
reg |= (p->
num_b_frame
<< 16);
in s5p_mfc_set_enc_params_h264()
926
/*
num_b_frame
- 0 ~ 2 */
in s5p_mfc_set_enc_params_mpeg4()
928
reg |= (p->
num_b_frame
<< 16);
in s5p_mfc_set_enc_params_mpeg4()
H
A
D
s5p_mfc_enc.c
1871
p->
num_b_frame
= ctrl->val;
in s5p_mfc_enc_s_ctrl()
Completed in 23 milliseconds