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:intra_period
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/encoder/venc/
H
A
D
venc_h264_if.c
75
* @
intra_period
: intra frame period
89
u32
intra_period
;
member
143
* @
intra_period
: intra frame period
160
u32
intra_period
;
member
422
unsigned int
intra_period
)
in h264_frame_type()
428
} else if ((
intra_period
!= 0 && (frm_cnt %
intra_period
) == 0) ||
in h264_frame_type()
429
(frm_cnt == 0 &&
intra_period
== 0)) {
in h264_frame_type()
512
unsigned int
intra_period
;
in h264_encode_frame()
local
521
intra_period
in h264_encode_frame()
421
h264_frame_type(unsigned int frm_cnt, unsigned int gop_size, unsigned int
intra_period
)
h264_frame_type()
argument
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/venc/
H
A
D
venc_h264_if.c
76
* @
intra_period
: intra frame period
90
u32
intra_period
;
member
348
} else if ((inst->vsi->config.
intra_period
!= 0 &&
in h264_frame_type()
349
(inst->frm_cnt % inst->vsi->config.
intra_period
) == 0) ||
in h264_frame_type()
350
(inst->frm_cnt == 0 && inst->vsi->config.
intra_period
== 0)) {
in h264_frame_type()
645
inst->vsi->config.
intra_period
= enc_prm->
intra_period
;
in h264_enc_set_param()
/kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/
H
A
D
venc_drv_if.h
77
* @
intra_period
: intra frame period
90
unsigned int
intra_period
;
member
H
A
D
mtk_vcodec_drv.h
144
* @
intra_period
: I frame period
161
unsigned int
intra_period
;
member
H
A
D
mtk_vcodec_enc.c
90
p->
intra_period
= ctrl->val;
in vidioc_venc_s_ctrl()
368
param->
intra_period
= enc_params->
intra_period
;
in mtk_venc_set_param()
378
param->gop_size, param->
intra_period
);
in mtk_venc_set_param()
H
A
D
venc_vpu_if.c
205
out.base.data[0] = enc_param->
intra_period
;
in vpu_enc_set_param()
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/encoder/
H
A
D
venc_drv_if.h
76
* @
intra_period
: intra frame period
89
unsigned int
intra_period
;
member
H
A
D
mtk_vcodec_enc_drv.h
65
* @
intra_period
: I frame period
82
unsigned int
intra_period
;
member
H
A
D
mtk_vcodec_enc.c
93
p->
intra_period
= ctrl->val;
in vidioc_venc_s_ctrl()
401
param->
intra_period
= enc_params->
intra_period
;
in mtk_venc_set_param()
411
param->gop_size, param->
intra_period
);
in mtk_venc_set_param()
H
A
D
venc_vpu_if.c
230
out.base.data[0] = enc_param->
intra_period
;
in vpu_enc_set_param()
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/
H
A
D
venc.c
535
struct hfi_intra_period
intra_period
;
in venc_set_properties()
local
614
intra_period
.pframes = ctr->num_p_frames;
in venc_set_properties()
615
intra_period
.bframes = ctr->num_b_frames;
in venc_set_properties()
617
ret = hfi_session_set_property(inst, ptype, &
intra_period
);
in venc_set_properties()
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/
H
A
D
venc.c
665
struct hfi_intra_period
intra_period
;
in venc_set_properties()
local
793
intra_period
.pframes = ctr->num_p_frames;
in venc_set_properties()
794
intra_period
.bframes = ctr->num_b_frames;
in venc_set_properties()
796
ret = hfi_session_set_property(inst, ptype, &
intra_period
);
in venc_set_properties()
Completed in 12 milliseconds