Searched refs:cu (Results 1 – 1 of 1) sorted by relevance
/hardware/google/av/codec2/tests/vndk/ |
D | C2BufferTest.cpp | 560 const uint8_t *cu = constData[C2PlanarLayout::PLANE_U]; in TEST_F() local 566 …ASSERT_TRUE(verifyPlane(C2Rect(kWidth / 2, kHeight / 2).at(kWidth / 4, kHeight / 4), uInfo, cu, 0x… in TEST_F() 569 ASSERT_TRUE(verifyPlane({ kWidth, kHeight / 4 }, uInfo, cu, 0)); in TEST_F() 572 ASSERT_TRUE(verifyPlane({ kWidth / 4, kHeight }, uInfo, cu, 0)); in TEST_F()
|