Searched defs:pinU (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicYuvToRGB.cpp132 const uchar *pinU = (const uchar *)cp->alloc->mHal.drvState.lod[1].mallocPtr; local
134 const uchar *u = pinU + ((p->y >> 1) * strideU);
141 //ALOGE("pinU, %p, U, %p, p->y, %d, strideU, %d", pinU, u, p->y, strideU);
146 if (pinU == NULL) {

Completed in 76 milliseconds