/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/media/codec2/sfplugin/ |
D | CCodec.h | 55 virtual void initiateSetInputSurface(const sp<PersistentSurface> &surface) override; 96 static sp<PersistentSurface> CreateCompatibleInputSurface(); 99 static sp<PersistentSurface> CreateOmxInputSurface(); 103 void setInputSurface(const sp<PersistentSurface> &surface);
|
D | CCodec.cpp | 50 extern "C" android::PersistentSurface *CreateInputSurface(); 1058 sp<PersistentSurface> CCodec::CreateOmxInputSurface() { in CreateOmxInputSurface() 1083 return new PersistentSurface( in CreateOmxInputSurface() 1091 sp<PersistentSurface> CCodec::CreateCompatibleInputSurface() { in CreateCompatibleInputSurface() 1092 sp<PersistentSurface> surface(CreateInputSurface()); in CreateCompatibleInputSurface() 1115 sp<PersistentSurface> persistentSurface = CreateCompatibleInputSurface(); in createInputSurface() 1187 void CCodec::initiateSetInputSurface(const sp<PersistentSurface> &surface) { in initiateSetInputSurface() 1193 void CCodec::setInputSurface(const sp<PersistentSurface> &surface) { in setInputSurface() 1699 sp<PersistentSurface> surface(static_cast<PersistentSurface *>(obj.get())); in onMessageReceived() 1856 extern "C" android::PersistentSurface *CreateInputSurface() { in CreateInputSurface() [all …]
|
/frameworks/av/media/libmedia/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; 260 status_t setInputSurface(const sp<PersistentSurface>& surface);
|
/frameworks/av/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; 260 status_t setInputSurface(const sp<PersistentSurface>& surface);
|
/frameworks/av/media/libstagefright/ |
D | StagefrightPluginLoader.h | 35 PersistentSurface *createInputSurface();
|
D | StagefrightPluginLoader.cpp | 86 PersistentSurface *StagefrightPluginLoader::createInputSurface() { in createInputSurface()
|
D | MediaCodecList.cpp | 99 sp<PersistentSurface> surfaceTest = in GetBuilders()
|
/frameworks/base/media/jni/ |
D | android_media_MediaCodec.h | 39 struct PersistentSurface; 74 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 | 326 const sp<PersistentSurface> &surface) { in setInputSurface() 1194 sp<PersistentSurface> android_media_MediaCodec_getPersistentInputSurface( in android_media_MediaCodec_getPersistentInputSurface() 1196 sp<PersistentSurface> persistentSurface; in android_media_MediaCodec_getPersistentInputSurface() 1201 persistentSurface = reinterpret_cast<PersistentSurface *>( in android_media_MediaCodec_getPersistentInputSurface() 1214 sp<PersistentSurface> persistentSurface = in android_media_MediaCodec_createPersistentInputSurface() 1267 sp<PersistentSurface> persistentSurface; in android_media_MediaCodec_releasePersistentInputSurface() 1272 persistentSurface = reinterpret_cast<PersistentSurface *>( in android_media_MediaCodec_releasePersistentInputSurface() 1299 sp<PersistentSurface> persistentSurface = in android_media_MediaCodec_setInputSurface()
|
/frameworks/av/media/libmediaplayerservice/ |
D | StagefrightRecorder.h | 57 virtual status_t setInputSurface(const sp<PersistentSurface>& surface); 89 sp<PersistentSurface> mPersistentSurface;
|
D | MediaRecorderClient.h | 77 virtual status_t setInputSurface(const sp<PersistentSurface>& surface);
|
/frameworks/av/media/libmedia/ |
D | IMediaRecorder.cpp | 92 status_t setInputSurface(const sp<PersistentSurface>& surface) in setInputSurface() 634 sp<PersistentSurface> surface = new PersistentSurface(); in onTransact()
|
/frameworks/base/media/java/android/media/ |
D | MediaCodec.java | 2062 static class PersistentSurface extends Surface { class in MediaCodec 2064 PersistentSurface() {} // used by native in PersistentSurface() method in MediaCodec.PersistentSurface 2086 if (!(surface instanceof PersistentSurface)) { in setInputSurface() 2093 private static native final PersistentSurface native_createPersistentInputSurface(); in native_createPersistentInputSurface()
|
/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()
|
/frameworks/av/cmds/screenrecord/ |
D | screenrecord.cpp | 75 using android::PersistentSurface; 233 sp<PersistentSurface> surface = MediaCodec::CreatePersistentInputSurface(); in prepareEncoder()
|