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

/frameworks/av/include/media/stagefright/
H A DPersistentSurface.h27 struct PersistentSurface : public RefBase { struct in namespace:android
28 PersistentSurface( function in struct:android::PersistentSurface
46 DISALLOW_EVIL_CONSTRUCTORS(PersistentSurface);
/frameworks/base/media/java/android/media/
H A DMediaCodec.java1817 static class PersistentSurface extends Surface { class in class:MediaCodec
1819 PersistentSurface() {} // used by native method in class:MediaCodec.PersistentSurface
1841 if (!(surface instanceof PersistentSurface)) {
1842 throw new IllegalArgumentException("not a PersistentSurface");
1848 private static native final PersistentSurface native_createPersistentInputSurface();

Completed in 77 milliseconds