|
virtual void | SetUp () |
|
virtual void | TearDown () |
|
void | SetUpCodec (const int *temporal_layer_profile) |
|
void | SetUpRateAllocator () |
|
void | SetRates (uint32_t bitrate_kbps, uint32_t fps) |
|
void | ExpectStreams (FrameType frame_type, int expected_video_streams) |
|
void | VerifyTemporalIdxAndSyncForAllSpatialLayers (Vp8TestEncodedImageCallback *encoder_callback, const int *expected_temporal_idx, const bool *expected_layer_sync, int num_spatial_layers) |
|
void | TestKeyFrameRequestsOnAllStreams () |
|
void | TestPaddingAllStreams () |
|
void | TestPaddingTwoStreams () |
|
void | TestPaddingTwoStreamsOneMaxedOut () |
|
void | TestPaddingOneStream () |
|
void | TestPaddingOneStreamTwoMaxedOut () |
|
void | TestSendAllStreams () |
|
void | TestDisablingStreams () |
|
void | SwitchingToOneStream (int width, int height) |
|
void | TestSwitchingToOneStream () |
|
void | TestSwitchingToOneOddStream () |
|
void | TestSwitchingToOneSmallStream () |
|
void | TestRPSIEncoder () |
|
void | TestRPSIEncodeDecode () |
|
void | TestSaptioTemporalLayers333PatternEncoder () |
|
void | TestSpatioTemporalLayers321PatternEncoder () |
|
void | TestStrideEncodeDecode () |
|
void | SetUp () override |
|
void | TearDown () override |
|
void | SetUpCodec (const int *temporal_layer_profile) |
|
void | SetUpRateAllocator () |
|
void | SetRates (uint32_t bitrate_kbps, uint32_t fps) |
|
void | ExpectStreams (FrameType frame_type, int expected_video_streams) |
|
void | VerifyTemporalIdxAndSyncForAllSpatialLayers (Vp8TestEncodedImageCallback *encoder_callback, const int *expected_temporal_idx, const bool *expected_layer_sync, int num_spatial_layers) |
|
void | TestKeyFrameRequestsOnAllStreams () |
|
void | TestPaddingAllStreams () |
|
void | TestPaddingTwoStreams () |
|
void | TestPaddingTwoStreamsOneMaxedOut () |
|
void | TestPaddingOneStream () |
|
void | TestPaddingOneStreamTwoMaxedOut () |
|
void | TestSendAllStreams () |
|
void | TestDisablingStreams () |
|
void | SwitchingToOneStream (int width, int height) |
|
void | TestSwitchingToOneStream () |
|
void | TestSwitchingToOneOddStream () |
|
void | TestSwitchingToOneSmallStream () |
|
void | TestRPSIEncoder () |
|
void | TestRPSIEncodeDecode () |
|
void | TestSaptioTemporalLayers333PatternEncoder () |
|
void | TestSpatioTemporalLayers321PatternEncoder () |
|
void | TestStrideEncodeDecode () |
|
| Test () |
|
|
static void | SetPlane (uint8_t *data, uint8_t value, int width, int height, int stride) |
|
static void | CreateImage (const rtc::scoped_refptr< I420Buffer > &buffer, int plane_colors[kNumOfPlanes]) |
|
static void | DefaultSettings (VideoCodec *settings, const int *temporal_layer_profile) |
|
static void | ConfigureStream (int width, int height, int max_bitrate, int min_bitrate, int target_bitrate, SimulcastStream *stream, int num_temporal_layers) |
|
static void | SetPlane (uint8_t *data, uint8_t value, int width, int height, int stride) |
|
static void | CreateImage (const rtc::scoped_refptr< I420Buffer > &buffer, int plane_colors[kNumOfPlanes]) |
|
static void | DefaultSettings (VideoCodec *settings, const int *temporal_layer_profile) |
|
static void | ConfigureStream (int width, int height, int max_bitrate, int min_bitrate, int target_bitrate, SimulcastStream *stream, int num_temporal_layers) |
|
std::unique_ptr< VP8Encoder > | encoder_ |
|
MockEncodedImageCallback | encoder_callback_ |
|
std::unique_ptr< VP8Decoder > | decoder_ |
|
MockDecodedImageCallback | decoder_callback_ |
|
VideoCodec | settings_ |
|
rtc::scoped_refptr< I420Buffer > | input_buffer_ |
|
std::unique_ptr< VideoFrame > | input_frame_ |
|
std::unique_ptr< SimulcastRateAllocator > | rate_allocator_ |
|