Searched defs:GraphicBufferSource (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/omx/
H A DGraphicBufferSource.cpp19 #define LOG_TAG "GraphicBufferSource"
25 #include "GraphicBufferSource.h"
48 GraphicBufferSource::PersistentProxyListener::PersistentProxyListener(
54 GraphicBufferSource::PersistentProxyListener::~PersistentProxyListener() {}
56 void GraphicBufferSource::PersistentProxyListener::onFrameAvailable(
93 void GraphicBufferSource::PersistentProxyListener::onFrameReplaced(
101 void GraphicBufferSource::PersistentProxyListener::onBuffersReleased() {
108 void GraphicBufferSource::PersistentProxyListener::onSidebandStreamChanged() {
115 GraphicBufferSource::GraphicBufferSource( function in class:android::GraphicBufferSource
[all...]
H A DGraphicBufferSource.h52 class GraphicBufferSource : public BufferQueue::ConsumerListener { class in namespace:android
54 GraphicBufferSource(
63 virtual ~GraphicBufferSource();
72 // queued on this will be received by GraphicBufferSource.
169 // changed the sideband stream. GraphicBufferSource doesn't handle sideband
299 friend struct AHandlerReflector<GraphicBufferSource>;
317 sp<AHandlerReflector<GraphicBufferSource> > mReflector;
344 DISALLOW_EVIL_CONSTRUCTORS(GraphicBufferSource);

Completed in 65 milliseconds