HomeSort by relevance Sort by last modified time
    Searched defs:mGraphicBuffer (Results 1 - 15 of 15) sorted by null

  /frameworks/native/include/gui/
BufferItem.h 52 // mGraphicBuffer points to the buffer allocated for this slot, or is NULL
55 sp<GraphicBuffer> mGraphicBuffer;
ConsumerBase.h 186 // mGraphicBuffer is the Gralloc buffer store in the slot or NULL if
188 sp<GraphicBuffer> mGraphicBuffer;
BufferSlot.h 45 // mGraphicBuffer points to the buffer allocated for this slot or is NULL
47 sp<GraphicBuffer> mGraphicBuffer;
CpuConsumer.h 125 sp<GraphicBuffer> mGraphicBuffer;
IGraphicBufferConsumer.h 59 // mGraphicBuffer points to the buffer allocated for this slot, or is NULL
62 sp<GraphicBuffer> mGraphicBuffer;
125 // acquired then the BufferItem::mGraphicBuffer field of buffer is set to
GLConsumer.h 298 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;
319 // mEglImage is the EGLImage created from mGraphicBuffer.
428 // mEglImage is the EGLImage created from mGraphicBuffer.
  /frameworks/rs/
rsGrallocConsumer.h 63 sp<GraphicBuffer> mGraphicBuffer;
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsGrallocConsumer.h 63 sp<GraphicBuffer> mGraphicBuffer;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsGrallocConsumer.h 63 sp<GraphicBuffer> mGraphicBuffer;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsGrallocConsumer.h 63 sp<GraphicBuffer> mGraphicBuffer;
  /frameworks/av/include/media/stagefright/
MediaBuffer.h 107 sp<GraphicBuffer> mGraphicBuffer;
SurfaceMediaSource.h 155 sp<GraphicBuffer> mGraphicBuffer;
ACodec.h 151 sp<GraphicBuffer> mGraphicBuffer;
  /frameworks/av/media/libstagefright/omx/
GraphicBufferSource.h 154 // (mGraphicBuffer == NULL) or in use by the codec.
164 sp<GraphicBuffer> mGraphicBuffer;
OMXNodeInstance.cpp 114 : mGraphicBuffer(graphicBuffer),
139 mGraphicBuffer = graphicBuffer;
143 sp<GraphicBuffer> mGraphicBuffer;
    [all...]

Completed in 481 milliseconds