Home
last modified time | relevance | path

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

12

/external/webrtc/sdk/objc/native/src/audio/
Dvoice_processing_audio_unit.h24 const AudioTimeStamp* time_stamp,
32 const AudioTimeStamp* time_stamp,
90 const AudioTimeStamp* time_stamp,
101 const AudioTimeStamp* time_stamp,
107 const AudioTimeStamp* time_stamp,
114 const AudioTimeStamp* time_stamp,
120 const AudioTimeStamp* time_stamp,
Dvoice_processing_audio_unit.mm362 const AudioTimeStamp* time_stamp,
368 OSStatus result = AudioUnitRender(vpio_unit_, flags, time_stamp,
379 const AudioTimeStamp* time_stamp,
385 return audio_unit->NotifyGetPlayoutData(flags, time_stamp, bus_number,
392 const AudioTimeStamp* time_stamp,
398 return audio_unit->NotifyDeliverRecordedData(flags, time_stamp, bus_number,
404 const AudioTimeStamp* time_stamp,
408 return observer_->OnGetPlayoutData(flags, time_stamp, bus_number, num_frames,
414 const AudioTimeStamp* time_stamp,
418 return observer_->OnDeliverRecordedData(flags, time_stamp, bus_number,
Daudio_device_ios.h151 const AudioTimeStamp* time_stamp,
156 const AudioTimeStamp* time_stamp,
/external/tensorflow/tensorflow/tools/android/test/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/curl/lib/vtls/
Dschannel.h75 TimeStamp time_stamp; member
81 TimeStamp time_stamp; member
/external/libvpx/libvpx/vp8/common/
Donyxd.h44 int vp8dx_receive_compressed_data(struct VP8D_COMP *pbi, int64_t time_stamp);
46 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/modules/video_coding/
Dtiming.h69 void StopDecodeTimer(uint32_t time_stamp,
76 void IncomingTimestamp(uint32_t time_stamp, int64_t last_packet_time_ms);
Dtiming.cc167 void VCMTiming::IncomingTimestamp(uint32_t time_stamp, int64_t now_ms) { in IncomingTimestamp() argument
169 ts_extrapolator_->Update(now_ms, time_stamp); in IncomingTimestamp()
Ddecoding_state.h50 uint32_t time_stamp() const;
/external/libvpx/libvpx/vp9/
Dsimple_encode.cc151 int64_t time_stamp; in ComputeFirstPassStats() local
158 vp9_get_compressed_data(cpi, &frame_flags, &size, NULL, &time_stamp, in ComputeFirstPassStats()
263 int64_t time_stamp; in EncodeFrame() local
270 encode_frame_result->coding_data.get(), &time_stamp, in EncodeFrame()
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
Dlog.py424 time_stamp = trace_time.Now()
427 assert issue_ts <= time_stamp
429 add_trace_event("c", time_stamp, "python", "clock_sync", args_to_log)
/external/arm-trusted-firmware/plat/hisilicon/hikey/
Dhisi_mcu.c47 char time_stamp[24]; member
165 ERROR("Invalid %s image header.\n", head->time_stamp); in hisi_mcu_load_image()
/external/libvpx/libvpx/vp8/decoder/
Donyxd_if.c305 int vp8dx_receive_compressed_data(VP8D_COMP *pbi, int64_t time_stamp) { in vp8dx_receive_compressed_data() argument
371 pbi->last_time_stamp = time_stamp; in vp8dx_receive_compressed_data()
378 int64_t *time_stamp, int64_t *time_end_stamp, in vp8dx_get_raw_frame() argument
388 *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/blktrace/btreplay/
Dbtrecord.h36 __u64 time_stamp; member
/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/webrtc/modules/rtp_rtcp/source/
Dfec_test_helper.cc50 int time_stamp = random_->Rand<int>(); in ConstructMediaPackets() local
79 webrtc::ByteWriter<uint32_t>::WriteBigEndian(&data[4], time_stamp); in ConstructMediaPackets()
/external/piex/src/
Dpiex_types.h76 Rational time_stamp[3]; // Giving hour, minute and second. member
/external/oss-fuzz/infra/build/functions/
Dbuild_project.py145 time_stamp = datetime.datetime.now().strftime('%Y%m%d%H%M')
168 stamped_name = '-'.join([name, sanitizer, time_stamp])

12