Home
last modified time | relevance | path

Searched defs:PersistentSurface (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/include/media/stagefright/
DPersistentSurface.h28 struct PersistentSurface : public RefBase { struct
29 PersistentSurface() {} in PersistentSurface() function
31 PersistentSurface( in PersistentSurface() argument
37 sp<IGraphicBufferProducer> getBufferProducer() const { in getBufferProducer()
63 DISALLOW_EVIL_CONSTRUCTORS(PersistentSurface); argument
/frameworks/av/media/libstagefright/filters/
DMediaFilter.cpp88 const sp<PersistentSurface> & /* surface */) { in initiateSetInputSurface()
/frameworks/base/media/java/android/media/
DMediaCodec.java1982 static class PersistentSurface extends Surface { class in MediaCodec
1984 PersistentSurface() {} // used by native in PersistentSurface() method in MediaCodec.PersistentSurface