Searched refs:pixels5x5 (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/talk/media/base/ |
D | videoframe_unittest.h | 982 uint8_t pixels5x5[5 * 5 + ((5 + 1) / 2 * (5 + 1) / 2) * 2]; in ConstructI4205Pixel() local 983 memset(pixels5x5, 1, 5 * 5 + ((5 + 1) / 2 * (5 + 1) / 2) * 2); in ConstructI4205Pixel() 985 EXPECT_TRUE(frame.Init(cricket::FOURCC_I420, 5, 5, 5, 5, pixels5x5, in ConstructI4205Pixel() 986 sizeof(pixels5x5), 1, 1, 0, in ConstructI4205Pixel()
|