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

  /hardware/intel/common/libmix/mix_video/src/
mixframemanager.c 325 guint64 lowest_timestamp = (guint64)-1; local
360 if (lowest_timestamp > timestamp)
362 lowest_timestamp = timestamp;
368 if (lowest_timestamp == (guint64)-1)
375 if (lowest_timestamp <= expected + tolerance)
381 *frametimestamp = lowest_timestamp;
  /external/webrtc/webrtc/modules/audio_coding/neteq/
packet_buffer_unittest.cc 536 uint32_t lowest_timestamp = std::min(limit_timestamp, other_timestamp); local
539 lowest_timestamp, highest_timestamp, kZeroHorizon));
541 highest_timestamp, lowest_timestamp, kZeroHorizon));

Completed in 186 milliseconds