HomeSort by relevance Sort by last modified time
    Searched refs:TimestampLessThan (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
jitter_buffer.h 54 class TimestampLessThan {
63 : public std::map<uint32_t, VCMFrameBuffer*, TimestampLessThan> {
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
audio_coding_module_impl.cc 101 static int TimestampLessThan(uint32_t t1, uint32_t t2) {
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;
    [all...]

Completed in 82 milliseconds