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:previousValue
(Results
1 - 5
of
5
) sorted by relevance
/foundation/multimedia/av_codec/test/moduletest/demuxer/src/InnerAPI/
H
A
D
inner_demuxer_sample.cpp
170
previousValue
= 0;
in CheckIndexFromPts()
234
previousValue
= tempValue;
in GetIndexByPtsForVideo()
256
previousValue
= tempValue;
in GetIndexByPtsForAudio()
268
relativePresentationTimeUs - ((pair -
previousValue
) / division + value), indexVideo);
in GetIndexFromPtsForVideo()
273
relativePresentationTimeUs - ((pair -
previousValue
) / division), indexVideo);
in GetIndexFromPtsForVideo()
278
relativePresentationTimeUs - ((pair -
previousValue
) / division - value), indexVideo);
in GetIndexFromPtsForVideo()
294
relativePresentationTimeUs - ((pair -
previousValue
) / division + value), indexAudio);
in GetIndexFromPtsForAudio()
299
relativePresentationTimeUs - ((pair -
previousValue
) / division), indexAudio);
in GetIndexFromPtsForAudio()
304
relativePresentationTimeUs - ((pair -
previousValue
) / division - value), indexAudio);
in GetIndexFromPtsForAudio()
/foundation/multimedia/av_codec/test/moduletest/demuxer/src/InnerAPI/include/
H
A
D
inner_demuxer_sample.h
87
uint64_t
previousValue
= 0;
member in OHOS::MediaAVCodec::InnerDemuxerSample
/foundation/resourceschedule/soc_perf/services/core/include/
H
A
D
socperf_common.h
210
int64_t
previousValue
;
member in OHOS::SOCPERF::ResStatus
230
previousValue
= NODE_DEFAULT_VALUE;
in ResStatus()
/foundation/resourceschedule/soc_perf/services/core/src/
H
A
D
socperf_thread_wrap.cpp
228
(resStatus->
previousValue
!= resStatus->currentValue ||
in SendResStatusToPerfSo()
239
resStatus->
previousValue
= resStatus->currentValue;
in SendResStatusToPerfSo()
/foundation/arkui/ace_engine/frameworks/core/animation/test/unittest/framework/
H
A
D
animation_framework_test.cpp
473
int32_t
previousValue
= 0;
in HWTEST_F()
local
474
flushEventMock_->animationInt_->AddListener([&
previousValue
](const int& value) {
in HWTEST_F()
476
EXPECT_NE(
previousValue
, value);
in HWTEST_F()
477
previousValue
= value;
in HWTEST_F()
Completed in 8 milliseconds