Home
last modified time | relevance | path

Searched refs:oldest_timestamp (Results 1 – 2 of 2) sorted by relevance

/external/ruy/ruy/
Dprepacked_cache.cc114 Timestamp oldest_timestamp = oldest->second.timestamp; in EjectOne() local
117 if (itr->second.timestamp < oldest_timestamp) { in EjectOne()
119 oldest_timestamp = itr->second.timestamp; in EjectOne()
/external/webrtc/video/
Dsend_statistics_proxy.cc264 uint32_t oldest_timestamp = encoded_frames_.begin()->first; in InsertEncodedFrame() local
265 if (ForwardDiff(oldest_timestamp, encoded_frame.Timestamp()) > in InsertEncodedFrame()