Searched refs:CpuConsumer (Results 1 – 18 of 18) sorted by relevance
/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 | 42 public Thread, public CpuConsumer::FrameAvailableListener { 75 sp<CpuConsumer> mCallbackConsumer; 89 const CpuConsumer::LockedBuffer &src,
|
D | JpegProcessor.h | 45 public Thread, public CpuConsumer::FrameAvailableListener { 77 sp<CpuConsumer> mCaptureConsumer;
|
D | CallbackProcessor.cpp | 116 mCallbackConsumer = new CpuConsumer(consumer, kCallbackHeapCount); in updateStream() 248 CpuConsumer::LockedBuffer imgBuffer; in discardNewCallback() 275 CpuConsumer::LockedBuffer imgBuffer; in processNewCallback() 454 const CpuConsumer::LockedBuffer &src, in convertFromFlexibleYuv()
|
D | JpegProcessor.cpp | 91 mCaptureConsumer = new CpuConsumer(consumer, 1); in updateStream() 226 CpuConsumer::LockedBuffer imgBuffer; in processNewCapture()
|
D | JpegCompressor.cpp | 39 status_t JpegCompressor::start(const Vector<CpuConsumer::LockedBuffer*>& buffers, in start()
|
/frameworks/native/libs/gui/ |
D | CpuConsumer.cpp | 34 CpuConsumer::CpuConsumer(const sp<IGraphicBufferConsumer>& bq, in CpuConsumer() function in android::CpuConsumer 47 size_t CpuConsumer::findAcquiredBufferLocked(uintptr_t id) const { in findAcquiredBufferLocked() 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()
|
D | Android.bp | 49 "CpuConsumer.cpp",
|
/frameworks/av/services/camera/libcameraservice/api2/ |
D | DepthCompositeStream.h | 41 public CpuConsumer::FrameAvailableListener { 76 CpuConsumer::LockedBuffer depthBuffer; 77 CpuConsumer::LockedBuffer jpegBuffer; 96 std::unique_ptr<DepthMap> processDepthMapFrame(const CpuConsumer::LockedBuffer &depthMapBuffer, 120 sp<CpuConsumer> mBlobConsumer, mDepthConsumer;
|
D | HeicCompositeStream.h | 38 public CpuConsumer::FrameAvailableListener { 149 CpuConsumer::LockedBuffer appSegmentBuffer; 154 CpuConsumer::LockedBuffer yuvBuffer; 198 const CpuConsumer::LockedBuffer& yuvBuffer, 215 sp<CpuConsumer> mAppSegmentConsumer; 222 sp<CpuConsumer> mMainImageConsumer; // Only applicable for HEVC codec.
|
D | DepthCompositeStream.cpp | 119 CpuConsumer::LockedBuffer imgBuffer; in compilePendingInputLocked() 533 mBlobConsumer = new CpuConsumer(consumer, /*maxLockedBuffers*/1, /*controlledByApp*/ true); in createInternalStreams() 549 mDepthConsumer = new CpuConsumer(consumer, /*maxLockedBuffers*/ 1, /*controlledByApp*/ true); in createInternalStreams()
|
D | HeicCompositeStream.cpp | 135 mAppSegmentConsumer = new CpuConsumer(consumer, kMaxAcquiredAppSegment); in createInternalStreams() 161 mMainImageConsumer = new CpuConsumer(consumer, 1); in createInternalStreams() 531 CpuConsumer::LockedBuffer imgBuffer; in compilePendingInputLocked() 563 CpuConsumer::LockedBuffer imgBuffer; in compilePendingInputLocked() 1392 const CpuConsumer::LockedBuffer& yuvBuffer, in copyOneYuvTile()
|
/frameworks/native/libs/gui/tests/ |
D | CpuConsumer_test.cpp | 72 mCC = new CpuConsumer(consumer, params.maxLockedBuffers); in SetUp() 85 class FrameWaiter : public CpuConsumer::FrameAvailableListener { 159 sp<CpuConsumer> mCC; 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() [all …]
|
D | Surface_test.cpp | 328 sp<CpuConsumer> cpuConsumer = new CpuConsumer(consumer, 1); in TEST_F() 349 sp<CpuConsumer> cpuConsumer = new CpuConsumer(consumer, 1); in TEST_F()
|
/frameworks/native/libs/gui/include/gui/ |
D | CpuConsumer.h | 42 class CpuConsumer : public ConsumerBase 94 CpuConsumer(const sp<IGraphicBufferConsumer>& bq,
|
/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 | 177 auto lockedBuffer = std::make_unique<CpuConsumer::LockedBuffer>(); in lockImage()
|