Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api1/client2/
DJpegCompressor.h51 status_t start(const Vector<CpuConsumer::LockedBuffer*>& buffers,
71 Vector<CpuConsumer::LockedBuffer*> mBuffers;
72 CpuConsumer::LockedBuffer *mJpegBuffer;
73 CpuConsumer::LockedBuffer *mAuxBuffer;
DCallbackProcessor.h89 const CpuConsumer::LockedBuffer &src,
DCallbackProcessor.cpp247 CpuConsumer::LockedBuffer imgBuffer; in discardNewCallback()
274 CpuConsumer::LockedBuffer imgBuffer; in processNewCallback()
453 const CpuConsumer::LockedBuffer &src, in convertFromFlexibleYuv()
DJpegCompressor.cpp39 status_t JpegCompressor::start(const Vector<CpuConsumer::LockedBuffer*>& buffers, in start()
DJpegProcessor.cpp248 CpuConsumer::LockedBuffer imgBuffer; in processNewCapture()
/frameworks/native/libs/gui/include/gui/
DCpuConsumer.h47 struct LockedBuffer { struct
72 LockedBuffer() : in LockedBuffer() argument
112 status_t lockNextBuffer(LockedBuffer *nativeBuffer);
118 status_t unlockBuffer(const LockedBuffer &nativeBuffer);
DSurfaceComposerClient.h235 CpuConsumer::LockedBuffer mBuffer;
/frameworks/native/libs/gui/tests/
DCpuConsumer_test.cpp166 void checkPixel(const CpuConsumer::LockedBuffer &buf, in checkPixel()
308 void checkGreyscaleBuffer(const CpuConsumer::LockedBuffer &buf) { in checkGreyscaleBuffer()
347 void checkRgba8888Buffer(const CpuConsumer::LockedBuffer &buf) { in checkRgba8888Buffer()
390 void checkBayerRawBuffer(const CpuConsumer::LockedBuffer &buf) { in checkBayerRawBuffer()
431 void checkAnyBuffer(const CpuConsumer::LockedBuffer &buf, int format) { in checkAnyBuffer()
558 CpuConsumer::LockedBuffer b; in TEST_P()
599 CpuConsumer::LockedBuffer b; in TEST_P()
639 std::vector<CpuConsumer::LockedBuffer> b(params.maxLockedBuffers); in TEST_P()
656 CpuConsumer::LockedBuffer bTooMuch; in TEST_P()
/frameworks/av/media/ndk/
DNdkImagePriv.h79 std::unique_ptr<CpuConsumer::LockedBuffer> mLockedBuffer;
DNdkImage.cpp192 auto lockedBuffer = std::make_unique<CpuConsumer::LockedBuffer>(); in lockImage()
/frameworks/native/libs/gui/
DCpuConsumer.cpp91 status_t CpuConsumer::lockNextBuffer(LockedBuffer *nativeBuffer) { in lockNextBuffer()
209 status_t CpuConsumer::unlockBuffer(const LockedBuffer &nativeBuffer) { in unlockBuffer()
/frameworks/base/media/jni/
Dandroid_media_Utils.h116 typedef CpuConsumer::LockedBuffer LockedImage;
/frameworks/base/libs/hwui/utils/
DTestWindowContext.cpp120 android::CpuConsumer::LockedBuffer nativeBuffer; in capturePixels()
/frameworks/native/services/surfaceflinger/tests/
DTransaction_test.cpp110 CpuConsumer::LockedBuffer mBuf;