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() 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/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;
256 status_t setInputSurface(const sp<PersistentSurface>& surface);
/frameworks/av/media/libmedia/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;
256 status_t setInputSurface(const sp<PersistentSurface>& surface);
/frameworks/av/media/libstagefright/
DStagefrightPluginLoader.h35 PersistentSurface *createInputSurface();
DStagefrightPluginLoader.cpp77 PersistentSurface *StagefrightPluginLoader::createInputSurface() { in createInputSurface()
DMediaCodecList.cpp98 sp<PersistentSurface> surfaceTest = in GetBuilders()
DMediaCodecSource.cpp352 const sp<PersistentSurface> &persistentSurface, in Create()
440 const sp<PersistentSurface> &persistentSurface, in MediaCodecSource()
/frameworks/base/media/jni/
Dandroid_media_MediaCodec.h37 struct PersistentSurface;
72 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.cpp317 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/
DStagefrightRecorder.h57 virtual status_t setInputSurface(const sp<PersistentSurface>& surface);
87 sp<PersistentSurface> mPersistentSurface;
DMediaRecorderClient.h105 virtual status_t setInputSurface(const sp<PersistentSurface>& surface);
DMediaRecorderClient.cpp55 status_t MediaRecorderClient::setInputSurface(const sp<PersistentSurface>& surface) in setInputSurface()
/frameworks/av/media/libmedia/
DIMediaRecorder.cpp90 status_t setInputSurface(const sp<PersistentSurface>& surface) in setInputSurface()
597 sp<PersistentSurface> surface = new PersistentSurface(); in onTransact()
/frameworks/base/media/java/android/media/
DMediaCodec.java1999 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()
DMediaRecorder.java175 if (!(surface instanceof MediaCodec.PersistentSurface)) { in setInputSurface()
/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()

12