Home | History | Annotate | Download | only in camera

Lines Matching full:cpuconsumer

29 #include <gui/CpuConsumer.h>
73 // -- A buffer may be obtained by calling cpuConsumer->lockNextBuffer
75 // -- The buffer should be accessed with CpuConsumer::lockNextBuffer
76 // and CpuConsumer::unlockBuffer
78 const sp<CpuConsumer>& /*cpuConsumer*/) {
198 sp<CpuConsumer>* cpuConsumer,
204 sp<CpuConsumer>* cpuConsumer,
216 // - Obtain the frame data by calling CpuConsumer::lockNextBuffer
217 // - Release the frame data after use with CpuConsumer::unlockBuffer
260 class ProFrameListener : public CpuConsumer::FrameAvailableListener {
296 sp<CpuConsumer> cpuConsumer;