Searched defs:nativeBuffer (Results 1 - 4 of 4) sorted by last modified time

/frameworks/rs/driver/runtime/
H A Drs_structs.h46 void * nativeBuffer; member in struct:Allocation::__anon1498::__anon1499
/frameworks/rs/
H A DrsAllocation.h70 ANativeWindowBuffer *nativeBuffer; member in struct:android::renderscript::Allocation::Hal::State
/frameworks/native/include/media/hardware/
H A DHardwareAPI.h128 const sp<ANativeWindowBuffer>& nativeBuffer; member in struct:android::UseAndroidNativeBufferParams
/frameworks/native/libs/gui/
H A DCpuConsumer.cpp98 status_t CpuConsumer::lockNextBuffer(LockedBuffer *nativeBuffer) { argument
101 if (!nativeBuffer) return BAD_VALUE;
189 nativeBuffer->data =
191 nativeBuffer->width = mSlots[buf].mGraphicBuffer->getWidth();
192 nativeBuffer->height = mSlots[buf].mGraphicBuffer->getHeight();
193 nativeBuffer->format = format;
194 nativeBuffer->flexFormat = flexFormat;
195 nativeBuffer->stride = (ycbcr.y != NULL) ?
199 nativeBuffer->crop = b.mCrop;
200 nativeBuffer
[all...]

Completed in 300 milliseconds