Home
last modified time | relevance | path

Searched refs:timestamp_ns (Results 1 – 25 of 33) sorted by relevance

12

/external/perfetto/test/metrics/
Dandroid_batt_counters.out3 timestamp_ns: 20
10 timestamp_ns: 52
17 timestamp_ns: 80
24 timestamp_ns: 92
/external/tensorflow/tensorflow/core/profiler/utils/
Dxplane_builder.h102 void SetTimestampNs(int64 timestamp_ns) { in SetTimestampNs() argument
103 SetOffsetPs(NanosToPicos(timestamp_ns - line_->timestamp_ns())); in SetTimestampNs()
119 SetDurationPs(NanosToPicos(end_timestamp_ns - line_->timestamp_ns()) - in SetEndTimestampNs()
141 void SetTimestampNs(int64 timestamp_ns) { in SetTimestampNs() argument
142 line_->set_timestamp_ns(timestamp_ns); in SetTimestampNs()
Dxplane_visitor.h113 int64 LineTimestampNs() const { return line_->timestamp_ns(); } in LineTimestampNs()
115 double TimestampNs() const { return line_->timestamp_ns() + OffsetNs(); } in TimestampNs()
118 return NanosToPicos(line_->timestamp_ns()) + event_->offset_ps(); in TimestampPs()
164 double TimestampNs() const { return line_->timestamp_ns(); } in TimestampNs()
Dderived_timeline.cc35 absl::string_view name, int64 timestamp_ns) in DerivedXLineBuilder() argument
40 line_.SetTimestampNs(timestamp_ns); in DerivedXLineBuilder()
/external/libvpx/libvpx/
Dwebmdec.cc43 webm_ctx->timestamp_ns = 0; in reset()
190 webm_ctx->timestamp_ns = block->GetTime(cluster); in webm_read_frame()
203 while (webm_ctx->timestamp_ns < 1000000000 && i < 50) { in webm_guess_framerate()
211 static_cast<int>(webm_ctx->timestamp_ns / 1000); in webm_guess_framerate()
218 webm_ctx->timestamp_ns = 0; in webm_guess_framerate()
Dwebmdec.h30 uint64_t timestamp_ns; member
/external/libaom/libaom/common/
Dwebmdec.cc45 webm_ctx->timestamp_ns = 0; in reset()
192 webm_ctx->timestamp_ns = block->GetTime(cluster); in webm_read_frame()
218 while (webm_ctx->timestamp_ns < 1000000000 && i < 50) { in webm_guess_framerate()
226 static_cast<int>(webm_ctx->timestamp_ns / 1000); in webm_guess_framerate()
242 webm_ctx->timestamp_ns = 0; in webm_guess_framerate()
Dwebmdec.h31 uint64_t timestamp_ns; member
/external/perfetto/src/trace_processor/importers/common/
Dclock_tracker.cc84 const int64_t timestamp_ns = in AddSnapshot() local
86 domain.last_timestamp_ns = timestamp_ns; in AddSnapshot()
108 timestamp_ns < vect.timestamps_ns.back()) { in AddSnapshot()
116 clock_id, snapshot_id, timestamp_ns, in AddSnapshot()
141 vect.timestamps_ns.emplace_back(timestamp_ns); in AddSnapshot()
/external/perfetto/src/trace_processor/
Dtp_metatrace.h48 uint64_t timestamp_ns; member
104 record->timestamp_ns = TraceTimeNowNs(); in AppendRecord()
148 record_->duration_ns = static_cast<uint32_t>(now - record_->timestamp_ns); in ~ScopedEvent()
/external/webrtc/talk/app/webrtc/java/jni/
Dandroidvideocapturer_jni.cc157 int64_t timestamp_ns) { in OnMemoryBufferFrame() argument
172 buffer, rotation, timestamp_ns); in OnMemoryBufferFrame()
178 int64_t timestamp_ns, in OnTextureFrame() argument
185 buffer, rotation, timestamp_ns); in OnTextureFrame()
Dandroidvideocapturer_jni.h66 int height, int rotation, int64_t timestamp_ns);
67 void OnTextureFrame(int width, int height, int rotation, int64_t timestamp_ns,
/external/bcc/tools/
Dsslsniff.py211 start = event.timestamp_ns
212 time_s = (float(event.timestamp_ns - start)) / 1000000000
/external/igt-gpu-tools/include/drm-uapi/
Dsync_file.h47 __u64 timestamp_ns; member
/external/kernel-headers/original/uapi/linux/
Dsync_file.h47 __u64 timestamp_ns; member
Dcn_proc.h66 __u64 __attribute__((aligned(8))) timestamp_ns; member
/external/mesa3d/include/drm-uapi/
Dsync_file.h65 __u64 timestamp_ns; member
/external/perfetto/include/perfetto/ext/base/
Dmetatrace.h104 uint64_t timestamp_ns() const { in timestamp_ns() function
294 record_->duration_ns = static_cast<uint32_t>(now - record_->timestamp_ns()); in ~ScopedEvent()
/external/tensorflow/tensorflow/core/profiler/protobuf/
Dxplane.proto57 int64 timestamp_ns = 3; field
77 // XLine.timestamp_ns().
/external/perfetto/src/trace_processor/importers/proto/
Dpacket_sequence_state.h274 int64_t timestamp_ns, in SetThreadDescriptor() argument
281 track_event_timestamp_ns_ = timestamp_ns; in SetThreadDescriptor()
/external/perfetto/src/tracing/core/
Dmetatrace_writer.cc79 packet->set_timestamp(it->timestamp_ns()); in WriteAllAvailableEvents()
/external/perfetto/protos/perfetto/metrics/android/
Dbatt_metric.proto24 optional int64 timestamp_ns = 1; field
/external/libaom/libaom/third_party/libwebm/mkvmuxer/
Dmkvmuxer.h1556 uint64_t timestamp_ns, bool is_key);
1573 uint64_t timestamp_ns, uint64_t duration_ns);
1749 int TestFrame(uint64_t track_num, uint64_t timestamp_ns, bool key) const;
1753 bool MakeNewCluster(uint64_t timestamp_ns);
1758 bool DoNewClusterProcessing(uint64_t track_num, uint64_t timestamp_ns,
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.h1556 uint64_t timestamp_ns, bool is_key);
1573 uint64_t timestamp_ns, uint64_t duration_ns);
1749 int TestFrame(uint64_t track_num, uint64_t timestamp_ns, bool key) const;
1753 bool MakeNewCluster(uint64_t timestamp_ns);
1758 bool DoNewClusterProcessing(uint64_t track_num, uint64_t timestamp_ns,
/external/bcc/examples/lua/
Dmemleak.lua163 if now - min_age_ns >= tonumber(info.timestamp_ns) then

12