Searched refs:TimestampLessThan (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Djitter_buffer.h54 class TimestampLessThan { class in namespace:webrtc
63 : public std::map<uint32_t, VCMFrameBuffer*, TimestampLessThan> {
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Daudio_coding_module_impl.cc101 static int TimestampLessThan(uint32_t t1, uint32_t t2) { function in namespace:webrtc::acm2::__anon15838
375 TimestampLessThan(primary_timestamp, secondary_timestamp) : 0;
377 TimestampLessThan(primary_timestamp, last_red_timestamp_) : 0;
384 (1 - TimestampLessThan(primary_timestamp, secondary_timestamp)) : 0;
389 (1 - TimestampLessThan(primary_timestamp, last_red_timestamp_)) : 0;

Completed in 407 milliseconds