Home
last modified time | relevance | path

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

/external/webrtc/video/
Dvideo_stream_encoder_unittest.cc637 codec_width_(320), in VideoStreamEncoderTest()
667 codec_width_, codec_height_, video_encoder_config); in SetUp()
723 destruction_event, codec_width_, codec_height_)) in CreateFrame()
738 destruction_event, codec_width_, codec_height_)) in CreateFrameWithUpdatedPixel()
780 return CreateFakeNativeFrame(ntp_time_ms, destruction_event, codec_width_, in CreateFakeNativeFrame()
796 CreateFrame(1, codec_width_, codec_height_)); in VerifyAllocatedBitrate()
1309 int codec_width_; member in webrtc::VideoStreamEncoderTest
1467 EXPECT_EQ(codec_width_, fake_encoder_.codec_config().width); in TEST_F()
1474 2, &frame_destroyed_event, codec_width_ + 1, codec_height_ + 1)); in TEST_F()
1546 EXPECT_EQ(codec_width_, fake_encoder_.codec_config().width); in TEST_F()
[all …]