Searched refs:time_stamp (Results 1 - 25 of 48) sorted by relevance

12

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
H A Dtime_log.h34 int64_t time_stamp; member in struct:LogEntry
67 time_logs[num_time_logs].time_stamp = CurrentThreadTimeNanos();
111 (this_time->time_stamp - last_time->time_stamp) / 1000000.0f;
121 (last_time->time_stamp - time_logs->time_stamp) / 1000000.0f;
/external/autotest/tko/
H A Dsave_query.cgi39 def delete_query(time_stamp):
42 data_to_delete = {'time_created':time_stamp}
56 ## key 'delete' has arg value of time_stamp
58 time_stamp = dict_url['delete']
59 delete_query(time_stamp)
/external/libvpx/libvpx/vp8/common/
H A Donyxd.h45 const uint8_t *dest, int64_t time_stamp);
47 int64_t *time_stamp, int64_t *time_end_stamp,
H A Donyx.h253 YV12_BUFFER_CONFIG *sd, int64_t time_stamp,
257 unsigned char *dest_end, int64_t *time_stamp,
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
H A 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/libavc/encoder/
H A Dih264e_time_stamp.h167 * Updates the time_stamp structure
218 void ih264e_init_time_stamp(time_stamp_handle time_stamp,
245 void ih264e_update_time_stamp(time_stamp_handle time_stamp);
/external/blktrace/btreplay/
H A Dbtrecord.h32 * @time_stamp: Time stamp for this bunch of IOs
36 __u64 time_stamp; member in struct:io_bunch_hdr
/external/webrtc/talk/media/base/
H A 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;
H A Dfakevideocapturer.h117 frame.time_stamp = initial_unix_timestamp_ + next_timestamp_;
/external/webrtc/webrtc/video/
H A Dpayload_router.h51 uint32_t time_stamp,
H A Dpayload_router.cc53 uint32_t time_stamp,
73 frame_type, payload_type, time_stamp, capture_time_ms, payload_data,
51 RoutePayload(FrameType frame_type, int8_t payload_type, uint32_t time_stamp, int64_t capture_time_ms, const uint8_t* payload_data, size_t payload_length, const RTPFragmentationHeader* fragmentation, const RTPVideoHeader* rtp_video_hdr) argument
/external/webrtc/webrtc/modules/video_coding/
H A Dtiming.h59 int32_t StopDecodeTimer(uint32_t time_stamp,
66 void IncomingTimestamp(uint32_t time_stamp, int64_t last_packet_time_ms);
H A Ddecoding_state.h47 uint32_t time_stamp() const;
H A Dtiming.cc171 int32_t VCMTiming::StopDecodeTimer(uint32_t time_stamp, argument
193 void VCMTiming::IncomingTimestamp(uint32_t time_stamp, int64_t now_ms) { argument
195 ts_extrapolator_->Update(now_ms, time_stamp);
/external/webrtc/talk/app/webrtc/
H A Dandroidvideocapturer.cc66 captured_frame_.time_stamp = time_stamp_in_ns;
74 captured_frame_.time_stamp = 0;
91 captured_frame->time_stamp, captured_frame->rotation));
114 scaled_buffer, input_frame->time_stamp,
226 int64_t time_stamp) {
228 frame_factory_->UpdateCapturedFrame(buffer, rotation, time_stamp);
223 OnIncomingFrame( const rtc::scoped_refptr<webrtc::VideoFrameBuffer>& buffer, int rotation, int64_t time_stamp) argument
H A Dandroidvideocapturer.h73 int64_t time_stamp);
/external/webrtc/talk/media/devices/
H A Dfilevideocapturer.cc80 buffer.WriteUInt64(frame.time_stamp);
307 buffer.ReadUInt64(reinterpret_cast<uint64_t*>(&frame->time_stamp));
320 captured_frame_.time_stamp =
373 : captured_frame_.time_stamp - last_frame_timestamp_ns_;
381 last_frame_timestamp_ns_ = captured_frame_.time_stamp;
/external/piex/src/
H A Dpiex_types.h76 Rational time_stamp[3]; // Giving hour, minute and second. member in struct:piex::PreviewImageData::Gps
/external/webrtc/webrtc/modules/audio_coding/test/
H A DTestVADDTX.cc104 uint32_t time_stamp = 0x12345678; local
108 audio_frame.timestamp_ = time_stamp;
109 time_stamp += frame_size_samples;
/external/webrtc/webrtc/modules/audio_device/ios/
H A Daudio_device_ios.h195 const AudioTimeStamp* time_stamp,
201 const AudioTimeStamp* time_stamp,
209 const AudioTimeStamp* time_stamp,
/external/autotest/server/site_tests/enterprise_LongevityTrackerServer/
H A 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/
H A Dwebrtcvideoframe_unittest.cc44 int64_t time_stamp) const override {
46 frame->InitToBlack(w, h, pixel_width, pixel_height, time_stamp);
69 captured_frame.time_stamp = 5678;
H A Dwebrtcvideoframefactory_unittest.cc47 captured_frame_.time_stamp = 5678;
/external/libvpx/libvpx/vp8/decoder/
H A Donyxd_if.c305 const uint8_t *source, int64_t time_stamp) {
382 pbi->last_time_stamp = time_stamp;
390 int64_t *time_stamp, int64_t *time_end_stamp,
400 *time_stamp = pbi->last_time_stamp;
304 vp8dx_receive_compressed_data(VP8D_COMP *pbi, size_t size, const uint8_t *source, int64_t time_stamp) argument
389 vp8dx_get_raw_frame(VP8D_COMP *pbi, YV12_BUFFER_CONFIG *sd, int64_t *time_stamp, int64_t *time_end_stamp, vp8_ppflags_t *flags) argument
/external/autotest/client/site_tests/longevity_Tracker/
H A 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)

Completed in 1139 milliseconds

12