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:enc_params
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/
H
A
D
mtk_vcodec_enc.c
42
struct mtk_enc_params *p = &ctx->
enc_params
;
in vidioc_venc_s_ctrl()
213
ctx->
enc_params
.framerate_num = timeperframe->denominator;
in vidioc_venc_s_parm()
214
ctx->
enc_params
.framerate_denom = timeperframe->numerator;
in vidioc_venc_s_parm()
232
ctx->
enc_params
.framerate_num;
in vidioc_venc_g_parm()
234
ctx->
enc_params
.framerate_denom;
in vidioc_venc_g_parm()
338
struct mtk_enc_params *
enc_params
= &ctx->
enc_params
;
in mtk_venc_set_param()
local
357
param->h264_profile =
enc_params
->h264_profile;
in mtk_venc_set_param()
358
param->h264_level =
enc_params
->h264_level;
in mtk_venc_set_param()
366
param->frm_rate =
enc_params
in mtk_venc_set_param()
[all...]
H
A
D
mtk_vcodec_enc.h
30
* @
enc_params
: Encode parameters changed before encode this buffer
36
struct mtk_enc_params
enc_params
;
member
H
A
D
mtk_vcodec_drv.h
236
* @
enc_params
: encoding parameters
273
struct mtk_enc_params
enc_params
;
member
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/encoder/
H
A
D
mtk_vcodec_enc.c
46
struct mtk_enc_params *p = &ctx->
enc_params
;
in vidioc_venc_s_ctrl()
248
ctx->
enc_params
.framerate_num = timeperframe->denominator;
in vidioc_venc_s_parm()
249
ctx->
enc_params
.framerate_denom = timeperframe->numerator;
in vidioc_venc_s_parm()
267
ctx->
enc_params
.framerate_num;
in vidioc_venc_g_parm()
269
ctx->
enc_params
.framerate_denom;
in vidioc_venc_g_parm()
371
struct mtk_enc_params *
enc_params
= &ctx->
enc_params
;
in mtk_venc_set_param()
local
390
param->h264_profile =
enc_params
->h264_profile;
in mtk_venc_set_param()
391
param->h264_level =
enc_params
->h264_level;
in mtk_venc_set_param()
399
param->frm_rate =
enc_params
in mtk_venc_set_param()
[all...]
H
A
D
mtk_vcodec_enc.h
32
* @
enc_params
: Encode parameters changed before encode this buffer
38
struct mtk_enc_params
enc_params
;
member
H
A
D
mtk_vcodec_enc_drv.h
105
* @
enc_params
: encoding parameters
139
struct mtk_enc_params
enc_params
;
member
/kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/
H
A
D
s5p_mfc_opr_v6.c
753
struct s5p_mfc_enc_params *p = &ctx->
enc_params
;
in s5p_mfc_set_enc_params()
918
struct s5p_mfc_enc_params *p = &ctx->
enc_params
;
in s5p_mfc_set_enc_params_h264()
1199
struct s5p_mfc_enc_params *p = &ctx->
enc_params
;
in s5p_mfc_set_enc_params_mpeg4()
1281
struct s5p_mfc_enc_params *p = &ctx->
enc_params
;
in s5p_mfc_set_enc_params_h263()
1351
struct s5p_mfc_enc_params *p = &ctx->
enc_params
;
in s5p_mfc_set_enc_params_vp8()
1444
struct s5p_mfc_enc_params *p = &ctx->
enc_params
;
in s5p_mfc_set_enc_params_hevc()
1740
struct s5p_mfc_enc_params *p = &ctx->
enc_params
;
in s5p_mfc_h264_set_aso_slice_order_v6()
H
A
D
s5p_mfc_enc.c
1151
struct s5p_mfc_enc_params *p = &ctx->
enc_params
;
in enc_post_seq_start()
1807
struct s5p_mfc_enc_params *p = &ctx->
enc_params
;
in s5p_mfc_enc_s_ctrl()
2255
ctx->
enc_params
.rc_framerate_num =
in vidioc_s_parm()
2257
ctx->
enc_params
.rc_framerate_denom =
in vidioc_s_parm()
2273
ctx->
enc_params
.rc_framerate_num;
in vidioc_g_parm()
2275
ctx->
enc_params
.rc_framerate_denom;
in vidioc_g_parm()
H
A
D
s5p_mfc_opr_v5.c
677
struct s5p_mfc_enc_params *p = &ctx->
enc_params
;
in s5p_mfc_set_enc_params()
760
struct s5p_mfc_enc_params *p = &ctx->
enc_params
;
in s5p_mfc_set_enc_params_h264()
917
struct s5p_mfc_enc_params *p = &ctx->
enc_params
;
in s5p_mfc_set_enc_params_mpeg4()
996
struct s5p_mfc_enc_params *p = &ctx->
enc_params
;
in s5p_mfc_set_enc_params_h263()
H
A
D
s5p_mfc_common.h
601
* @
enc_params
: encoding parameters for MFC
689
struct s5p_mfc_enc_params
enc_params
;
member
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-mfc/
H
A
D
s5p_mfc_opr_v6.c
753
struct s5p_mfc_enc_params *p = &ctx->
enc_params
;
in s5p_mfc_set_enc_params()
918
struct s5p_mfc_enc_params *p = &ctx->
enc_params
;
in s5p_mfc_set_enc_params_h264()
1199
struct s5p_mfc_enc_params *p = &ctx->
enc_params
;
in s5p_mfc_set_enc_params_mpeg4()
1281
struct s5p_mfc_enc_params *p = &ctx->
enc_params
;
in s5p_mfc_set_enc_params_h263()
1351
struct s5p_mfc_enc_params *p = &ctx->
enc_params
;
in s5p_mfc_set_enc_params_vp8()
1444
struct s5p_mfc_enc_params *p = &ctx->
enc_params
;
in s5p_mfc_set_enc_params_hevc()
1740
struct s5p_mfc_enc_params *p = &ctx->
enc_params
;
in s5p_mfc_h264_set_aso_slice_order_v6()
H
A
D
s5p_mfc_enc.c
1151
struct s5p_mfc_enc_params *p = &ctx->
enc_params
;
in enc_post_seq_start()
1805
struct s5p_mfc_enc_params *p = &ctx->
enc_params
;
in s5p_mfc_enc_s_ctrl()
2253
ctx->
enc_params
.rc_framerate_num =
in vidioc_s_parm()
2255
ctx->
enc_params
.rc_framerate_denom =
in vidioc_s_parm()
2271
ctx->
enc_params
.rc_framerate_num;
in vidioc_g_parm()
2273
ctx->
enc_params
.rc_framerate_denom;
in vidioc_g_parm()
H
A
D
s5p_mfc_opr_v5.c
677
struct s5p_mfc_enc_params *p = &ctx->
enc_params
;
in s5p_mfc_set_enc_params()
760
struct s5p_mfc_enc_params *p = &ctx->
enc_params
;
in s5p_mfc_set_enc_params_h264()
917
struct s5p_mfc_enc_params *p = &ctx->
enc_params
;
in s5p_mfc_set_enc_params_mpeg4()
996
struct s5p_mfc_enc_params *p = &ctx->
enc_params
;
in s5p_mfc_set_enc_params_h263()
H
A
D
s5p_mfc_common.h
607
* @
enc_params
: encoding parameters for MFC
699
struct s5p_mfc_enc_params
enc_params
;
member
Completed in 33 milliseconds