Searched refs:test_frame2 (Results 1 – 1 of 1) sorted by relevance
100 VideoFrame test_frame2; in TEST_F() local108 EXPECT_EQ(0, test_scaler_.Scale(test_frame_, &test_frame2)); in TEST_F()109 EXPECT_GT(width_ * height_, test_frame2.allocated_size(kYPlane)); in TEST_F()110 EXPECT_GT(size_uv_, test_frame2.allocated_size(kUPlane)); in TEST_F()111 EXPECT_GT(size_uv_, test_frame2.allocated_size(kVPlane)); in TEST_F()112 EXPECT_EQ(half_width_, test_frame2.width()); in TEST_F()113 EXPECT_EQ(half_height_, test_frame2.height()); in TEST_F()