Home
last modified time | relevance | path

Searched refs:time_stamp (Results 1 – 25 of 55) sorted by relevance

123

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dtime_log.h34 int64_t time_stamp; member
67 time_logs[num_time_logs].time_stamp = CurrentThreadTimeNanos(); in TimeLog()
111 (this_time->time_stamp - last_time->time_stamp) / 1000000.0f; in PrintTimeLog()
121 (last_time->time_stamp - time_logs->time_stamp) / 1000000.0f; in PrintTimeLog()
/external/libaom/libaom/aom_dsp/
Dgrain_table.c182 void aom_film_grain_table_append(aom_film_grain_table_t *t, int64_t time_stamp, in aom_film_grain_table_append() argument
192 new_tail->start_time = time_stamp; in aom_film_grain_table_append()
197 t->tail->start_time = AOMMIN(t->tail->start_time, time_stamp); in aom_film_grain_table_append()
201 int aom_film_grain_table_lookup(aom_film_grain_table_t *t, int64_t time_stamp, in aom_film_grain_table_lookup() argument
211 if (time_stamp >= entry->start_time && time_stamp < entry->end_time) { in aom_film_grain_table_lookup()
214 if (time_stamp != 0) grain->random_seed = random_seed; in aom_film_grain_table_lookup()
219 if (time_stamp <= entry->start_time && end_time >= entry->end_time) { in aom_film_grain_table_lookup()
227 } else if (time_stamp <= entry->start_time && in aom_film_grain_table_lookup()
230 } else if (time_stamp > entry->start_time && in aom_film_grain_table_lookup()
232 entry->end_time = time_stamp; in aom_film_grain_table_lookup()
[all …]
Dgrain_table.h61 int64_t time_stamp, int64_t end_time,
72 int aom_film_grain_table_lookup(aom_film_grain_table_t *t, int64_t time_stamp,
/external/autotest/tko/
Dsave_query.cgi39 def delete_query(time_stamp): argument
42 data_to_delete = {'time_created':time_stamp}
58 time_stamp = dict_url['delete']
59 delete_query(time_stamp)
/external/webrtc/talk/app/webrtc/
Dandroidvideocapturer.cc66 captured_frame_.time_stamp = time_stamp_in_ns; in UpdateCapturedFrame()
74 captured_frame_.time_stamp = 0; in ClearCapturedFrame()
91 captured_frame->time_stamp, captured_frame->rotation)); in CreateAliasedFrame()
114 scaled_buffer, input_frame->time_stamp, in CreateAliasedFrame()
226 int64_t time_stamp) { in OnIncomingFrame() argument
228 frame_factory_->UpdateCapturedFrame(buffer, rotation, time_stamp); in OnIncomingFrame()
/external/webrtc/talk/media/base/
Dvideoframe.h45 size_t pixel_height, int64_t time_stamp) = 0;
61 int64_t time_stamp,
101 virtual void SetTimeStamp(int64_t time_stamp) = 0;
214 int64_t time_stamp) const = 0;
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
Dtrace_event.py113 time_stamp = trace_time.Now()
116 assert issue_ts <= time_stamp
119 "c", time_stamp, "python", "clock_sync", args_to_log)
/external/webrtc/talk/media/devices/
Dfilevideocapturer.cc80 buffer.WriteUInt64(frame.time_stamp); in RecordFrame()
307 buffer.ReadUInt64(reinterpret_cast<uint64_t*>(&frame->time_stamp)); in ReadFrameHeader()
320 captured_frame_.time_stamp = in ReadFrame()
373 : captured_frame_.time_stamp - last_frame_timestamp_ns_; in ReadFrame()
381 last_frame_timestamp_ns_ = captured_frame_.time_stamp; in ReadFrame()
/external/curl/lib/vtls/
Dschannel.h75 TimeStamp time_stamp; member
81 TimeStamp time_stamp; member
/external/libvpx/libvpx/vp8/common/
Donyxd.h45 const uint8_t *source, int64_t time_stamp);
47 int64_t *time_stamp, int64_t *time_end_stamp,
Donyx.h253 YV12_BUFFER_CONFIG *sd, int64_t time_stamp,
257 unsigned char *dest_end, int64_t *time_stamp,
/external/libavc/encoder/
Dih264e_time_stamp.h218 void ih264e_init_time_stamp(time_stamp_handle time_stamp,
245 void ih264e_update_time_stamp(time_stamp_handle time_stamp);
/external/webrtc/webrtc/modules/audio_coding/test/
DTestVADDTX.cc104 uint32_t time_stamp = 0x12345678; in Run() local
108 audio_frame.timestamp_ = time_stamp; in Run()
109 time_stamp += frame_size_samples; in Run()
/external/webrtc/webrtc/modules/video_coding/
Dtiming.cc171 int32_t VCMTiming::StopDecodeTimer(uint32_t time_stamp, in StopDecodeTimer() argument
193 void VCMTiming::IncomingTimestamp(uint32_t time_stamp, int64_t now_ms) { in IncomingTimestamp() argument
195 ts_extrapolator_->Update(now_ms, time_stamp); in IncomingTimestamp()
Dtiming.h59 int32_t StopDecodeTimer(uint32_t time_stamp,
66 void IncomingTimestamp(uint32_t time_stamp, int64_t last_packet_time_ms);
Ddecoding_state.h47 uint32_t time_stamp() const;
/external/webrtc/webrtc/video/
Dpayload_router.cc53 uint32_t time_stamp, in RoutePayload() argument
73 frame_type, payload_type, time_stamp, capture_time_ms, payload_data, in RoutePayload()
Dpayload_router.h51 uint32_t time_stamp,
/external/webrtc/webrtc/modules/audio_device/ios/
Daudio_device_ios.h195 const AudioTimeStamp* time_stamp,
201 const AudioTimeStamp* time_stamp,
209 const AudioTimeStamp* time_stamp,
/external/libvpx/libvpx/vp8/decoder/
Donyxd_if.c306 const uint8_t *source, int64_t time_stamp) { in vp8dx_receive_compressed_data() argument
374 pbi->last_time_stamp = time_stamp; in vp8dx_receive_compressed_data()
381 int64_t *time_stamp, int64_t *time_end_stamp, in vp8dx_get_raw_frame() argument
391 *time_stamp = pbi->last_time_stamp; in vp8dx_get_raw_frame()
/external/autotest/server/site_tests/enterprise_LongevityTrackerServer/
Denterprise_LongevityTrackerServer.py196 time_stamp = time.strftime('%Y/%m/%d %H:%M:%S')
197 perf_writer.writerow([time_stamp, cpu_usage, mem_usage, max_temp])
199 time_stamp, cpu_usage, mem_usage, max_temp)
/external/webrtc/talk/media/webrtc/
Dwebrtcvideoframe_unittest.cc44 int64_t time_stamp) const override { in CreateEmptyFrame()
46 frame->InitToBlack(w, h, pixel_width, pixel_height, time_stamp); in CreateEmptyFrame()
69 captured_frame.time_stamp = 5678; in TestInit()
/external/libaom/libaom/av1/encoder/
Dencode_strategy.h31 int64_t *const time_stamp, int64_t *const time_end,
/external/autotest/client/site_tests/longevity_Tracker/
Dlongevity_Tracker.py151 time_stamp = time.strftime('%Y/%m/%d %H:%M:%S')
152 perf_writer.writerow([time_stamp, cpu_usage, mem_usage, max_temp])
154 time_stamp, cpu_usage, mem_usage, max_temp)
/external/blktrace/btreplay/
Dbtrecord.h36 __u64 time_stamp; member

123