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

/external/chromium_org/third_party/webrtc/modules/interface/
H A Dmodule_common_types.h894 inline bool IsNewerTimestamp(uint32_t timestamp, uint32_t prev_timestamp) { function in namespace:webrtc
907 return IsNewerTimestamp(timestamp1, timestamp2) ? timestamp1 : timestamp2;

Completed in 1661 milliseconds