Home
last modified time | relevance | path

Searched refs:next_timestamp_from_input_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/audio_coding/neteq/tools/
Dfake_decode_from_file.cc91 if (next_timestamp_from_input_ && in DecodeInternal()
92 timestamp_to_decode != *next_timestamp_from_input_) { in DecodeInternal()
95 uint32_t jump = timestamp_to_decode - *next_timestamp_from_input_; in DecodeInternal()
99 next_timestamp_from_input_ = timestamp_to_decode + samples_to_decode; in DecodeInternal()
Dfake_decode_from_file.h68 absl::optional<uint32_t> next_timestamp_from_input_; variable