Searched refs:LockedBuffer (Results 1 - 17 of 17) 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 DCallbackProcessor.h89 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.cpp244 CpuConsumer::LockedBuffer imgBuffer;
/frameworks/native/include/gui/
H A DCpuConsumer.h46 struct LockedBuffer { struct in class:android::CpuConsumer
63 // or compatible format, in which case LockedBuffer::data
71 LockedBuffer() : function in struct:android::CpuConsumer::LockedBuffer
111 status_t lockNextBuffer(LockedBuffer *nativeBuffer);
117 status_t unlockBuffer(const LockedBuffer &nativeBuffer);
H A DSurfaceComposerClient.h204 CpuConsumer::LockedBuffer mBuffer;
/frameworks/av/media/ndk/
H A DNdkImageReaderPriv.h79 CpuConsumer::LockedBuffer* getLockedBufferLocked();
80 void returnLockedBufferLocked(CpuConsumer::LockedBuffer* buffer);
85 static int getBufferWidth(CpuConsumer::LockedBuffer* buffer);
86 static int getBufferHeight(CpuConsumer::LockedBuffer* buffer);
106 List<CpuConsumer::LockedBuffer*> mBuffers;
H A DNdkImagePriv.h35 CpuConsumer::LockedBuffer* buffer, int64_t timestamp,
72 CpuConsumer::LockedBuffer* mBuffer;
H A DNdkImageReader.cpp201 CpuConsumer::LockedBuffer* buffer = new CpuConsumer::LockedBuffer;
255 CpuConsumer::LockedBuffer* buffer = getLockedBufferLocked();
339 CpuConsumer::LockedBuffer*
344 // Return a LockedBuffer pointer and remove it from the list
346 CpuConsumer::LockedBuffer* buffer = *it;
352 AImageReader::returnLockedBufferLocked(CpuConsumer::LockedBuffer* buffer) {
358 CpuConsumer::LockedBuffer* buffer = image->mBuffer;
387 AImageReader::getBufferWidth(CpuConsumer::LockedBuffer* buffer) {
397 AImageReader::getBufferHeight(CpuConsumer::LockedBuffer* buffe
[all...]
H A DNdkImage.cpp33 CpuConsumer::LockedBuffer* buffer, int64_t timestamp,
/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) {
557 CpuConsumer::LockedBuffer b;
598 CpuConsumer::LockedBuffer b;
638 CpuConsumer::LockedBuffer *b = new CpuConsumer::LockedBuffer[params.maxLockedBuffers];
655 CpuConsumer::LockedBuffer bTooMuc
[all...]
H A DSRGB_test.cpp236 CpuConsumer::LockedBuffer mLockedBuffer;
/frameworks/base/media/jni/
H A Dandroid_media_Utils.h117 typedef CpuConsumer::LockedBuffer LockedImage;
/frameworks/native/libs/gui/
H A DCpuConsumer.cpp89 status_t CpuConsumer::lockNextBuffer(LockedBuffer *nativeBuffer) {
207 status_t CpuConsumer::unlockBuffer(const LockedBuffer &nativeBuffer) {
/frameworks/base/libs/hwui/utils/
H A DTestWindowContext.cpp125 android::CpuConsumer::LockedBuffer nativeBuffer;
/frameworks/native/services/surfaceflinger/tests/
H A DTransaction_test.cpp99 CpuConsumer::LockedBuffer mBuf;

Completed in 410 milliseconds