Home
last modified time | relevance | path

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

12

/frameworks/av/media/libstagefright/include/media/stagefright/
DPersistentSurface.h29 struct PersistentSurface : public RefBase { struct
30 PersistentSurface() {} in PersistentSurface() argument
33 PersistentSurface( in PersistentSurface() function
84 DISALLOW_EVIL_CONSTRUCTORS(PersistentSurface); argument
DMediaCodecSource.h45 const sp<PersistentSurface> &persistentSurface = NULL,
95 const sp<PersistentSurface> &persistentSurface,
138 sp<PersistentSurface> mPersistentSurface;
DCodecBase.h43 struct PersistentSurface;
220 const sp<PersistentSurface> &surface) = 0;
237 typedef PersistentSurface *(*CreateInputSurfaceFunc)(void);
DMediaCodec.h57 struct PersistentSurface;
103 static sp<PersistentSurface> CreatePersistentInputSurface();
126 status_t setInputSurface(const sp<PersistentSurface> &surface);
DMediaFilter.h34 virtual void initiateSetInputSurface(const sp<PersistentSurface> &surface);
DACodec.h69 virtual void initiateSetInputSurface(const sp<PersistentSurface> &surface);
/frameworks/av/media/codec2/sfplugin/include/media/stagefright/
DCCodec.h55 virtual void initiateSetInputSurface(const sp<PersistentSurface> &surface) override;
72 static PersistentSurface *CreateInputSurface();
114 static sp<PersistentSurface> CreateCompatibleInputSurface();
117 static sp<PersistentSurface> CreateOmxInputSurface();
121 void setInputSurface(const sp<PersistentSurface> &surface);
/frameworks/av/media/libmedia/include/media/
DMediaRecorderBase.h33 struct PersistentSurface;
69 virtual status_t setInputSurface(const sp<PersistentSurface>& surface) = 0;
DIMediaRecorder.h35 struct PersistentSurface;
70 virtual status_t setInputSurface(const sp<PersistentSurface>& surface) = 0;
Dmediarecorder.h35 struct PersistentSurface;
262 status_t setInputSurface(const sp<PersistentSurface>& surface);
/frameworks/base/media/jni/
Dandroid_media_MediaCodec.h44 struct PersistentSurface;
81 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()
671 sp<PersistentSurface> persistentSurface = get_persistentSurface(env, object); in android_media_MediaRecorder_setInputSurface()
Dandroid_media_MediaCodec.cpp339 const sp<PersistentSurface> &surface) { in setInputSurface()
1361 sp<PersistentSurface> android_media_MediaCodec_getPersistentInputSurface( in android_media_MediaCodec_getPersistentInputSurface()
1363 sp<PersistentSurface> persistentSurface; in android_media_MediaCodec_getPersistentInputSurface()
1368 persistentSurface = reinterpret_cast<PersistentSurface *>( in android_media_MediaCodec_getPersistentInputSurface()
1381 sp<PersistentSurface> persistentSurface = in android_media_MediaCodec_createPersistentInputSurface()
1434 sp<PersistentSurface> persistentSurface; in android_media_MediaCodec_releasePersistentInputSurface()
1439 persistentSurface = reinterpret_cast<PersistentSurface *>( in android_media_MediaCodec_releasePersistentInputSurface()
1466 sp<PersistentSurface> persistentSurface = in android_media_MediaCodec_setInputSurface()
/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp54 extern "C" android::PersistentSurface *CreateInputSurface();
1102 sp<PersistentSurface> CCodec::CreateOmxInputSurface() { in CreateOmxInputSurface()
1127 return new PersistentSurface(new H2BGraphicBufferProducer(gbp), gbs); in CreateOmxInputSurface()
1133 sp<PersistentSurface> CCodec::CreateCompatibleInputSurface() { in CreateCompatibleInputSurface()
1134 sp<PersistentSurface> surface(CreateInputSurface()); in CreateCompatibleInputSurface()
1158 sp<PersistentSurface> persistentSurface = CreateCompatibleInputSurface(); in createInputSurface()
1231 void CCodec::initiateSetInputSurface(const sp<PersistentSurface> &surface) { in initiateSetInputSurface()
1237 void CCodec::setInputSurface(const sp<PersistentSurface> &surface) { in setInputSurface()
1777 sp<PersistentSurface> surface(static_cast<PersistentSurface *>(obj.get())); in onMessageReceived()
1931 PersistentSurface *CCodec::CreateInputSurface() { in CreateInputSurface()
[all …]
/frameworks/av/media/libmediaplayerservice/
DStagefrightRecorder.h59 virtual status_t setInputSurface(const sp<PersistentSurface>& surface);
98 sp<PersistentSurface> mPersistentSurface;
DMediaRecorderClient.h79 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.cpp94 status_t setInputSurface(const sp<PersistentSurface>& surface) in setInputSurface()
684 sp<PersistentSurface> surface = new PersistentSurface(); in onTransact()
Dmediarecorder.cpp428 status_t MediaRecorder::setInputSurface(const sp<PersistentSurface>& surface) in setInputSurface()
/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/media/libstagefright/
DMediaCodecList.cpp100 sp<PersistentSurface> surfaceTest = CCodec::CreateInputSurface(); in GetBuilders()
DMediaCodecSource.cpp354 const sp<PersistentSurface> &persistentSurface, in Create()
442 const sp<PersistentSurface> &persistentSurface, in MediaCodecSource()
/frameworks/base/media/java/android/media/
DMediaCodec.java2166 static class PersistentSurface extends Surface { class in MediaCodec
2168 PersistentSurface() {} // used by native in PersistentSurface() method in MediaCodec.PersistentSurface
2190 if (!(surface instanceof PersistentSurface)) { in setInputSurface()
2197 private static native final PersistentSurface native_createPersistentInputSurface(); in native_createPersistentInputSurface()
DMediaRecorder.java192 if (!(surface instanceof MediaCodec.PersistentSurface)) { in setInputSurface()
/frameworks/av/cmds/screenrecord/
Dscreenrecord.cpp79 using android::PersistentSurface;
239 sp<PersistentSurface> surface = MediaCodec::CreatePersistentInputSurface(); in prepareEncoder()

12