Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DCpuConsumer.cpp96 void *bufferPointer = NULL; in lockNextBuffer() local
113 bufferPointer = ycbcr.y; in lockNextBuffer()
118 &bufferPointer, in lockNextBuffer()
140 bufferPointer = ycbcr.y; in lockNextBuffer()
145 &bufferPointer); in lockNextBuffer()
166 ab.mBufferPointer = bufferPointer; in lockNextBuffer()
170 reinterpret_cast<uint8_t*>(bufferPointer); in lockNextBuffer()
/frameworks/rs/
DrsGrallocConsumer.cpp90 void *bufferPointer = NULL; in lockNextBuffer() local
105 bufferPointer = ycbcr.y; in lockNextBuffer()
110 &bufferPointer); in lockNextBuffer()
123 mAcquiredBuffer.mBufferPointer = bufferPointer; in lockNextBuffer()
126 mAlloc->mHal.drvState.lod[0].mallocPtr = reinterpret_cast<uint8_t*>(bufferPointer); in lockNextBuffer()