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

/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DJpegCompressor.h51 status_t start(Vector<CpuConsumer::LockedBuffer*> buffers,
71 Vector<CpuConsumer::LockedBuffer*> mBuffers;
72 CpuConsumer::LockedBuffer *mJpegBuffer;
73 CpuConsumer::LockedBuffer *mAuxBuffer;
H A DBurstCapture.cpp77 CpuConsumer::LockedBuffer* BurstCapture::jpegEncode(
78 CpuConsumer::LockedBuffer *imgBuffer,
83 CpuConsumer::LockedBuffer *imgEncoded = new CpuConsumer::LockedBuffer;
90 Vector<CpuConsumer::LockedBuffer*> buffers;
H A DBurstCapture.h58 CpuConsumer::LockedBuffer* jpegEncode(
59 CpuConsumer::LockedBuffer *imgBuffer,
H A DCallbackProcessor.h90 const CpuConsumer::LockedBuffer &src,
H A DCallbackProcessor.cpp248 CpuConsumer::LockedBuffer imgBuffer;
275 CpuConsumer::LockedBuffer imgBuffer;
454 const CpuConsumer::LockedBuffer &src,
H A DJpegCompressor.cpp39 status_t JpegCompressor::start(Vector<CpuConsumer::LockedBuffer*> buffers,
H A DJpegProcessor.cpp217 CpuConsumer::LockedBuffer imgBuffer;
/frameworks/native/include/gui/
H A DCpuConsumer.h46 struct LockedBuffer { struct in class:android::CpuConsumer
62 // or compatible format, in which case LockedBuffer::data
103 status_t lockNextBuffer(LockedBuffer *nativeBuffer);
109 status_t unlockBuffer(const LockedBuffer &nativeBuffer);
H A DSurfaceComposerClient.h193 CpuConsumer::LockedBuffer mBuffer;
/frameworks/base/media/jni/
H A Dandroid_media_ImageReader.cpp85 CpuConsumer::LockedBuffer* getLockedBuffer();
87 void returnLockedBuffer(CpuConsumer::LockedBuffer* buffer);
108 List<CpuConsumer::LockedBuffer*> mBuffers;
123 CpuConsumer::LockedBuffer *buffer = new CpuConsumer::LockedBuffer;
153 CpuConsumer::LockedBuffer* JNIImageReaderContext::getLockedBuffer() {
157 // Return a LockedBuffer pointer and remove it from the list
158 List<CpuConsumer::LockedBuffer*>::iterator it = mBuffers.begin();
159 CpuConsumer::LockedBuffer* buffer = *it;
164 void JNIImageReaderContext::returnLockedBuffer(CpuConsumer::LockedBuffer* buffe
[all...]
/frameworks/native/libs/gui/tests/
H A DCpuConsumer_test.cpp165 void checkPixel(const CpuConsumer::LockedBuffer &buf,
307 void checkGreyscaleBuffer(const CpuConsumer::LockedBuffer &buf) {
346 void checkRgba8888Buffer(const CpuConsumer::LockedBuffer &buf) {
389 void checkBayerRawBuffer(const CpuConsumer::LockedBuffer &buf) {
430 void checkAnyBuffer(const CpuConsumer::LockedBuffer &buf, int format) {
559 CpuConsumer::LockedBuffer b;
600 CpuConsumer::LockedBuffer b;
640 CpuConsumer::LockedBuffer *b = new CpuConsumer::LockedBuffer[params.maxLockedBuffers];
657 CpuConsumer::LockedBuffer bTooMuc
[all...]
H A DSRGB_test.cpp229 CpuConsumer::LockedBuffer mLockedBuffer;
/frameworks/native/libs/gui/
H A DCpuConsumer.cpp98 status_t CpuConsumer::lockNextBuffer(LockedBuffer *nativeBuffer) {
215 status_t CpuConsumer::unlockBuffer(const LockedBuffer &nativeBuffer) {
/frameworks/av/camera/tests/
H A DProCameraTests.cpp271 CpuConsumer::LockedBuffer buf;
1012 CpuConsumer::LockedBuffer buf;
1077 CpuConsumer::LockedBuffer depthBuffer;
1092 CpuConsumer::LockedBuffer greyBuffer;
1148 CpuConsumer::LockedBuffer buf;
1202 CpuConsumer::LockedBuffer buf;
/frameworks/av/camera/
H A DProCamera.cpp382 CpuConsumer::LockedBuffer buffer;

Completed in 181 milliseconds