Home
last modified time | relevance | path

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

/external/webrtc/talk/media/base/
Dvideoframe_unittest.h507 static bool IsEqualWithCrop(const cricket::VideoFrame& frame1, in IsEqualWithCrop() function
1063 EXPECT_TRUE(IsEqualWithCrop(frame2, frame1, kWidth / 8, 0, 0)); in ConstructI420CropHorizontal()
1077 EXPECT_TRUE(IsEqualWithCrop(frame2, frame1, kWidth / 8, 0, 0)); in ConstructYuy2CropHorizontal()
1091 EXPECT_TRUE(IsEqualWithCrop(frame2, frame1, kWidth / 8, 0, 2)); in ConstructARGBCropHorizontal()
1101 EXPECT_TRUE(IsEqualWithCrop(frame2, frame1, 0, kHeight / 8, 0)); in ConstructI420CropVertical()