Home
last modified time | relevance | path

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

12

/frameworks/av/media/libstagefright/include/media/stagefright/
DPersistentSurface.h32 struct PersistentSurface : public RefBase { struct
33 PersistentSurface() {} in PersistentSurface() argument
36 PersistentSurface( in PersistentSurface() function
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.h48 struct PersistentSurface;
91 static sp<PersistentSurface> CreatePersistentInputSurface();
114 status_t setInputSurface(const sp<PersistentSurface> &surface);
DMediaFilter.h36 virtual void initiateSetInputSurface(const sp<PersistentSurface> &surface);
DACodec.h60 virtual void initiateSetInputSurface(const sp<PersistentSurface> &surface);
/frameworks/av/media/codec2/sfplugin/
DCCodec.h56 virtual void initiateSetInputSurface(const sp<PersistentSurface> &surface) override;
97 static sp<PersistentSurface> CreateCompatibleInputSurface();
100 static sp<PersistentSurface> CreateOmxInputSurface();
104 void setInputSurface(const sp<PersistentSurface> &surface);
DCCodec.cpp50 extern "C" android::PersistentSurface *CreateInputSurface();
1070 sp<PersistentSurface> CCodec::CreateOmxInputSurface() { in CreateOmxInputSurface()
1095 return new PersistentSurface( in CreateOmxInputSurface()
1103 sp<PersistentSurface> CCodec::CreateCompatibleInputSurface() { in CreateCompatibleInputSurface()
1104 sp<PersistentSurface> surface(CreateInputSurface()); in CreateCompatibleInputSurface()
1127 sp<PersistentSurface> persistentSurface = CreateCompatibleInputSurface(); in createInputSurface()
1199 void CCodec::initiateSetInputSurface(const sp<PersistentSurface> &surface) { in initiateSetInputSurface()
1205 void CCodec::setInputSurface(const sp<PersistentSurface> &surface) { in setInputSurface()
1722 sp<PersistentSurface> surface(static_cast<PersistentSurface *>(obj.get())); in onMessageReceived()
1884 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/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()
1196 sp<PersistentSurface> android_media_MediaCodec_getPersistentInputSurface( in android_media_MediaCodec_getPersistentInputSurface()
1198 sp<PersistentSurface> persistentSurface; in android_media_MediaCodec_getPersistentInputSurface()
1203 persistentSurface = reinterpret_cast<PersistentSurface *>( in android_media_MediaCodec_getPersistentInputSurface()
1216 sp<PersistentSurface> persistentSurface = in android_media_MediaCodec_createPersistentInputSurface()
1269 sp<PersistentSurface> persistentSurface; in android_media_MediaCodec_releasePersistentInputSurface()
1274 persistentSurface = reinterpret_cast<PersistentSurface *>( in android_media_MediaCodec_releasePersistentInputSurface()
1301 sp<PersistentSurface> persistentSurface = in android_media_MediaCodec_setInputSurface()
/frameworks/av/media/libstagefright/
DStagefrightPluginLoader.h35 PersistentSurface *createInputSurface();
DStagefrightPluginLoader.cpp86 PersistentSurface *StagefrightPluginLoader::createInputSurface() { in createInputSurface()
DMediaCodecList.cpp99 sp<PersistentSurface> surfaceTest = in GetBuilders()
DMediaCodecSource.cpp353 const sp<PersistentSurface> &persistentSurface, in Create()
441 const sp<PersistentSurface> &persistentSurface, in MediaCodecSource()
/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);
DMediaRecorderClient.cpp56 status_t MediaRecorderClient::setInputSurface(const sp<PersistentSurface>& surface) in setInputSurface()
/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.java2065 static class PersistentSurface extends Surface { class in MediaCodec
2067 PersistentSurface() {} // used by native in PersistentSurface() method in MediaCodec.PersistentSurface
2089 if (!(surface instanceof PersistentSurface)) { in setInputSurface()
2096 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()
673 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