Searched refs:IsPlaneEqual (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/talk/media/base/ |
D | videoframe_unittest.h | 439 static bool IsPlaneEqual(const std::string& name, in IsPlaneEqual() function 483 IsPlaneEqual("y", frame.GetYPlane(), frame.GetYPitch(), y, ypitch, in IsEqual() 486 IsPlaneEqual("u", frame.GetUPlane(), frame.GetUPitch(), u, upitch, in IsEqual() 489 IsPlaneEqual("v", frame.GetVPlane(), frame.GetVPitch(), v, vpitch, in IsEqual() 1016 EXPECT_FALSE(IsPlaneEqual("argb", pixel, 4, out, 4, 3, 1, 2)); in ConstructARGB1Pixel() 1019 EXPECT_TRUE(IsPlaneEqual("argb", pixel, 4, out, 4, 3, 1, 2)); in ConstructARGB1Pixel() 1051 EXPECT_TRUE(IsPlaneEqual("argb", pixel, out_size, in ConstructARGBBlackWhitePixel() 1160 EXPECT_TRUE(IsPlaneEqual("y", frame1.GetYPlane(), frame1.GetYPitch(), in ConstructMjpgI400()
|