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:maxQp
(Results
1 - 4
of
4
) sorted by relevance
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H
A
D
hencoder.cpp
180
int32_t
maxQp
;
in SetQpRange()
local
182
!format.GetIntValue(OHOS::Media::Tag::VIDEO_ENCODER_QP_MAX,
maxQp
)) {
in SetQpRange()
189
QPRangeParam.
maxQp
= static_cast<uint32_t>(
maxQp
);
in SetQpRange()
191
HLOGE("set qp range (%d~%d) failed", minQp,
maxQp
);
in SetQpRange()
194
HLOGI("set qp range (%d~%d) succ", minQp,
maxQp
);
in SetQpRange()
948
int32_t
maxQp
;
in WrapQPRangeParamIntoOmxBuffer()
local
950
!meta->GetData(OHOS::Media::Tag::VIDEO_ENCODER_QP_MAX,
maxQp
)) {
in WrapQPRangeParamIntoOmxBuffer()
957
param.
maxQp
= static_cast<uint32_t>(
maxQp
);
in WrapQPRangeParamIntoOmxBuffer()
[all...]
/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H
A
D
command_parser.h
50
int32_t
maxQp
;
member
H
A
D
command_parser.cpp
390
value >> ebrParam.minQp >> c >> ebrParam.
maxQp
>> c >> ebrParam.startQp >> c >> ebrParam.isSkip;
in ParsePerFrameParam()
H
A
D
tester_codecbase.cpp
302
meta->SetData(OHOS::Media::Tag::VIDEO_ENCODER_QP_MAX, static_cast<int32_t>(param.ebrParam->
maxQp
));
in SetEncoderPerFrameParam()
Completed in 7 milliseconds