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:firstSampleIndex_
(Results
1 - 2
of
2
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H
A
D
vsync_sampler.cpp
53
error_(0),
firstSampleIndex_
(0), numSamples_(0),
in VSyncSampler()
65
firstSampleIndex_
= 0;
in Reset()
145
firstSampleIndex_
= (
firstSampleIndex_
+ 1) % MAX_SAMPLES;
in AddSample()
148
if (
firstSampleIndex_
+ numSamples_ >= 1) {
in AddSample()
149
uint32_t index = (
firstSampleIndex_
+ numSamples_ - 1) % MAX_SAMPLES;
in AddSample()
179
referenceTime_ = samples_[
firstSampleIndex_
];
in UpdateReferenceTimeLocked()
183
int64_t prevSample = samples_[(
firstSampleIndex_
+ numSamples_ - 2) % MAX_SAMPLES]; // at least 2 samples
in UpdateReferenceTimeLocked()
184
int64_t latestSample = samples_[(
firstSampleIndex_
+ numSamples_ - 1) % MAX_SAMPLES];
in UpdateReferenceTimeLocked()
200
int64_t prevSample = samples_[(
firstSampleIndex_
in UpdateModeLocked()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/
H
A
D
vsync_sampler.h
102
uint32_t
firstSampleIndex_
;
variable
Completed in 2 milliseconds