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:timestamp_
(Results
1 - 6
of
6
) sorted by relevance
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/
H
A
D
stream_statistics.cpp
88
if (clock_gettime(CLOCK_MONOTONIC, &
timestamp_
) != 0) {
in DumpStats()
94
lastOutputTime_ =
timestamp_
.tv_sec;
in DumpStats()
98
if (
timestamp_
.tv_sec - lastOutputTime_ > interval) {
in DumpStats()
99
CalculateFps(
timestamp_
.tv_sec - lastOutputTime_);
in DumpStats()
107
lastOutputTime_ =
timestamp_
.tv_sec;
in DumpStats()
H
A
D
capture_request.cpp
101
return semp_->
timestamp_
;
in GetBeginTime()
106
return semr_->
timestamp_
;
in GetEndTime()
177
timestamp_
= GenerateTimeStamp();
in Sync()
H
A
D
capture_message.cpp
21
timestamp_
= time;
in ICaptureMessage()
33
return
timestamp_
;
in GetTimestamp()
/drivers/peripheral/camera/vdi_base/v4l2/include/stream_operator/
H
A
D
stream_statistics.h
57
timespec
timestamp_
= {0, 0};
member in OHOS::Camera::StreamStatistics
H
A
D
capture_request.h
66
uint64_t
timestamp_
= 0;
member in OHOS::Camera::final::final
H
A
D
capture_message.h
55
uint64_t
timestamp_
= 0;
member in OHOS::Camera::ICaptureMessage
Completed in 3 milliseconds