Home | History | Annotate | Download | only in common_video

Lines Matching defs:size1

59   int size1 = plane1.allocated_size();
66 EXPECT_EQ(size1, plane1.allocated_size());
74 size1 = 80;
75 memset(&buffer1, 0, size1);
76 plane2.Copy(size1, stride1, buffer1);
77 EXPECT_GE(plane2.allocated_size(), size1);
78 EXPECT_EQ(0, memcmp(buffer1, plane2.buffer(), size1));
83 int size1, size2, stride1, stride2;
86 size1 = plane1.allocated_size();
91 EXPECT_EQ(size1, plane2.allocated_size());