Searched refs:_encodedLengthInBytes (Results 1 – 2 of 2) sorted by relevance
21 _encodedLengthInBytes(0), in AudioCoder()90 _encodedLengthInBytes = 0; in Encode()96 encodedLengthInBytes = _encodedLengthInBytes; in Encode()109 _encodedLengthInBytes = payloadSize; in SendData()
55 size_t _encodedLengthInBytes; variable