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

/frameworks/native/libs/gui/
H A DCpuConsumer.cpp58 status_t CpuConsumer::lockNextBuffer(LockedBuffer *nativeBuffer) { argument
61 if (!nativeBuffer) return BAD_VALUE;
134 nativeBuffer->data =
136 nativeBuffer->width = mSlots[buf].mGraphicBuffer->getWidth();
137 nativeBuffer->height = mSlots[buf].mGraphicBuffer->getHeight();
138 nativeBuffer->format = mSlots[buf].mGraphicBuffer->getPixelFormat();
139 nativeBuffer->stride = (ycbcr.y != NULL) ?
143 nativeBuffer->crop = b.mCrop;
144 nativeBuffer->transform = b.mTransform;
145 nativeBuffer
[all...]
/frameworks/native/include/gui/
H A DCpuConsumer.h85 status_t lockNextBuffer(LockedBuffer *nativeBuffer);
91 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 145 milliseconds