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:useLtrIndex
(Results
1 - 4
of
4
) sorted by relevance
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/
H
A
D
videoenc_api11_sample.cpp
114
static int32_t
useLtrIndex
= 0;
in onEncInputParam()
local
115
if (enc_sample->ltrParam.
useLtrIndex
== 0) {
in onEncInputParam()
116
useLtrIndex
= LTR_INTERVAL;
in onEncInputParam()
118
useLtrIndex
= BADPOC;
in onEncInputParam()
122
useLtrIndex
= enc_sample->frameCount / interval * interval;
in onEncInputParam()
125
if (enc_sample->frameCount >
useLtrIndex
) {
in onEncInputParam()
127
OH_AVFormat_SetIntValue(parameter, OH_MD_KEY_VIDEO_ENCODER_PER_FRAME_USE_LTR,
useLtrIndex
);
in onEncInputParam()
130
OH_AVFormat_SetIntValue(parameter, OH_MD_KEY_VIDEO_ENCODER_PER_FRAME_USE_LTR,
useLtrIndex
);
in onEncInputParam()
134
} else if (enc_sample->frameCount ==
useLtrIndex
&& enc_sample->frameCount > 0) {
in onEncInputParam()
136
OH_AVFormat_SetIntValue(parameter, OH_MD_KEY_VIDEO_ENCODER_PER_FRAME_USE_LTR,
useLtrIndex
in onEncInputParam()
872
static int32_t
useLtrIndex
= 0;
SetLTRParameter()
local
[all...]
H
A
D
temporal_test.cpp
790
vEncSample->ltrParam.
useLtrIndex
= 1;
in HWTEST_F()
847
vEncSample->ltrParam.
useLtrIndex
= 0;
in HWTEST_F()
933
vEncApi11Sample->ltrParam.
useLtrIndex
= 1;
in HWTEST_F()
962
vEncSample->ltrParam.
useLtrIndex
= 1;
in HWTEST_F()
993
vEncApi11Sample->ltrParam.
useLtrIndex
= 1;
in HWTEST_F()
1022
vEncSample->ltrParam.
useLtrIndex
= 1;
in HWTEST_F()
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/sample/
H
A
D
venc_sample.cpp
639
static int32_t
useLtrIndex
= 0;
in InputLtrParam()
local
644
useLtrIndex
= frameInputCount;
in InputLtrParam()
646
if (frameInputCount >
useLtrIndex
) {
in InputLtrParam()
647
format->PutIntValue(Media::Tag::VIDEO_ENCODER_PER_FRAME_USE_LTR,
useLtrIndex
);
in InputLtrParam()
648
} else if (frameInputCount ==
useLtrIndex
&& frameInputCount > 0) {
in InputLtrParam()
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/include/
H
A
D
videoenc_api11_sample.h
65
uint32_t
useLtrIndex
= 0;
member
Completed in 6 milliseconds