|
static const size_t | kNumSsrcs = 3 |
|
static const int | kDefaultWidth = 320 |
|
static const int | kDefaultHeight = 180 |
|
static const int | kDefaultFramerate = 30 |
|
static const int | kDefaultTimeoutMs = 30 * 1000 |
|
static const int | kLongTimeoutMs = 120 * 1000 |
|
static const uint8_t | kVideoSendPayloadType = 100 |
|
static const uint8_t | kSendRtxPayloadType = 98 |
|
static const uint8_t | kFakeVideoSendPayloadType = 125 |
|
static const uint8_t | kRedPayloadType = 118 |
|
static const uint8_t | kRtxRedPayloadType = 99 |
|
static const uint8_t | kUlpfecPayloadType = 119 |
|
static const uint8_t | kFlexfecPayloadType = 120 |
|
static const uint8_t | kAudioSendPayloadType = 103 |
|
static const uint32_t | kSendRtxSsrcs [kNumSsrcs] |
|
static const uint32_t | kVideoSendSsrcs [kNumSsrcs] |
|
static const uint32_t | kAudioSendSsrc = 0xDEADBEEF |
|
static const uint32_t | kFlexfecSendSsrc = 0xBADBEEF |
|
static const uint32_t | kReceiverLocalVideoSsrc = 0x123456 |
|
static const uint32_t | kReceiverLocalAudioSsrc = 0x1234567 |
|
static const int | kNackRtpHistoryMs = 1000 |
|
void | RunBaseTest (BaseTest *test) |
|
void | CreateCalls (const Call::Config &sender_config, const Call::Config &receiver_config) |
|
void | CreateSenderCall (const Call::Config &config) |
|
void | CreateReceiverCall (const Call::Config &config) |
|
void | DestroyCalls () |
|
void | CreateSendConfig (size_t num_video_streams, size_t num_audio_streams, size_t num_flexfec_streams, Transport *send_transport) |
|
void | CreateMatchingReceiveConfigs (Transport *rtcp_send_transport) |
|
void | CreateFrameGeneratorCapturerWithDrift (Clock *drift_clock, float speed, int framerate, int width, int height) |
|
void | CreateFrameGeneratorCapturer (int framerate, int width, int height) |
|
void | CreateFakeAudioDevices () |
|
void | CreateVideoStreams () |
|
void | CreateAudioStreams () |
|
void | CreateFlexfecStreams () |
|
void | Start () |
|
void | Stop () |
|
void | DestroyStreams () |
|
void | SetFakeVideoCaptureRotation (VideoRotation rotation) |
|
void | RunBaseTest (BaseTest *test) |
|
void | CreateCalls (const Call::Config &sender_config, const Call::Config &receiver_config) |
|
void | CreateSenderCall (const Call::Config &config) |
|
void | CreateReceiverCall (const Call::Config &config) |
|
void | DestroyCalls () |
|
void | CreateSendConfig (size_t num_video_streams, size_t num_audio_streams, size_t num_flexfec_streams, Transport *send_transport) |
|
void | CreateMatchingReceiveConfigs (Transport *rtcp_send_transport) |
|
void | CreateFrameGeneratorCapturerWithDrift (Clock *drift_clock, float speed, int framerate, int width, int height) |
|
void | CreateFrameGeneratorCapturer (int framerate, int width, int height) |
|
void | CreateFakeAudioDevices () |
|
void | CreateVideoStreams () |
|
void | CreateAudioStreams () |
|
void | CreateFlexfecStreams () |
|
void | Start () |
|
void | Stop () |
|
void | DestroyStreams () |
|
void | SetFakeVideoCaptureRotation (VideoRotation rotation) |
|
| Test () |
|