Searched defs:mGraphicBuffer (Results 1 - 12 of 12) sorted by last modified time

/frameworks/rs/
H A DrsGrallocConsumer.h63 sp<GraphicBuffer> mGraphicBuffer; member in struct:android::renderscript::GrallocConsumer::AcquiredBuffer
/frameworks/native/include/gui/
H A DBufferItem.h52 // mGraphicBuffer points to the buffer allocated for this slot, or is NULL
55 sp<GraphicBuffer> mGraphicBuffer; member in class:android::BufferItem
H A DBufferSlot.h45 // mGraphicBuffer points to the buffer allocated for this slot or is NULL
47 sp<GraphicBuffer> mGraphicBuffer; member in struct:android::BufferSlot
H A DConsumerBase.h186 // mGraphicBuffer is the Gralloc buffer store in the slot or NULL if
188 sp<GraphicBuffer> mGraphicBuffer; member in struct:android::ConsumerBase::Slot
H A DCpuConsumer.h125 sp<GraphicBuffer> mGraphicBuffer; member in struct:android::CpuConsumer::AcquiredBuffer
H A DGLConsumer.h298 const sp<GraphicBuffer>& graphicBuffer() { return mGraphicBuffer; }
300 return mGraphicBuffer == NULL ? NULL : mGraphicBuffer->handle;
316 // mGraphicBuffer is the buffer that was used to create this image.
317 sp<GraphicBuffer> mGraphicBuffer; member in class:android::GLConsumer::EglImage
319 // mEglImage is the EGLImage created from mGraphicBuffer.
428 // mEglImage is the EGLImage created from mGraphicBuffer.
H A DIGraphicBufferConsumer.h59 // mGraphicBuffer points to the buffer allocated for this slot, or is NULL
62 sp<GraphicBuffer> mGraphicBuffer; member in class:android::IGraphicBufferConsumer::BufferItem
125 // acquired then the BufferItem::mGraphicBuffer field of buffer is set to
/frameworks/av/include/media/stagefright/
H A DACodec.h151 sp<GraphicBuffer> mGraphicBuffer; member in struct:android::ACodec::BufferInfo
H A DMediaBuffer.h107 sp<GraphicBuffer> mGraphicBuffer; member in class:android::MediaBuffer
H A DSurfaceMediaSource.h155 sp<GraphicBuffer> mGraphicBuffer; member in struct:android::SurfaceMediaSource::SlotData
/frameworks/av/media/libstagefright/omx/
H A DGraphicBufferSource.h154 // (mGraphicBuffer == NULL) or in use by the codec.
164 sp<GraphicBuffer> mGraphicBuffer; member in struct:android::GraphicBufferSource::CodecBuffer
H A DOMXNodeInstance.cpp114 : mGraphicBuffer(graphicBuffer),
139 mGraphicBuffer = graphicBuffer;
143 sp<GraphicBuffer> mGraphicBuffer; member in struct:android::BufferMeta

Completed in 1270 milliseconds