Home
last modified time | relevance | path

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

/external/webrtc/webrtc/video/
Dend_to_end_tests.cc844 expected_luma_byte_(expected_luma_byte), in TEST_F()
857 if (expected_luma_byte_ != -1) { in TEST_F()
858 EXPECT_NEAR(expected_luma_byte_, *frame->buffer(kYPlane), 10); in TEST_F()
869 int expected_luma_byte_; in TEST_F() member in webrtc::TEST_F::TestFrameCallback