Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DCpuConsumer.cpp115 void *bufferPointer = NULL; in lockNextBuffer() local
134 bufferPointer = ycbcr.y; in lockNextBuffer()
146 if (bufferPointer == NULL) { // not flexible YUV in lockNextBuffer()
151 &bufferPointer, in lockNextBuffer()
157 &bufferPointer); in lockNextBuffer()
177 ab.mBufferPointer = bufferPointer; in lockNextBuffer()
181 reinterpret_cast<uint8_t*>(bufferPointer); in lockNextBuffer()
/frameworks/rs/
DrsGrallocConsumer.cpp111 void *bufferPointer = nullptr; in lockNextBuffer() local
126 bufferPointer = ycbcr.y; in lockNextBuffer()
131 &bufferPointer); in lockNextBuffer()
144 mAcquiredBuffer[idx].mBufferPointer = bufferPointer; in lockNextBuffer()
147 mAlloc[idx]->mHal.drvState.lod[0].mallocPtr = reinterpret_cast<uint8_t*>(bufferPointer); in lockNextBuffer()