Searched refs:fillPlane (Results 1 – 1 of 1) sorted by relevance
/hardware/google/av/codec2/tests/vndk/ |
D | C2BufferTest.cpp | 429 void fillPlane(const C2Rect rect, const C2PlaneInfo info, uint8_t *addr, uint8_t value) { in fillPlane() function 473 fillPlane(rect, yInfo, y, 0); in TEST_F() 474 fillPlane(rect, uInfo, u, 0); in TEST_F() 475 fillPlane(rect, vInfo, v, 0); in TEST_F() 476 fillPlane(C2Rect(kWidth / 2, kHeight / 2).at(kWidth / 4, kHeight / 4), yInfo, y, 0x12); in TEST_F() 477 fillPlane(C2Rect(kWidth / 2, kHeight / 2).at(kWidth / 4, kHeight / 4), uInfo, u, 0x34); in TEST_F() 478 fillPlane(C2Rect(kWidth / 2, kHeight / 2).at(kWidth / 4, kHeight / 4), vInfo, v, 0x56); in TEST_F() 537 fillPlane({ kWidth, kHeight }, yInfo, y, 0); in TEST_F() 538 fillPlane({ kWidth, kHeight }, uInfo, u, 0); in TEST_F() 539 fillPlane({ kWidth, kHeight }, vInfo, v, 0); in TEST_F() [all …]
|