Home
last modified time | relevance | path

Searched refs:PersistentSurface (Results 1 – 25 of 37) sorted by relevance

12

/frameworks/av/media/libstagefright/include/media/stagefright/
DPersistentSurface.h32 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
DMediaCodecSource.h45 const sp<PersistentSurface> &persistentSurface = NULL,
95 const sp<PersistentSurface> &persistentSurface,
138 sp<PersistentSurface> mPersistentSurface;
DCodecBase.h41 struct PersistentSurface;
209 const sp<PersistentSurface> &surface) = 0;
226 typedef PersistentSurface *(*CreateInputSurfaceFunc)(void);
DMediaCodec.h47 struct PersistentSurface;
90 static sp<PersistentSurface> CreatePersistentInputSurface();
113 status_t setInputSurface(const sp<PersistentSurface> &surface);
DMediaFilter.h36 virtual void initiateSetInputSurface(const sp<PersistentSurface> &surface);
/frameworks/av/media/codec2/sfplugin/
DCCodec.h55 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);
DCCodec.cpp50 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/
DMediaRecorderBase.h33 struct PersistentSurface;
67 virtual status_t setInputSurface(const sp<PersistentSurface>& surface) = 0;
DIMediaRecorder.h35 struct PersistentSurface;
68 virtual status_t setInputSurface(const sp<PersistentSurface>& surface) = 0;
Dmediarecorder.h35 struct PersistentSurface;
260 status_t setInputSurface(const sp<PersistentSurface>& surface);
/frameworks/av/include/media/
DIMediaRecorder.h35 struct PersistentSurface;
68 virtual status_t setInputSurface(const sp<PersistentSurface>& surface) = 0;
DMediaRecorderBase.h33 struct PersistentSurface;
67 virtual status_t setInputSurface(const sp<PersistentSurface>& surface) = 0;
Dmediarecorder.h35 struct PersistentSurface;
260 status_t setInputSurface(const sp<PersistentSurface>& surface);
/frameworks/av/media/libstagefright/
DStagefrightPluginLoader.h35 PersistentSurface *createInputSurface();
DStagefrightPluginLoader.cpp86 PersistentSurface *StagefrightPluginLoader::createInputSurface() { in createInputSurface()
DMediaCodecList.cpp99 sp<PersistentSurface> surfaceTest = in GetBuilders()
/frameworks/base/media/jni/
Dandroid_media_MediaCodec.h39 struct PersistentSurface;
74 status_t setInputSurface(const sp<PersistentSurface> &surface);
Dandroid_media_MediaRecorder.cpp57 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()
Dandroid_media_MediaCodec.cpp326 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/
DStagefrightRecorder.h57 virtual status_t setInputSurface(const sp<PersistentSurface>& surface);
89 sp<PersistentSurface> mPersistentSurface;
DMediaRecorderClient.h77 virtual status_t setInputSurface(const sp<PersistentSurface>& surface);
/frameworks/av/media/libmedia/
DIMediaRecorder.cpp92 status_t setInputSurface(const sp<PersistentSurface>& surface) in setInputSurface()
634 sp<PersistentSurface> surface = new PersistentSurface(); in onTransact()
/frameworks/base/media/java/android/media/
DMediaCodec.java2062 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/
DNdkMediaCodec.cpp61 sp<PersistentSurface> mPersistentSurface;
64 const sp<PersistentSurface>& ps) in AMediaCodecPersistentSurface()
667 sp<PersistentSurface> ps = MediaCodec::CreatePersistentInputSurface(); in AMediaCodec_createPersistentInputSurface()
/frameworks/av/cmds/screenrecord/
Dscreenrecord.cpp75 using android::PersistentSurface;
233 sp<PersistentSurface> surface = MediaCodec::CreatePersistentInputSurface(); in prepareEncoder()

12