Searched refs:bufferPointer (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/gui/
H A DCpuConsumer.cpp124 void *bufferPointer = NULL; local
143 bufferPointer = ycbcr.y;
155 if (bufferPointer == NULL) { // not flexible YUV
160 &bufferPointer,
166 &bufferPointer);
186 ab.mBufferPointer = bufferPointer;
190 reinterpret_cast<uint8_t*>(bufferPointer);
/frameworks/rs/
H A DrsGrallocConsumer.cpp95 void *bufferPointer = NULL; local
110 bufferPointer = ycbcr.y;
115 &bufferPointer);
128 mAcquiredBuffer.mBufferPointer = bufferPointer;
131 mAlloc->mHal.drvState.lod[0].mallocPtr = reinterpret_cast<uint8_t*>(bufferPointer);

Completed in 170 milliseconds