/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | PersistentSurface.h | 29 struct PersistentSurface : public RefBase { struct 30 PersistentSurface() {} in PersistentSurface() argument 33 PersistentSurface( in PersistentSurface() function 84 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 | 43 struct PersistentSurface; 220 const sp<PersistentSurface> &surface) = 0; 237 typedef PersistentSurface *(*CreateInputSurfaceFunc)(void);
|
D | MediaCodec.h | 57 struct PersistentSurface; 103 static sp<PersistentSurface> CreatePersistentInputSurface(); 126 status_t setInputSurface(const sp<PersistentSurface> &surface);
|
D | MediaFilter.h | 34 virtual void initiateSetInputSurface(const sp<PersistentSurface> &surface);
|
D | ACodec.h | 69 virtual void initiateSetInputSurface(const sp<PersistentSurface> &surface);
|
/frameworks/av/media/codec2/sfplugin/include/media/stagefright/ |
D | CCodec.h | 55 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/ |
D | MediaRecorderBase.h | 33 struct PersistentSurface; 69 virtual status_t setInputSurface(const sp<PersistentSurface>& surface) = 0;
|
D | IMediaRecorder.h | 35 struct PersistentSurface; 70 virtual status_t setInputSurface(const sp<PersistentSurface>& surface) = 0;
|
D | mediarecorder.h | 35 struct PersistentSurface; 262 status_t setInputSurface(const sp<PersistentSurface>& surface);
|
/frameworks/base/media/jni/ |
D | android_media_MediaCodec.h | 44 struct PersistentSurface; 81 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() 671 sp<PersistentSurface> persistentSurface = get_persistentSurface(env, object); in android_media_MediaRecorder_setInputSurface()
|
D | android_media_MediaCodec.cpp | 339 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/ |
D | CCodec.cpp | 54 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/ |
D | StagefrightRecorder.h | 59 virtual status_t setInputSurface(const sp<PersistentSurface>& surface); 98 sp<PersistentSurface> mPersistentSurface;
|
D | MediaRecorderClient.h | 79 virtual status_t setInputSurface(const sp<PersistentSurface>& surface);
|
D | MediaRecorderClient.cpp | 56 status_t MediaRecorderClient::setInputSurface(const sp<PersistentSurface>& surface) in setInputSurface()
|
/frameworks/av/media/libmedia/ |
D | IMediaRecorder.cpp | 94 status_t setInputSurface(const sp<PersistentSurface>& surface) in setInputSurface() 684 sp<PersistentSurface> surface = new PersistentSurface(); in onTransact()
|
D | mediarecorder.cpp | 428 status_t MediaRecorder::setInputSurface(const sp<PersistentSurface>& surface) in setInputSurface()
|
/frameworks/av/media/ndk/ |
D | NdkMediaCodec.cpp | 61 sp<PersistentSurface> mPersistentSurface; 64 const sp<PersistentSurface>& ps) in AMediaCodecPersistentSurface() 673 sp<PersistentSurface> ps = MediaCodec::CreatePersistentInputSurface(); in AMediaCodec_createPersistentInputSurface()
|
/frameworks/av/media/libstagefright/ |
D | MediaCodecList.cpp | 100 sp<PersistentSurface> surfaceTest = CCodec::CreateInputSurface(); in GetBuilders()
|
D | MediaCodecSource.cpp | 354 const sp<PersistentSurface> &persistentSurface, in Create() 442 const sp<PersistentSurface> &persistentSurface, in MediaCodecSource()
|
/frameworks/base/media/java/android/media/ |
D | MediaCodec.java | 2166 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()
|
D | MediaRecorder.java | 192 if (!(surface instanceof MediaCodec.PersistentSurface)) { in setInputSurface()
|
/frameworks/av/cmds/screenrecord/ |
D | screenrecord.cpp | 79 using android::PersistentSurface; 239 sp<PersistentSurface> surface = MediaCodec::CreatePersistentInputSurface(); in prepareEncoder()
|