HomeSort by relevance Sort by last modified time
    Searched full:secondary_timestamp (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
audio_coding_module_impl.cc 345 uint32_t secondary_timestamp = secondary_encoder_->EarliestTimestamp(); local
375 TimestampLessThan(primary_timestamp, secondary_timestamp) : 0;
384 (1 - TimestampLessThan(primary_timestamp, secondary_timestamp)) : 0;
408 current_timestamp = secondary_timestamp;
    [all...]

Completed in 258 milliseconds