Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0213/
Dpoc.cpp184 uint8_t *uPlane = const_cast<uint8_t *>(output.data()[C2PlanarLayout::PLANE_U]); in checkBufferOK() local
190 if (!memcmp(uPlane - 7, ul, 7) && !memcmp(vPlane - 7, vl, 7) && in checkBufferOK()
191 !memcmp(uPlane + 1, ur, 7) && !memcmp(vPlane + 1, vr, 7)) { in checkBufferOK()