Searched defs:cpuConsumer (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/libs/gui/tests/
H A DSurface_test.cpp95 sp<CpuConsumer> cpuConsumer = new CpuConsumer(consumer, 1); local
/frameworks/av/include/camera/
H A DProCamera.h73 // -- A buffer may be obtained by calling cpuConsumer->lockNextBuffer
78 const sp<CpuConsumer>& /*cpuConsumer*/) {
198 sp<CpuConsumer>* cpuConsumer,
204 sp<CpuConsumer>* cpuConsumer,
296 sp<CpuConsumer> cpuConsumer; member in struct:android::ProCamera::StreamInfo
/frameworks/av/camera/
H A DProCamera.cpp230 sp<CpuConsumer>* cpuConsumer,
234 cpuConsumer, streamId);
241 sp<CpuConsumer>* cpuConsumer,
247 *cpuConsumer = NULL;
275 getStreamInfo(*streamId).cpuConsumer = cc;
283 *cpuConsumer = cc;
321 listener->onFrameAvailable(streamId, stream.cpuConsumer);
383 if (si.cpuConsumer->lockNextBuffer(&buffer) != OK) {
387 si.cpuConsumer->unlockBuffer(buffer);
227 createStreamCpu(int width, int height, int format, int heapCount, sp<CpuConsumer>* cpuConsumer, int* streamId) argument
237 createStreamCpu(int width, int height, int format, int heapCount, bool synchronousMode, sp<CpuConsumer>* cpuConsumer, int* streamId) argument

Completed in 90 milliseconds