Home
last modified time | relevance | path

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

/external/webrtc/video/
Dvideo_stream_encoder_unittest.cc831 VideoCodec codec_config() const { in codec_config() function in webrtc::VideoStreamEncoderTest::TestEncoder
1295 VideoCodec codec_config() const { in codec_config() function in webrtc::VideoStreamEncoderTest::VideoBitrateAllocatorProxyFactory
1467 EXPECT_EQ(codec_width_, fake_encoder_.codec_config().width); in TEST_F()
1468 EXPECT_EQ(codec_height_, fake_encoder_.codec_config().height); in TEST_F()
1546 EXPECT_EQ(codec_width_, fake_encoder_.codec_config().width); in TEST_F()
1547 EXPECT_EQ(codec_height_, fake_encoder_.codec_config().height); in TEST_F()
1555 EXPECT_EQ(codec_width_, fake_encoder_.codec_config().width); in TEST_F()
1556 EXPECT_EQ(codec_height_, fake_encoder_.codec_config().height); in TEST_F()
1607 bitrate_allocator_factory_.codec_config().maxBitrate * 1000); in TEST_F()
1609 bitrate_allocator_factory_.codec_config().startBitrate * 1000); in TEST_F()
[all …]