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

/external/chromium_org/media/cast/
H A Dcast_defines.h76 inline bool IsNewerRtpTimestamp(uint32 timestamp, uint32 prev_timestamp) { argument
77 return (timestamp != prev_timestamp) &&
78 static_cast<uint32>(timestamp - prev_timestamp) < 0x80000000;

Completed in 357 milliseconds