Home
last modified time | relevance | path

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

/frameworks/rs/cpu_ref/
DrsCpuIntrinsicYuvToRGB.cpp106 const uchar *pinY = (const uchar *)cp->alloc->mHal.drvState.lod[0].mallocPtr; in kernel() local
107 if (pinY == nullptr) { in kernel()
118 const uchar *Y = pinY + (info->current.y * strideY); in kernel()