Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/camera2/
DBurstCapture.cpp77 CpuConsumer::LockedBuffer* BurstCapture::jpegEncode( in jpegEncode()
78 CpuConsumer::LockedBuffer *imgBuffer, in jpegEncode()
83 CpuConsumer::LockedBuffer *imgEncoded = new CpuConsumer::LockedBuffer; in jpegEncode()
90 Vector<CpuConsumer::LockedBuffer*> buffers; in jpegEncode()
DJpegCompressor.h51 status_t start(Vector<CpuConsumer::LockedBuffer*> buffers,
71 Vector<CpuConsumer::LockedBuffer*> mBuffers;
72 CpuConsumer::LockedBuffer *mJpegBuffer;
73 CpuConsumer::LockedBuffer *mAuxBuffer;
DBurstCapture.h57 CpuConsumer::LockedBuffer* jpegEncode(
58 CpuConsumer::LockedBuffer *imgBuffer,
DCallbackProcessor.h84 const CpuConsumer::LockedBuffer &src,
DCallbackProcessor.cpp199 CpuConsumer::LockedBuffer imgBuffer; in discardNewCallback()
226 CpuConsumer::LockedBuffer imgBuffer; in processNewCallback()
392 const CpuConsumer::LockedBuffer &src, in convertFromFlexibleYuv()
DJpegCompressor.cpp39 status_t JpegCompressor::start(Vector<CpuConsumer::LockedBuffer*> buffers, in start()
DJpegProcessor.cpp203 CpuConsumer::LockedBuffer imgBuffer; in processNewCapture()
/frameworks/native/include/gui/
DCpuConsumer.h45 struct LockedBuffer { struct
85 status_t lockNextBuffer(LockedBuffer *nativeBuffer); argument
91 status_t unlockBuffer(const LockedBuffer &nativeBuffer);
DSurfaceComposerClient.h168 CpuConsumer::LockedBuffer mBuffer;
/frameworks/native/libs/gui/tests/
DCpuConsumer_test.cpp164 void checkPixel(const CpuConsumer::LockedBuffer &buf, in checkPixel()
306 void checkGreyscaleBuffer(const CpuConsumer::LockedBuffer &buf) { in checkGreyscaleBuffer()
345 void checkRgba8888Buffer(const CpuConsumer::LockedBuffer &buf) { in checkRgba8888Buffer()
388 void checkBayerRawBuffer(const CpuConsumer::LockedBuffer &buf) { in checkBayerRawBuffer()
429 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 CpuConsumer::LockedBuffer *b = new CpuConsumer::LockedBuffer[params.maxLockedBuffers]; in TEST_P()
656 CpuConsumer::LockedBuffer bTooMuch; in TEST_P()
/frameworks/native/libs/gui/
DCpuConsumer.cpp58 status_t CpuConsumer::lockNextBuffer(LockedBuffer *nativeBuffer) { in lockNextBuffer()
159 status_t CpuConsumer::unlockBuffer(const LockedBuffer &nativeBuffer) { in unlockBuffer()
/frameworks/av/camera/tests/
DProCameraTests.cpp271 CpuConsumer::LockedBuffer buf; in onFrameAvailable()
1013 CpuConsumer::LockedBuffer buf; in TEST_F()
1078 CpuConsumer::LockedBuffer depthBuffer; in TEST_F()
1093 CpuConsumer::LockedBuffer greyBuffer; in TEST_F()
1149 CpuConsumer::LockedBuffer buf; in TEST_F()
1204 CpuConsumer::LockedBuffer buf; in TEST_F()
/frameworks/rs/driver/
DrsdAllocation.h82 android::CpuConsumer::LockedBuffer lb;
DrsdAllocation.cpp796 CpuConsumer::LockedBuffer lb; in rsdAllocationIoReceive()
/frameworks/av/camera/
DProCamera.cpp377 CpuConsumer::LockedBuffer buffer; in dropFrameBuffer()