Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0213/
Dpoc.cpp185 uint8_t *vPlane = const_cast<uint8_t *>(output.data()[C2PlanarLayout::PLANE_V]); 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()