/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | PersistentSurface.h | 32 struct PersistentSurface : public RefBase { struct 33 PersistentSurface() {} in PersistentSurface() function 36 PersistentSurface( in PersistentSurface() argument 43 PersistentSurface( in PersistentSurface() function 103 DISALLOW_EVIL_CONSTRUCTORS(PersistentSurface); argument
|
D | MediaCodecSource.h | 45 const sp<PersistentSurface> &persistentSurface = NULL, 95 const sp<PersistentSurface> &persistentSurface, 138 sp<PersistentSurface> mPersistentSurface;
|
D | CodecBase.h | 41 struct PersistentSurface; 209 const sp<PersistentSurface> &surface) = 0; 226 typedef PersistentSurface *(*CreateInputSurfaceFunc)(void);
|
D | MediaCodec.h | 47 struct PersistentSurface; 90 static sp<PersistentSurface> CreatePersistentInputSurface(); 113 status_t setInputSurface(const sp<PersistentSurface> &surface);
|
D | MediaFilter.h | 36 virtual void initiateSetInputSurface(const sp<PersistentSurface> &surface);
|
/frameworks/av/include/media/ |
D | MediaRecorderBase.h | 33 struct PersistentSurface; 67 virtual status_t setInputSurface(const sp<PersistentSurface>& surface) = 0;
|
D | IMediaRecorder.h | 35 struct PersistentSurface; 68 virtual status_t setInputSurface(const sp<PersistentSurface>& surface) = 0;
|
D | mediarecorder.h | 35 struct PersistentSurface; 256 status_t setInputSurface(const sp<PersistentSurface>& surface);
|
/frameworks/av/media/libmedia/include/media/ |
D | IMediaRecorder.h | 35 struct PersistentSurface; 68 virtual status_t setInputSurface(const sp<PersistentSurface>& surface) = 0;
|
D | MediaRecorderBase.h | 33 struct PersistentSurface; 67 virtual status_t setInputSurface(const sp<PersistentSurface>& surface) = 0;
|
D | mediarecorder.h | 35 struct PersistentSurface; 256 status_t setInputSurface(const sp<PersistentSurface>& surface);
|
/frameworks/av/media/libstagefright/ |
D | StagefrightPluginLoader.h | 35 PersistentSurface *createInputSurface();
|
D | StagefrightPluginLoader.cpp | 77 PersistentSurface *StagefrightPluginLoader::createInputSurface() { in createInputSurface()
|
D | MediaCodecList.cpp | 98 sp<PersistentSurface> surfaceTest = in GetBuilders()
|
D | MediaCodecSource.cpp | 352 const sp<PersistentSurface> &persistentSurface, in Create() 440 const sp<PersistentSurface> &persistentSurface, in MediaCodecSource()
|
/frameworks/base/media/jni/ |
D | android_media_MediaCodec.h | 37 struct PersistentSurface; 72 status_t setInputSurface(const sp<PersistentSurface> &surface);
|
D | android_media_MediaRecorder.cpp | 57 extern sp<PersistentSurface> 132 static sp<PersistentSurface> get_persistentSurface(JNIEnv* env, jobject object) in get_persistentSurface() 641 sp<PersistentSurface> persistentSurface = get_persistentSurface(env, object); in android_media_MediaRecorder_setInputSurface()
|
D | android_media_MediaCodec.cpp | 317 const sp<PersistentSurface> &surface) { in setInputSurface() 1161 sp<PersistentSurface> android_media_MediaCodec_getPersistentInputSurface( in android_media_MediaCodec_getPersistentInputSurface() 1163 sp<PersistentSurface> persistentSurface; in android_media_MediaCodec_getPersistentInputSurface() 1168 persistentSurface = reinterpret_cast<PersistentSurface *>( in android_media_MediaCodec_getPersistentInputSurface() 1181 sp<PersistentSurface> persistentSurface = in android_media_MediaCodec_createPersistentInputSurface() 1234 sp<PersistentSurface> persistentSurface; in android_media_MediaCodec_releasePersistentInputSurface() 1239 persistentSurface = reinterpret_cast<PersistentSurface *>( in android_media_MediaCodec_releasePersistentInputSurface() 1266 sp<PersistentSurface> persistentSurface = in android_media_MediaCodec_setInputSurface()
|
/frameworks/av/media/libmediaplayerservice/ |
D | StagefrightRecorder.h | 57 virtual status_t setInputSurface(const sp<PersistentSurface>& surface); 87 sp<PersistentSurface> mPersistentSurface;
|
D | MediaRecorderClient.h | 105 virtual status_t setInputSurface(const sp<PersistentSurface>& surface);
|
D | MediaRecorderClient.cpp | 55 status_t MediaRecorderClient::setInputSurface(const sp<PersistentSurface>& surface) in setInputSurface()
|
/frameworks/av/media/libmedia/ |
D | IMediaRecorder.cpp | 90 status_t setInputSurface(const sp<PersistentSurface>& surface) in setInputSurface() 597 sp<PersistentSurface> surface = new PersistentSurface(); in onTransact()
|
/frameworks/base/media/java/android/media/ |
D | MediaCodec.java | 1999 static class PersistentSurface extends Surface { class in MediaCodec 2001 PersistentSurface() {} // used by native in PersistentSurface() method in MediaCodec.PersistentSurface 2023 if (!(surface instanceof PersistentSurface)) { in setInputSurface() 2030 private static native final PersistentSurface native_createPersistentInputSurface(); in native_createPersistentInputSurface()
|
D | MediaRecorder.java | 175 if (!(surface instanceof MediaCodec.PersistentSurface)) { in setInputSurface()
|
/frameworks/av/media/ndk/ |
D | NdkMediaCodec.cpp | 61 sp<PersistentSurface> mPersistentSurface; 64 const sp<PersistentSurface>& ps) in AMediaCodecPersistentSurface() 667 sp<PersistentSurface> ps = MediaCodec::CreatePersistentInputSurface(); in AMediaCodec_createPersistentInputSurface()
|