Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/utility/source/
Dcoder.cc19 _encodeTimestamp(0), in AudioCoder()
85 audioFrame.timestamp_ = _encodeTimestamp; in Encode()
86 _encodeTimestamp += static_cast<uint32_t>(audioFrame.samples_per_channel_); in Encode()
Dcoder.h53 uint32_t _encodeTimestamp; variable