Searched defs:mGraphicBuffer (Results 1 - 12 of 12) sorted by relevance

/frameworks/native/include/gui/
H A DConsumerBase.h197 // mGraphicBuffer is the Gralloc buffer store in the slot or NULL if
199 sp<GraphicBuffer> mGraphicBuffer; member in struct:android::ConsumerBase::Slot
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 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 DCpuConsumer.h114 sp<GraphicBuffer> mGraphicBuffer; member in struct:android::CpuConsumer::AcquiredBuffer
H A DGLConsumer.h299 const sp<GraphicBuffer>& graphicBuffer() { return mGraphicBuffer; }
301 return mGraphicBuffer == NULL ? NULL : mGraphicBuffer->handle;
317 // mGraphicBuffer is the buffer that was used to create this image.
318 sp<GraphicBuffer> mGraphicBuffer; member in class:android::GLConsumer::EglImage
320 // mEglImage is the EGLImage created from mGraphicBuffer.
429 // mEglImage is the EGLImage created from mGraphicBuffer.
/frameworks/rs/
H A DrsGrallocConsumer.h63 sp<GraphicBuffer> mGraphicBuffer; member in struct:android::renderscript::GrallocConsumer::AcquiredBuffer
/frameworks/av/include/media/stagefright/
H A DFrameRenderTracker.h39 // 1. queued frame: mMediaTime and mGraphicBuffer are set for the frame. mFence is the
65 mGraphicBuffer(graphicBuffer),
74 mGraphicBuffer(NULL),
82 sp<GraphicBuffer> mGraphicBuffer; member in struct:android::FrameRenderTracker::Info
H A DMediaBuffer.h107 sp<GraphicBuffer> mGraphicBuffer; member in class:android::MediaBuffer
H A DSurfaceMediaSource.h157 sp<GraphicBuffer> mGraphicBuffer; member in struct:android::SurfaceMediaSource::SlotData
H A DACodec.h173 sp<GraphicBuffer> mGraphicBuffer; member in struct:android::ACodec::BufferInfo
/frameworks/av/media/libstagefright/omx/
H A DGraphicBufferSource.h190 // (mGraphicBuffer == NULL) or in use by the codec.
200 sp<GraphicBuffer> mGraphicBuffer; member in struct:android::GraphicBufferSource::CodecBuffer
H A DOMXNodeInstance.cpp115 : mGraphicBuffer(graphicBuffer),
160 mGraphicBuffer = graphicBuffer;
164 sp<GraphicBuffer> mGraphicBuffer; member in struct:android::BufferMeta

Completed in 177 milliseconds