Searched refs:LockedBuffer (Results 1 - 9 of 9) sorted by relevance

/frameworks/native/include/gui/
H A DCpuConsumer.h45 struct LockedBuffer { struct in class:android::CpuConsumer
77 status_t lockNextBuffer(LockedBuffer *nativeBuffer);
83 status_t unlockBuffer(const LockedBuffer &nativeBuffer);
/frameworks/av/services/camera/libcameraservice/camera2/
H A DJpegCompressor.h51 status_t start(Vector<CpuConsumer::LockedBuffer*> buffers,
71 Vector<CpuConsumer::LockedBuffer*> mBuffers;
72 CpuConsumer::LockedBuffer *mJpegBuffer;
73 CpuConsumer::LockedBuffer *mAuxBuffer;
H A DBurstCapture.cpp76 CpuConsumer::LockedBuffer* BurstCapture::jpegEncode(
77 CpuConsumer::LockedBuffer *imgBuffer,
82 CpuConsumer::LockedBuffer *imgEncoded = new CpuConsumer::LockedBuffer;
89 Vector<CpuConsumer::LockedBuffer*> buffers;
H A DBurstCapture.h57 CpuConsumer::LockedBuffer* jpegEncode(
58 CpuConsumer::LockedBuffer *imgBuffer,
H A DJpegCompressor.cpp39 status_t JpegCompressor::start(Vector<CpuConsumer::LockedBuffer*> buffers,
H A DCallbackProcessor.cpp180 CpuConsumer::LockedBuffer imgBuffer;
H A DJpegProcessor.cpp197 CpuConsumer::LockedBuffer imgBuffer;
/frameworks/native/libs/gui/
H A DCpuConsumer.cpp56 status_t CpuConsumer::lockNextBuffer(LockedBuffer *nativeBuffer) {
117 status_t CpuConsumer::unlockBuffer(const LockedBuffer &nativeBuffer) {
/frameworks/native/libs/gui/tests/
H A DCpuConsumer_test.cpp159 void checkPixel(const CpuConsumer::LockedBuffer &buf,
220 void checkBayerRawBuffer(const CpuConsumer::LockedBuffer &buf) {
361 CpuConsumer::LockedBuffer b;
402 CpuConsumer::LockedBuffer b;
442 CpuConsumer::LockedBuffer *b = new CpuConsumer::LockedBuffer[params.maxLockedBuffers];
459 CpuConsumer::LockedBuffer bTooMuch;

Completed in 824 milliseconds