Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/tools/
Dfake_decode_from_file.cc88 uint32_t timestamp_to_decode = in DecodeInternal() local
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()