Home
last modified time | relevance | path

Searched refs:time_ns (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_fence.c114 int64_t time_ns = os_time_get_nano(); in tc_fence_finish() local
115 *timeout_ns = abs_timeout > time_ns ? abs_timeout - time_ns : 0; in tc_fence_finish()
/third_party/ffmpeg/libavformat/
H A Dmatroskadec.c4103 static int buffer_size_after_time_downloaded(int64_t time_ns, double search_sec, int64_t bps, in buffer_size_after_time_downloaded() argument
4109 double time_sec = time_ns / nano_seconds_per_second; in buffer_size_after_time_downloaded()
4112 int64_t end_time_ns = time_ns + time_to_search_ns; in buffer_size_after_time_downloaded()
4114 CueDesc desc_curr = get_cue_desc(s, time_ns, cues_start); in buffer_size_after_time_downloaded()
4120 if (time_ns > desc_curr.start_time_ns) { in buffer_size_after_time_downloaded()
4121 int64_t cue_nano = desc_curr.end_time_ns - time_ns; in buffer_size_after_time_downloaded()
4193 int64_t time_ns = sti->index_entries[i].timestamp * matroska->time_scale; in webm_dash_manifest_compute_bandwidth() local
4200 CueDesc desc_beg = get_cue_desc(s, time_ns, cues_start); in webm_dash_manifest_compute_bandwidth()
4204 if (time_ns > INT64_MAX - prebuffer_ns) in webm_dash_manifest_compute_bandwidth()
4206 prebuffered_ns = time_ns in webm_dash_manifest_compute_bandwidth()
[all...]
/third_party/python/Lib/
H A Duuid.py692 nanoseconds = time.time_ns()
/third_party/mesa3d/include/drm-uapi/
H A Ddrm.h1142 __s64 time_ns; member
/third_party/libdrm/include/drm/
H A Ddrm.h1132 __s64 time_ns; member
/third_party/python/Lib/test/
H A Dtest_time.py81 time.time_ns())
/third_party/libdrm/
H A Dxf86drmMode.c1055 seq->time_ns, in drmHandleEvent()

Completed in 19 milliseconds