Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/utility/source/
Dcoder.cc21 _encodedLengthInBytes(0), in AudioCoder()
90 _encodedLengthInBytes = 0; in Encode()
96 encodedLengthInBytes = _encodedLengthInBytes; in Encode()
109 _encodedLengthInBytes = payloadSize; in SendData()
Dcoder.h55 size_t _encodedLengthInBytes; variable