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:timeInterval
(Results
1 - 9
of
9
) sorted by relevance
/test/xts/hats/hdf/camera/cameraMg_additional/v1_0/src/
H
A
D
common.cpp
284
int64_t
timeInterval
= timestamp - intervalTimestamp_;
in CalculateFps()
local
285
if (
timeInterval
!= 0) {
in CalculateFps()
286
float fps = (int64_t)(100000000000 * timestampCount_ /
timeInterval
) / 100.0;
in CalculateFps()
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_0/src/
H
A
D
benchmark_common.cpp
278
int64_t
timeInterval
= timestamp - intervalTimestamp_;
in CalculateFps()
local
279
if (
timeInterval
!= 0) {
in CalculateFps()
280
float fps = (int64_t)(100000000000 * timestampCount_ /
timeInterval
) / 100.0;
in CalculateFps()
/test/xts/hats/hdf/camera/cameraMg/v1_1/src/
H
A
D
hdi_common_v1_1.cpp
361
int64_t
timeInterval
= timestamp - intervalTimestamp_;
in CalculateFps()
local
362
if (
timeInterval
!= 0) {
in CalculateFps()
363
float fps = (int64_t)(100000000000 * timestampCount_ /
timeInterval
) / 100.0;
in CalculateFps()
/test/xts/hats/hdf/camera/cameraMg_additional/v1_1/src/
H
A
D
hdi_common_v1_1.cpp
359
int64_t
timeInterval
= timestamp - intervalTimestamp_;
in CalculateFps()
local
360
if (
timeInterval
!= 0) {
in CalculateFps()
361
float fps = (int64_t)(100000000000 * timestampCount_ /
timeInterval
) / 100.0;
in CalculateFps()
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_1/src/
H
A
D
benchmark_common.cpp
317
int64_t
timeInterval
= timestamp - intervalTimestamp_;
in CalculateFps()
local
318
if (
timeInterval
!= 0) {
in CalculateFps()
319
float fps = (int64_t)(100000000000 * timestampCount_ /
timeInterval
) / 100.0;
in CalculateFps()
/test/xts/hats/hdf/camera/cameraMg/v1_0/src/
H
A
D
common.cpp
304
int64_t
timeInterval
= timestamp - intervalTimestamp_;
in CalculateFps()
local
305
if (
timeInterval
!= 0) {
in CalculateFps()
306
float fps = (int64_t)(100000000000 * timestampCount_ /
timeInterval
) / 100.0;
in CalculateFps()
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_2/src/
H
A
D
benchmark_common.cpp
353
int64_t
timeInterval
= timestamp - intervalTimestamp_;
in CalculateFps()
local
354
if (
timeInterval
!= 0) {
in CalculateFps()
355
float fps = (int64_t)(100000000000 * timestampCount_ /
timeInterval
) / 100.0;
in CalculateFps()
/test/xts/hats/hdf/camera/cameraMg/v1_2/src/
H
A
D
hdi_common_v1_2.cpp
502
int64_t
timeInterval
= timestamp - intervalTimestamp_;
in CalculateFps()
local
503
if (
timeInterval
!= 0) {
in CalculateFps()
504
float fps = (int64_t)(100000000000 * timestampCount_ /
timeInterval
) / 100.0;
in CalculateFps()
/test/xts/hats/hdf/camera/cameraMg/v1_3/src/
H
A
D
hdi_common_v1_3.cpp
691
int64_t
timeInterval
= timestamp - intervalTimestamp_;
in CalculateFps()
local
692
if (
timeInterval
!= 0) {
in CalculateFps()
693
float fps = (int64_t)(100000000000 * timestampCount_ /
timeInterval
) / 100.0;
in CalculateFps()
Completed in 9 milliseconds