Searched defs:IsSize (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/talk/media/base/
H A Dvideoframe_unittest.h430 static bool IsSize(const cricket::VideoFrame& frame, function in class:VideoFrameTest
478 return IsSize(frame, static_cast<uint32_t>(width),
1354 EXPECT_TRUE(IsSize(frame, kWidth, kHeight));
1933 EXPECT_TRUE(IsSize(source, kWidth * 2, kHeight * 2));

Completed in 288 milliseconds