|
void | VerifySettings (int num_spatial_layers, int num_temporal_layers) |
|
void | SetUp () override |
|
void | TearDown () override |
|
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 () |
|
◆ Vp9SettingsTestWithFieldTrial()
cricket::Vp9SettingsTestWithFieldTrial::Vp9SettingsTestWithFieldTrial |
( |
const char * |
field_trials | ) |
|
|
inlineexplicit |
◆ VerifySettings()
void cricket::Vp9SettingsTestWithFieldTrial::VerifySettings |
( |
int |
num_spatial_layers, |
|
|
int |
num_temporal_layers |
|
) |
| |
|
inlineprotected |
The documentation for this class was generated from the following file: