Searched refs: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 + ((info->current.y >> 1) * strideU);
141 //ALOGE("pinU, %p, U, %p, info->current.y, %d, strideU, %d", pinU, u, info->current.y, strideU);
146 if (pinU == nullptr) {

Completed in 488 milliseconds