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.h32 struct PersistentSurface : public RefBase { struct
33 PersistentSurface() {} in PersistentSurface() function
36 PersistentSurface( in PersistentSurface() function
43 PersistentSurface( in PersistentSurface() function
49 sp<IGraphicBufferProducer> getBufferProducer() const { in getBufferProducer()
53 sp<IGraphicBufferSource> getBufferSource() const { in getBufferSource()
57 sp<IBase> getHidlTarget() const { in getHidlTarget()
61 status_t writeToParcel(Parcel *parcel) const { in writeToParcel()
79 status_t readFromParcel(const Parcel *parcel) { in readFromParcel()
103 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.java2065 static class PersistentSurface extends Surface { class in MediaCodec
2067 PersistentSurface() {} // used by native in PersistentSurface() method in MediaCodec.PersistentSurface