Searched defs:nativeBuffer (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/libs/gui/
H A DCpuConsumer.cpp91 status_t CpuConsumer::lockNextBuffer(LockedBuffer *nativeBuffer) { argument
94 if (!nativeBuffer) return BAD_VALUE;
182 nativeBuffer->data =
184 nativeBuffer->width = mSlots[slot].mGraphicBuffer->getWidth();
185 nativeBuffer->height = mSlots[slot].mGraphicBuffer->getHeight();
186 nativeBuffer->format = format;
187 nativeBuffer->flexFormat = flexFormat;
188 nativeBuffer->stride = (ycbcr.y != NULL) ?
192 nativeBuffer->crop = b.mCrop;
193 nativeBuffer
[all...]
/frameworks/base/libs/hwui/utils/
H A DTestWindowContext.cpp120 android::CpuConsumer::LockedBuffer nativeBuffer; local
121 android::status_t retval = mCpuConsumer->lockNextBuffer(&nativeBuffer);
136 LOG_ALWAYS_FATAL_IF(nativeBuffer.format != android::PIXEL_FORMAT_RGBA_8888,
139 SkImageInfo::Make(nativeBuffer.width, nativeBuffer.height,
145 nativeWrapper.installPixels(nativeConfig, nativeBuffer.data, nativeBuffer.stride * 4);
160 mCpuConsumer->unlockBuffer(nativeBuffer);
/frameworks/native/include/media/hardware/
H A DHardwareAPI.h198 const sp<ANativeWindowBuffer>& nativeBuffer; member in struct:android::UseAndroidNativeBufferParams
/frameworks/rs/
H A DrsAllocation.h70 AHardwareBuffer *nativeBuffer; member in struct:android::renderscript::Allocation::Hal::State
/frameworks/base/media/jni/
H A Dandroid_media_ImageWriter.cpp490 jlong nativeBuffer, jint imageFormat, jlong timestampNs, jint left, jint top,
510 BufferItem* buffer = reinterpret_cast<BufferItem*>(nativeBuffer);
489 ImageWriter_attachAndQueueImage(JNIEnv* env, jobject thiz, jlong nativeCtx, jlong nativeBuffer, jint imageFormat, jlong timestampNs, jint left, jint top, jint right, jint bottom) argument
/frameworks/rs/driver/runtime/
H A Drs_structs.h49 void * nativeBuffer; member in struct:Allocation::__anon1998::__anon1999

Completed in 194 milliseconds