Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
Dyuv.rscript83 int pv = rsGetElementAt_uchar(av, x >> 1, y >> 1);
87 //rsDebug(" v", pv);
89 uchar4 rgb = yuvToRGBA4(py, pu, pv);
107 uchar pv = rsGetElementAt_uchar(av, x >> 1, y >> 1);
111 //rsDebug(" v", pv);
113 float4 rgb = yuvToRGBA_f4(py, pu, pv);
125 uchar pv = rsGetElementAtYuv_uchar_V(mInput, x, y);
129 //rsDebug(" v2", pv);
131 return yuvToRGBA4(py, pu, pv);
138 uchar pv = rsGetElementAtYuv_uchar_V(mInput, x, y);
[all …]
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-11173/
Dlocal_poc.h31 void *pv; member