Searched refs:nativeBuffer (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/libs/gui/
H A DCpuConsumer.cpp56 status_t CpuConsumer::lockNextBuffer(LockedBuffer *nativeBuffer) { argument
59 if (!nativeBuffer) return BAD_VALUE;
100 nativeBuffer->data = reinterpret_cast<uint8_t*>(mBufferPointers[buf]);
101 nativeBuffer->width = mSlots[buf].mGraphicBuffer->getWidth();
102 nativeBuffer->height = mSlots[buf].mGraphicBuffer->getHeight();
103 nativeBuffer->format = mSlots[buf].mGraphicBuffer->getPixelFormat();
104 nativeBuffer->stride = mSlots[buf].mGraphicBuffer->getStride();
106 nativeBuffer->crop = b.mCrop;
107 nativeBuffer->transform = b.mTransform;
108 nativeBuffer
117 unlockBuffer(const LockedBuffer &nativeBuffer) argument
[all...]
/frameworks/native/include/gui/
H A DCpuConsumer.h77 status_t lockNextBuffer(LockedBuffer *nativeBuffer);
83 status_t unlockBuffer(const LockedBuffer &nativeBuffer);
/frameworks/native/include/media/hardware/
H A DHardwareAPI.h87 const sp<ANativeWindowBuffer>& nativeBuffer; member in struct:android::UseAndroidNativeBufferParams

Completed in 408 milliseconds