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:h264_max_qp
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/encoder/
H
A
D
mtk_vcodec_enc_drv.h
71
* @
h264_max_qp
: Max value for H.264 quantization parameter
86
unsigned int
h264_max_qp
;
member
H
A
D
mtk_vcodec_enc.c
73
p->
h264_max_qp
= ctrl->val;
in vidioc_venc_s_ctrl()
/kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/
H
A
D
mtk_vcodec_drv.h
150
* @
h264_max_qp
: Max value for H.264 quantization parameter
165
unsigned int
h264_max_qp
;
member
H
A
D
mtk_vcodec_enc.c
65
p->
h264_max_qp
= ctrl->val;
in vidioc_venc_s_ctrl()
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/
H
A
D
venc_ctrls.c
139
ctr->
h264_max_qp
= ctrl->val;
in venc_op_s_ctrl()
H
A
D
core.h
240
u32
h264_max_qp
;
member
H
A
D
venc.c
684
quant_range.max_qp = ctr->
h264_max_qp
;
in venc_set_properties()
/kernel/linux/linux-5.10/drivers/media/platform/coda/
H
A
D
coda.h
112
u8
h264_max_qp
;
member
H
A
D
coda-bit.c
1261
if (ctx->params.h264_min_qp || ctx->params.
h264_max_qp
) {
in coda_start_encoding()
1264
ctx->params.
h264_max_qp
<< CODA_QPMAX_OFFSET,
in coda_start_encoding()
1268
if (ctx->params.
h264_max_qp
)
in coda_start_encoding()
1281
if (ctx->params.
h264_max_qp
)
in coda_start_encoding()
H
A
D
coda-common.c
2220
ctx->params.
h264_max_qp
= ctrl->val;
in coda_s_ctrl()
/kernel/linux/linux-6.6/drivers/media/platform/chips-media/
H
A
D
coda.h
121
u8
h264_max_qp
;
member
H
A
D
coda-bit.c
1263
if (ctx->params.h264_min_qp || ctx->params.
h264_max_qp
) {
in coda_start_encoding()
1266
ctx->params.
h264_max_qp
<< CODA_QPMAX_OFFSET,
in coda_start_encoding()
1270
if (ctx->params.
h264_max_qp
)
in coda_start_encoding()
1283
if (ctx->params.
h264_max_qp
)
in coda_start_encoding()
H
A
D
coda-common.c
2222
ctx->params.
h264_max_qp
= ctrl->val;
in coda_s_ctrl()
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/
H
A
D
venc_ctrls.c
151
ctr->
h264_max_qp
= ctrl->val;
in venc_op_s_ctrl()
H
A
D
core.h
264
u32
h264_max_qp
;
member
H
A
D
venc.c
892
quant_range_v2.max_qp.qp_packed = ctr->
h264_max_qp
;
in venc_set_properties()
907
quant_range.max_qp = ctr->
h264_max_qp
;
in venc_set_properties()
Completed in 26 milliseconds