|
FakeVideoSendStream * | AddSendStream () |
|
FakeVideoSendStream * | AddSendStream (const StreamParams &sp) |
|
std::vector< FakeVideoSendStream * > | GetFakeSendStreams () |
|
FakeVideoReceiveStream * | AddRecvStream () |
|
FakeVideoReceiveStream * | AddRecvStream (const StreamParams &sp) |
|
void | SetSendCodecsShouldWorkForBitrates (const char *min_bitrate_kbps, int expected_min_bitrate_bps, const char *start_bitrate_kbps, int expected_start_bitrate_bps, const char *max_bitrate_kbps, int expected_max_bitrate_bps) |
|
void | TestSetSendRtpHeaderExtensions (const std::string &ext_uri) |
|
void | TestSetRecvRtpHeaderExtensions (const std::string &ext_uri) |
|
void | TestExtensionFilter (const std::vector< std::string > &extensions, const std::string &expected_extension) |
|
void | TestCpuAdaptation (bool enable_overuse, bool is_screenshare) |
|
void | TestReceiverLocalSsrcConfiguration (bool receiver_first) |
|
void | TestReceiveUnsignaledSsrcPacket (uint8_t payload_type, bool expect_created_receive_stream) |
|
FakeVideoSendStream * | SetDenoisingOption (uint32_t ssrc, cricket::FakeVideoCapturer *capturer, bool enabled) |
|
FakeVideoSendStream * | SetUpSimulcast (bool enabled, bool with_rtx) |
|
int | GetMaxEncoderBitrate () |
|
void | SetAndExpectMaxBitrate (int global_max, int stream_max, int expected_encoder_bitrate) |
|
cricket::VideoCodec | GetEngineCodec (const std::string &name) |
|
VideoMediaChannel * | SetUpForExternalEncoderFactory (cricket::WebRtcVideoEncoderFactory *encoder_factory) |
|
VideoMediaChannel * | SetUpForExternalDecoderFactory (cricket::WebRtcVideoDecoderFactory *decoder_factory, const std::vector< VideoCodec > &codecs) |
|
void | TestExtendedEncoderOveruse (bool use_external_encoder) |
|
| Test () |
|
virtual void | TearDown () |
|
◆ WebRtcVideoChannel2Test() [1/2]
cricket::WebRtcVideoChannel2Test::WebRtcVideoChannel2Test |
( |
| ) |
|
|
inline |
◆ WebRtcVideoChannel2Test() [2/2]
cricket::WebRtcVideoChannel2Test::WebRtcVideoChannel2Test |
( |
const char * |
field_trials | ) |
|
|
inlineexplicit |
◆ AddRecvStream() [1/2]
◆ AddRecvStream() [2/2]
◆ AddSendStream() [1/2]
◆ AddSendStream() [2/2]
◆ GetFakeSendStreams()
◆ GetMaxEncoderBitrate()
int cricket::WebRtcVideoChannel2Test::GetMaxEncoderBitrate |
( |
| ) |
|
|
inlineprotected |
◆ SetAndExpectMaxBitrate()
void cricket::WebRtcVideoChannel2Test::SetAndExpectMaxBitrate |
( |
int |
global_max, |
|
|
int |
stream_max, |
|
|
int |
expected_encoder_bitrate |
|
) |
| |
|
inlineprotected |
◆ SetDenoisingOption()
◆ SetSendCodecsShouldWorkForBitrates()
void cricket::WebRtcVideoChannel2Test::SetSendCodecsShouldWorkForBitrates |
( |
const char * |
min_bitrate_kbps, |
|
|
int |
expected_min_bitrate_bps, |
|
|
const char * |
start_bitrate_kbps, |
|
|
int |
expected_start_bitrate_bps, |
|
|
const char * |
max_bitrate_kbps, |
|
|
int |
expected_max_bitrate_bps |
|
) |
| |
|
inlineprotected |
◆ SetUp()
void cricket::WebRtcVideoChannel2Test::SetUp |
( |
| ) |
|
|
inlineoverridevirtual |
◆ SetUpSimulcast()
FakeVideoSendStream* cricket::WebRtcVideoChannel2Test::SetUpSimulcast |
( |
bool |
enabled, |
|
|
bool |
with_rtx |
|
) |
| |
|
inlineprotected |
◆ TestCpuAdaptation()
void cricket::WebRtcVideoChannel2Test::TestCpuAdaptation |
( |
bool |
enable_overuse, |
|
|
bool |
is_screenshare |
|
) |
| |
|
protected |
◆ TestExtensionFilter()
void cricket::WebRtcVideoChannel2Test::TestExtensionFilter |
( |
const std::vector< std::string > & |
extensions, |
|
|
const std::string & |
expected_extension |
|
) |
| |
|
inlineprotected |
◆ TestReceiverLocalSsrcConfiguration()
void cricket::WebRtcVideoChannel2Test::TestReceiverLocalSsrcConfiguration |
( |
bool |
receiver_first | ) |
|
|
protected |
◆ TestReceiveUnsignaledSsrcPacket()
void cricket::WebRtcVideoChannel2Test::TestReceiveUnsignaledSsrcPacket |
( |
uint8_t |
payload_type, |
|
|
bool |
expect_created_receive_stream |
|
) |
| |
|
protected |
◆ TestSetRecvRtpHeaderExtensions()
void cricket::WebRtcVideoChannel2Test::TestSetRecvRtpHeaderExtensions |
( |
const std::string & |
ext_uri | ) |
|
|
inlineprotected |
◆ TestSetSendRtpHeaderExtensions()
void cricket::WebRtcVideoChannel2Test::TestSetSendRtpHeaderExtensions |
( |
const std::string & |
ext_uri | ) |
|
|
inlineprotected |
◆ channel_
◆ fake_call_
std::unique_ptr<FakeCall> cricket::WebRtcVideoChannel2Test::fake_call_ |
|
protected |
◆ last_ssrc_
uint32_t cricket::WebRtcVideoChannel2Test::last_ssrc_ |
|
protected |
◆ recv_parameters_
◆ send_parameters_
The documentation for this class was generated from the following file: