Searched defs:PersistentSurface (Results 1 - 4 of 4) sorted by path

/frameworks/av/include/media/stagefright/
H A DPersistentSurface.h28 struct PersistentSurface : public RefBase { struct in namespace:android
29 PersistentSurface() {} function in struct:android::PersistentSurface
31 PersistentSurface( function in struct:android::PersistentSurface
63 DISALLOW_EVIL_CONSTRUCTORS(PersistentSurface);
/frameworks/av/media/libstagefright/foundation/include/
H A DPersistentSurface.h28 struct PersistentSurface : public RefBase { struct in namespace:android
29 PersistentSurface() {} function in struct:android::PersistentSurface
31 PersistentSurface( function in struct:android::PersistentSurface
63 DISALLOW_EVIL_CONSTRUCTORS(PersistentSurface);
/frameworks/av/media/libstagefright/include/
H A DPersistentSurface.h28 struct PersistentSurface : public RefBase { struct in namespace:android
29 PersistentSurface() {} function in struct:android::PersistentSurface
31 PersistentSurface( function in struct:android::PersistentSurface
63 DISALLOW_EVIL_CONSTRUCTORS(PersistentSurface);
/frameworks/base/media/java/android/media/
H A DMediaCodec.java1974 static class PersistentSurface extends Surface { class in class:MediaCodec
1976 PersistentSurface() {} // used by native method in class:MediaCodec.PersistentSurface
1998 if (!(surface instanceof PersistentSurface)) {
1999 throw new IllegalArgumentException("not a PersistentSurface");
2005 private static native final PersistentSurface native_createPersistentInputSurface();

Completed in 104 milliseconds