Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/test/
DEncodeDecodeTest.h25 #define MAX_INCOMING_PAYLOAD 8096 macro
93 uint8_t _incomingPayload[MAX_INCOMING_PAYLOAD];
DEncodeDecodeTest.cc122 _payloadSizeBytes(MAX_INCOMING_PAYLOAD) { in Receiver()