Searched refs:_incomingPayload (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/test/
H A DPacketLossTest.cc44 _realPayloadSizeBytes = _rtpStream->Read(&_rtpInfo, _incomingPayload,
57 _acm->IncomingPacket(_incomingPayload, _realPayloadSizeBytes, _rtpInfo);
60 _realPayloadSizeBytes = _rtpStream->Read(&_rtpInfo, _incomingPayload,
H A DEncodeDecodeTest.h93 uint8_t _incomingPayload[MAX_INCOMING_PAYLOAD]; member in class:webrtc::Receiver
H A DEncodeDecodeTest.cc186 _realPayloadSizeBytes = _rtpStream->Read(&_rtpInfo, _incomingPayload,
198 EXPECT_EQ(0, _acm->IncomingPacket(_incomingPayload, _realPayloadSizeBytes,
200 _realPayloadSizeBytes = _rtpStream->Read(&_rtpInfo, _incomingPayload,

Completed in 54 milliseconds