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

/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Daudio_coding_module_impl.cc344 uint32_t primary_timestamp = primary_encoder->EarliestTimestamp(); local
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;
406 current_timestamp = primary_timestamp;

Completed in 1185 milliseconds