Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/include/gui/
DCpuConsumer.h47 struct LockedBuffer { struct
72 LockedBuffer() : in LockedBuffer() argument
106 status_t lockNextBuffer(LockedBuffer *nativeBuffer);
112 status_t unlockBuffer(const LockedBuffer &nativeBuffer);
143 status_t lockBufferItem(const BufferItem& item, LockedBuffer* outBuffer) const;
/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.cpp248 CpuConsumer::LockedBuffer imgBuffer; in discardNewCallback()
275 CpuConsumer::LockedBuffer imgBuffer; in processNewCallback()
454 const CpuConsumer::LockedBuffer &src, in convertFromFlexibleYuv()
DJpegCompressor.cpp39 status_t JpegCompressor::start(const Vector<CpuConsumer::LockedBuffer*>& buffers, in start()
DJpegProcessor.cpp226 CpuConsumer::LockedBuffer imgBuffer; in processNewCapture()
/frameworks/native/libs/gui/tests/
DCpuConsumer_test.cpp167 void checkPixel(const CpuConsumer::LockedBuffer &buf, in checkPixel()
309 void checkGreyscaleBuffer(const CpuConsumer::LockedBuffer &buf) { in checkGreyscaleBuffer()
346 void checkRgba8888Buffer(const CpuConsumer::LockedBuffer &buf) { in checkRgba8888Buffer()
387 void checkBayerRawBuffer(const CpuConsumer::LockedBuffer &buf) { in checkBayerRawBuffer()
426 void checkAnyBuffer(const CpuConsumer::LockedBuffer &buf, int format) { in checkAnyBuffer()
553 CpuConsumer::LockedBuffer b; in TEST_P()
594 CpuConsumer::LockedBuffer b; in TEST_P()
634 std::vector<CpuConsumer::LockedBuffer> b(params.maxLockedBuffers); in TEST_P()
651 CpuConsumer::LockedBuffer bTooMuch; in TEST_P()
689 CpuConsumer::LockedBuffer b; in TEST_P()
[all …]
/frameworks/native/libs/gui/
DCpuConsumer.cpp58 static uintptr_t getLockedBufferId(const CpuConsumer::LockedBuffer& buffer) { in getLockedBufferId()
90 status_t CpuConsumer::lockBufferItem(const BufferItem& item, LockedBuffer* outBuffer) const { in lockBufferItem()
151 status_t CpuConsumer::lockNextBuffer(LockedBuffer *nativeBuffer) { in lockNextBuffer()
198 status_t CpuConsumer::unlockBuffer(const LockedBuffer &nativeBuffer) { in unlockBuffer()
/frameworks/av/services/camera/libcameraservice/api2/
DDepthCompositeStream.h76 CpuConsumer::LockedBuffer depthBuffer;
77 CpuConsumer::LockedBuffer jpegBuffer;
96 std::unique_ptr<DepthMap> processDepthMapFrame(const CpuConsumer::LockedBuffer &depthMapBuffer,
DHeicCompositeStream.h148 CpuConsumer::LockedBuffer appSegmentBuffer;
153 CpuConsumer::LockedBuffer yuvBuffer;
196 const CpuConsumer::LockedBuffer& yuvBuffer,
DHeicCompositeStream.cpp524 CpuConsumer::LockedBuffer imgBuffer; in compilePendingInputLocked()
555 CpuConsumer::LockedBuffer imgBuffer; in compilePendingInputLocked()
1342 const CpuConsumer::LockedBuffer& yuvBuffer, in copyOneYuvTile()
DDepthCompositeStream.cpp119 CpuConsumer::LockedBuffer imgBuffer; in compilePendingInputLocked()
/frameworks/base/media/jni/
Dandroid_media_Utils.h26 typedef CpuConsumer::LockedBuffer LockedImage;
/frameworks/av/media/ndk/
DNdkImagePriv.h79 std::unique_ptr<CpuConsumer::LockedBuffer> mLockedBuffer;
DNdkImage.cpp191 auto lockedBuffer = std::make_unique<CpuConsumer::LockedBuffer>(); in lockImage()