OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bufferPointer
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/libs/gui/
CpuConsumer.cpp
115
void *
bufferPointer
= NULL;
134
bufferPointer
= ycbcr.y;
146
if (
bufferPointer
== NULL) { // not flexible YUV
151
&
bufferPointer
,
157
&
bufferPointer
);
177
ab.mBufferPointer =
bufferPointer
;
181
reinterpret_cast<uint8_t*>(
bufferPointer
);
/frameworks/rs/
rsGrallocConsumer.cpp
111
void *
bufferPointer
= nullptr;
126
bufferPointer
= ycbcr.y;
131
&
bufferPointer
);
144
mAcquiredBuffer[idx].mBufferPointer =
bufferPointer
;
147
mAlloc[idx]->mHal.drvState.lod[0].mallocPtr = reinterpret_cast<uint8_t*>(
bufferPointer
);
Completed in 73 milliseconds