Searched defs:now_ts (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
H A Dreference_picture_selection.cc52 bool ReferencePictureSelection::ReceivedSLI(uint32_t now_ts) { argument
57 if (TimestampDiff(now_ts, last_refresh_time_) > rtt_) {
59 last_refresh_time_ = now_ts;
66 uint32_t now_ts) {
86 if (TimestampDiff(now_ts, last_sent_ref_update_time_) > update_interval &&
99 last_sent_ref_update_time_ = now_ts;
64 EncodeFlags(int picture_id, bool send_refresh, uint32_t now_ts) argument
/external/perfetto/include/perfetto/ftrace_reader/
H A Dftrace_controller.h60 double now_ts; member in struct:perfetto::FtraceCpuStats

Completed in 161 milliseconds