Home
last modified time | relevance | path

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

/hardware/google/av/codec2/tests/vndk/
DC2BufferTest.cpp469 C2PlaneInfo uInfo = layout.planes[C2PlanarLayout::PLANE_U]; in TEST_F() local
474 fillPlane(rect, uInfo, u, 0); in TEST_F()
477 fillPlane(C2Rect(kWidth / 2, kHeight / 2).at(kWidth / 4, kHeight / 4), uInfo, u, 0x34); in TEST_F()
490 uInfo = layout.planes[C2PlanarLayout::PLANE_U]; in TEST_F()
495 …ASSERT_TRUE(verifyPlane(C2Rect(kWidth / 2, kHeight / 2).at(kWidth / 4, kHeight / 4), uInfo, u, 0x3… in TEST_F()
498 ASSERT_TRUE(verifyPlane({ kWidth, kHeight / 4 }, uInfo, u, 0)); in TEST_F()
501 ASSERT_TRUE(verifyPlane({ kWidth / 4, kHeight }, uInfo, u, 0)); in TEST_F()
533 C2PlaneInfo uInfo = layout.planes[C2PlanarLayout::PLANE_U]; in TEST_F() local
538 fillPlane({ kWidth, kHeight }, uInfo, u, 0); in TEST_F()
541 fillPlane(C2Rect(kWidth / 2, kHeight / 2).at(kWidth / 4, kHeight / 4), uInfo, u, 0x34); in TEST_F()
[all …]