Home
last modified time | relevance | path

Searched refs:time_ns (Results 1 – 25 of 37) sorted by relevance

12

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_event.cc41 cl_ulong time_ns; in GetStartedTimeNs() local
43 &time_ns, nullptr); in GetStartedTimeNs()
44 return time_ns; in GetStartedTimeNs()
48 cl_ulong time_ns; in GetFinishedTimeNs() local
50 &time_ns, nullptr); in GetFinishedTimeNs()
51 return time_ns; in GetFinishedTimeNs()
57 const uint64_t time_ns = (end - start); in GetEventTimeMs() local
59 return static_cast<double>(time_ns) * 1e-6; in GetEventTimeMs()
Dcl_command_queue.cc300 const uint64_t time_ns = (end - start); in GetQueueExecutionTimeMs() local
302 return static_cast<double>(time_ns) / 1000000.0; in GetQueueExecutionTimeMs()
/external/libwebm/common/
Dvp9_level_stats.cc36 void Vp9LevelStats::AddFrame(const Vp9HeaderParser& parser, int64_t time_ns) { in AddFrame() argument
39 start_ns_ = time_ns; in AddFrame()
40 end_ns_ = time_ns; in AddFrame()
55 (time_ns - (libwebm::kNanosecondsPerSecondi - 1))) { in AddFrame()
60 luma_window_.push(std::make_pair(time_ns, luma_picture_size)); in AddFrame()
72 cpb_window_.push(std::make_pair(time_ns, parser.frame_size())); in AddFrame()
83 max_cpb_window_end_ns_ = time_ns; in AddFrame()
93 min_altref_end_ns = time_ns; in AddFrame()
Dvp9_level_stats.h104 void AddFrame(const Vp9HeaderParser& parser, int64_t time_ns);
143 void set_duration(int64_t time_ns) { duration_ns_ = time_ns; } in set_duration() argument
Dvp9_level_stats_tests.cc88 const long long time_ns = block->GetTime(cluster); // NOLINT in ProcessTheFrames() local
98 stats_.AddFrame(parser_, time_ns); in ProcessTheFrames()
/external/bcc/src/lua/bcc/vendor/
Dposix.lua50 local function time_ns(clock) function
77 time_ns=time_ns,
/external/libwebm/
Dsample_muxer_metadata.h47 bool Write(int64_t time_ns);
54 bool operator>(int64_t time_ns) const {
61 return (start_ns > time_ns);
Dwebm_info.cc697 void PrintVP9Info(const uint8_t* data, int size, FILE* o, int64_t time_ns, in PrintVP9Info() argument
709 stats->window.front() < (time_ns - (kNanosecondsPerSecondi - 1))) in PrintVP9Info()
722 level_stats->AddFrame(*parser, time_ns); in PrintVP9Info()
739 stats->window.push(time_ns); in PrintVP9Info()
748 stats->min_altref_end_ns = time_ns; in PrintVP9Info()
778 stats->max_window_end_ns = time_ns; in PrintVP9Info()
852 const int64_t time_ns = cluster.GetTime(); in OutputCluster() local
864 time_ns / kNanosecondsPerSecond); in OutputCluster()
867 indent->indent_str().c_str(), time_ns); in OutputCluster()
906 const int64_t time_ns = block->GetTime(&cluster); in OutputCluster() local
[all …]
Dmkvparser_sample.cc359 const long long time_ns = pCluster->GetTime(); in main() local
360 printf("\t\tCluster Time (ns)\t: %lld\n", time_ns); in main()
384 const long long time_ns = pBlock->GetTime(pCluster); in main() local
389 pBlock->IsKey() ? "I" : "P", time_ns, discard_padding); in main()
Dsample_muxer_metadata.cc59 bool SampleMuxerMetadata::Write(int64_t time_ns) { in Write() argument
68 if (time_ns >= 0 && v > time_ns) in Write()
Dvttdemux.cc211 bool WriteCueTime(FILE* f, mkvtime_t time_ns);
908 bool vttdemux::WriteCueTime(FILE* f, mkvtime_t time_ns) { in WriteCueTime() argument
909 mkvtime_t ms = time_ns / 1000000; // WebVTT time has millisecond resolution in WriteCueTime()
Dmkvmuxer_sample.cc710 const long long time_ns = block->GetTime(cluster); in main() local
714 if (!metadata.Write(time_ns)) in main()
742 muxer_frame.set_timestamp(time_ns); in main()
/external/bcc/tools/
Dstacksnoop.lua77 local start_ts = utils.posix.time_ns()
80 local ts = (utils.posix.time_ns() - start_ts) / 1e9
/external/libvpx/libwebm/mkvparser/
Dmkvparser.cc2004 bool Cues::Find(long long time_ns, const Track* pTrack, const CuePoint*& pCP, in Find() argument
2006 if (time_ns < 0 || pTrack == NULL || m_cue_points == NULL || m_count == 0) in Find()
2019 if (time_ns <= pCP->GetTime(m_pSegment)) { in Find()
2040 if (t <= time_ns) in Find()
2054 if (pCP == NULL || pCP->GetTime(m_pSegment) > time_ns) in Find()
3154 const Cluster* Segment::FindCluster(long long time_ns) const { in FindCluster()
3163 if (time_ns <= pCluster->GetTime()) in FindCluster()
3187 if (t <= time_ns) in FindCluster()
3204 assert(pCluster->GetTime() <= time_ns); in FindCluster()
4814 long Track::Seek(long long time_ns, const BlockEntry*& pResult) const { in Seek() argument
[all …]
Dmkvparser.h365 virtual long Seek(long long time_ns, const BlockEntry*&) const;
524 long Seek(long long time_ns, const BlockEntry*&) const;
945 long long time_ns, const Track*, const CuePoint*&,
/external/libwebm/mkvparser/
Dmkvparser.cc2004 bool Cues::Find(long long time_ns, const Track* pTrack, const CuePoint*& pCP, in Find() argument
2006 if (time_ns < 0 || pTrack == NULL || m_cue_points == NULL || m_count == 0) in Find()
2019 if (time_ns <= pCP->GetTime(m_pSegment)) { in Find()
2040 if (t <= time_ns) in Find()
2054 if (pCP == NULL || pCP->GetTime(m_pSegment) > time_ns) in Find()
3154 const Cluster* Segment::FindCluster(long long time_ns) const { in FindCluster()
3163 if (time_ns <= pCluster->GetTime()) in FindCluster()
3187 if (t <= time_ns) in FindCluster()
3204 assert(pCluster->GetTime() <= time_ns); in FindCluster()
4814 long Track::Seek(long long time_ns, const BlockEntry*& pResult) const { in Seek() argument
[all …]
Dmkvparser.h365 virtual long Seek(long long time_ns, const BlockEntry*&) const;
524 long Seek(long long time_ns, const BlockEntry*&) const;
945 long long time_ns, const Track*, const CuePoint*&,
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
Dmkvparser.cc2004 bool Cues::Find(long long time_ns, const Track* pTrack, const CuePoint*& pCP, in Find() argument
2006 if (time_ns < 0 || pTrack == NULL || m_cue_points == NULL || m_count == 0) in Find()
2019 if (time_ns <= pCP->GetTime(m_pSegment)) { in Find()
2040 if (t <= time_ns) in Find()
2054 if (pCP == NULL || pCP->GetTime(m_pSegment) > time_ns) in Find()
3154 const Cluster* Segment::FindCluster(long long time_ns) const { in FindCluster()
3163 if (time_ns <= pCluster->GetTime()) in FindCluster()
3187 if (t <= time_ns) in FindCluster()
3204 assert(pCluster->GetTime() <= time_ns); in FindCluster()
4814 long Track::Seek(long long time_ns, const BlockEntry*& pResult) const { in Seek() argument
[all …]
Dmkvparser.h365 virtual long Seek(long long time_ns, const BlockEntry*&) const;
524 long Seek(long long time_ns, const BlockEntry*&) const;
945 long long time_ns, const Track*, const CuePoint*&,
/external/libaom/libaom/third_party/libwebm/mkvparser/
Dmkvparser.cc2004 bool Cues::Find(long long time_ns, const Track* pTrack, const CuePoint*& pCP, in Find() argument
2006 if (time_ns < 0 || pTrack == NULL || m_cue_points == NULL || m_count == 0) in Find()
2019 if (time_ns <= pCP->GetTime(m_pSegment)) { in Find()
2040 if (t <= time_ns) in Find()
2054 if (pCP == NULL || pCP->GetTime(m_pSegment) > time_ns) in Find()
3154 const Cluster* Segment::FindCluster(long long time_ns) const { in FindCluster()
3163 if (time_ns <= pCluster->GetTime()) in FindCluster()
3187 if (t <= time_ns) in FindCluster()
3204 assert(pCluster->GetTime() <= time_ns); in FindCluster()
4814 long Track::Seek(long long time_ns, const BlockEntry*& pResult) const { in Seek() argument
[all …]
Dmkvparser.h365 virtual long Seek(long long time_ns, const BlockEntry*&) const;
524 long Seek(long long time_ns, const BlockEntry*&) const;
945 long long time_ns, const Track*, const CuePoint*&,
/external/bcc/examples/lua/
Dmemleak.lua157 local now = utils.posix.time_ns()
/external/igt-gpu-tools/tests/
Dkms_sequence.c84 __s64 time_ns; member
/external/python/cpython3/Lib/
Duuid.py684 nanoseconds = time.time_ns()
/external/igt-gpu-tools/include/drm-uapi/
Ddrm.h953 __s64 time_ns; member

12