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

/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DJpegCompressor.h51 status_t start(const Vector<CpuConsumer::LockedBuffer*>& buffers,
71 Vector<CpuConsumer::LockedBuffer*> mBuffers;
72 CpuConsumer::LockedBuffer *mJpegBuffer;
73 CpuConsumer::LockedBuffer *mAuxBuffer;
H A DCallbackProcessor.h89 const CpuConsumer::LockedBuffer &src,
H A DCallbackProcessor.cpp248 CpuConsumer::LockedBuffer imgBuffer;
275 CpuConsumer::LockedBuffer imgBuffer;
454 const CpuConsumer::LockedBuffer &src,
H A DJpegCompressor.cpp39 status_t JpegCompressor::start(const Vector<CpuConsumer::LockedBuffer*>& buffers,
H A DJpegProcessor.cpp249 CpuConsumer::LockedBuffer imgBuffer;
/frameworks/native/include/gui/
H A DCpuConsumer.h47 struct LockedBuffer { struct in class:android::CpuConsumer
64 // or compatible format, in which case LockedBuffer::data
72 LockedBuffer() : function in struct:android::CpuConsumer::LockedBuffer
112 status_t lockNextBuffer(LockedBuffer *nativeBuffer);
118 status_t unlockBuffer(const LockedBuffer &nativeBuffer);
H A DSurfaceComposerClient.h235 CpuConsumer::LockedBuffer mBuffer;
/frameworks/av/media/ndk/
H A DNdkImagePriv.h79 std::unique_ptr<CpuConsumer::LockedBuffer> mLockedBuffer;
H A DNdkImage.cpp190 auto lockedBuffer = std::make_unique<CpuConsumer::LockedBuffer>();
/frameworks/native/libs/gui/tests/
H A DCpuConsumer_test.cpp165 void checkPixel(const CpuConsumer::LockedBuffer &buf,
307 void checkGreyscaleBuffer(const CpuConsumer::LockedBuffer &buf) {
346 void checkRgba8888Buffer(const CpuConsumer::LockedBuffer &buf) {
389 void checkBayerRawBuffer(const CpuConsumer::LockedBuffer &buf) {
430 void checkAnyBuffer(const CpuConsumer::LockedBuffer &buf, int format) {
557 CpuConsumer::LockedBuffer b;
598 CpuConsumer::LockedBuffer b;
638 CpuConsumer::LockedBuffer *b = new CpuConsumer::LockedBuffer[params.maxLockedBuffers];
655 CpuConsumer::LockedBuffer bTooMuc
[all...]
/frameworks/base/media/jni/
H A Dandroid_media_Utils.h117 typedef CpuConsumer::LockedBuffer LockedImage;
/frameworks/native/libs/gui/
H A DCpuConsumer.cpp91 status_t CpuConsumer::lockNextBuffer(LockedBuffer *nativeBuffer) {
209 status_t CpuConsumer::unlockBuffer(const LockedBuffer &nativeBuffer) {
/frameworks/base/libs/hwui/utils/
H A DTestWindowContext.cpp120 android::CpuConsumer::LockedBuffer nativeBuffer;
/frameworks/native/services/surfaceflinger/tests/
H A DTransaction_test.cpp110 CpuConsumer::LockedBuffer mBuf;

Completed in 254 milliseconds