Searched refs:LockedBuffer (Results 1 – 15 of 15) sorted by relevance
/frameworks/native/libs/gui/include/gui/ |
D | CpuConsumer.h | 47 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/ |
D | JpegCompressor.h | 51 status_t start(const Vector<CpuConsumer::LockedBuffer*>& buffers, 71 Vector<CpuConsumer::LockedBuffer*> mBuffers; 72 CpuConsumer::LockedBuffer *mJpegBuffer; 73 CpuConsumer::LockedBuffer *mAuxBuffer;
|
D | CallbackProcessor.h | 89 const CpuConsumer::LockedBuffer &src,
|
D | CallbackProcessor.cpp | 248 CpuConsumer::LockedBuffer imgBuffer; in discardNewCallback() 275 CpuConsumer::LockedBuffer imgBuffer; in processNewCallback() 454 const CpuConsumer::LockedBuffer &src, in convertFromFlexibleYuv()
|
D | JpegCompressor.cpp | 39 status_t JpegCompressor::start(const Vector<CpuConsumer::LockedBuffer*>& buffers, in start()
|
D | JpegProcessor.cpp | 226 CpuConsumer::LockedBuffer imgBuffer; in processNewCapture()
|
/frameworks/native/libs/gui/tests/ |
D | CpuConsumer_test.cpp | 167 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/ |
D | CpuConsumer.cpp | 58 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/ |
D | DepthCompositeStream.h | 76 CpuConsumer::LockedBuffer depthBuffer; 77 CpuConsumer::LockedBuffer jpegBuffer; 96 std::unique_ptr<DepthMap> processDepthMapFrame(const CpuConsumer::LockedBuffer &depthMapBuffer,
|
D | HeicCompositeStream.h | 148 CpuConsumer::LockedBuffer appSegmentBuffer; 153 CpuConsumer::LockedBuffer yuvBuffer; 196 const CpuConsumer::LockedBuffer& yuvBuffer,
|
D | HeicCompositeStream.cpp | 524 CpuConsumer::LockedBuffer imgBuffer; in compilePendingInputLocked() 555 CpuConsumer::LockedBuffer imgBuffer; in compilePendingInputLocked() 1342 const CpuConsumer::LockedBuffer& yuvBuffer, in copyOneYuvTile()
|
D | DepthCompositeStream.cpp | 119 CpuConsumer::LockedBuffer imgBuffer; in compilePendingInputLocked()
|
/frameworks/base/media/jni/ |
D | android_media_Utils.h | 26 typedef CpuConsumer::LockedBuffer LockedImage;
|
/frameworks/av/media/ndk/ |
D | NdkImagePriv.h | 79 std::unique_ptr<CpuConsumer::LockedBuffer> mLockedBuffer;
|
D | NdkImage.cpp | 191 auto lockedBuffer = std::make_unique<CpuConsumer::LockedBuffer>(); in lockImage()
|