Home
last modified time | relevance | path

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

/external/webrtc/media/base/
Dvideo_common_unittest.cc50 EXPECT_TRUE(format.IsSize0x0()); in TEST()
52 EXPECT_FALSE(format.IsSize0x0()); in TEST()
Dvideo_common.h203 bool IsSize0x0() const { return 0 == width && 0 == height; } in IsSize0x0() function