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

/hardware/libhardware/tests/camera2/
H A Dcamera2.cpp392 sp<CpuConsumer> rawConsumer = new CpuConsumer(bq, 1); local
394 rawConsumer->setFrameAvailableListener(rawWaiter);
484 res = rawConsumer->lockNextBuffer(&buffer);
502 res = rawConsumer->unlockBuffer(buffer);
526 sp<CpuConsumer> rawConsumer = new CpuConsumer(bq, 1); local
528 rawConsumer->setFrameAvailableListener(rawWaiter);
637 res = rawConsumer->lockNextBuffer(&buffer);
657 res = rawConsumer->unlockBuffer(buffer);

Completed in 48 milliseconds