/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | PersistentSurface.h | 31 struct PersistentSurface : public RefBase { struct 32 PersistentSurface() {} in PersistentSurface() argument 35 PersistentSurface( in PersistentSurface() function 44 PersistentSurface( in PersistentSurface() function 143 DISALLOW_EVIL_CONSTRUCTORS(PersistentSurface); argument
|
D | MediaCodecSource.h | 45 const sp<PersistentSurface> &persistentSurface = NULL, 98 const sp<PersistentSurface> &persistentSurface, 141 sp<PersistentSurface> mPersistentSurface;
|
D | CodecBase.h | 43 struct PersistentSurface; 265 const sp<PersistentSurface> &surface) = 0; 332 typedef PersistentSurface *(*CreateInputSurfaceFunc)(void);
|
D | MediaCodec.h | 69 struct PersistentSurface; 143 static sp<PersistentSurface> CreatePersistentInputSurface(); 168 status_t setInputSurface(const sp<PersistentSurface> &surface);
|
D | ACodec.h | 74 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; 78 static PersistentSurface *CreateInputSurface(); 120 static sp<PersistentSurface> CreateCompatibleInputSurface(); 123 static sp<PersistentSurface> CreateOmxInputSurface(); 127 void setInputSurface(const sp<PersistentSurface> &surface);
|
/frameworks/av/media/libmedia/include/media/ |
D | IMediaRecorder.h | 35 struct PersistentSurface; 70 virtual status_t setInputSurface(const sp<PersistentSurface>& surface) = 0;
|
D | MediaRecorderBase.h | 33 struct PersistentSurface; 69 virtual status_t setInputSurface(const sp<PersistentSurface>& surface) = 0;
|
D | mediarecorder.h | 36 struct PersistentSurface; 265 status_t setInputSurface(const sp<PersistentSurface>& surface);
|
/frameworks/base/media/jni/ |
D | android_media_MediaCodec.h | 45 struct PersistentSurface; 86 status_t setInputSurface(const sp<PersistentSurface> &surface);
|
D | android_media_MediaRecorder.cpp | 58 extern sp<PersistentSurface> 133 static sp<PersistentSurface> get_persistentSurface(JNIEnv* env, jobject object) in get_persistentSurface() 674 sp<PersistentSurface> persistentSurface = get_persistentSurface(env, object); in android_media_MediaRecorder_setInputSurface()
|
D | android_media_MediaCodec.cpp | 406 const sp<PersistentSurface> &surface) { in setInputSurface() 1823 sp<PersistentSurface> android_media_MediaCodec_getPersistentInputSurface( in android_media_MediaCodec_getPersistentInputSurface() 1825 sp<PersistentSurface> persistentSurface; in android_media_MediaCodec_getPersistentInputSurface() 1830 persistentSurface = reinterpret_cast<PersistentSurface *>( in android_media_MediaCodec_getPersistentInputSurface() 1843 sp<PersistentSurface> persistentSurface = in android_media_MediaCodec_createPersistentInputSurface() 1896 sp<PersistentSurface> persistentSurface; in android_media_MediaCodec_releasePersistentInputSurface() 1901 persistentSurface = reinterpret_cast<PersistentSurface *>( in android_media_MediaCodec_releasePersistentInputSurface() 1928 sp<PersistentSurface> persistentSurface = in android_media_MediaCodec_setInputSurface()
|
/frameworks/av/media/libmediaplayerservice/ |
D | StagefrightRecorder.h | 64 virtual status_t setInputSurface(const sp<PersistentSurface>& surface); 104 sp<PersistentSurface> mPersistentSurface;
|
D | MediaRecorderClient.h | 80 virtual status_t setInputSurface(const sp<PersistentSurface>& surface);
|
D | MediaRecorderClient.cpp | 58 status_t MediaRecorderClient::setInputSurface(const sp<PersistentSurface>& surface) in setInputSurface()
|
/frameworks/av/media/libmediaplayerservice/fuzzer/ |
D | mediarecorder_fuzzer.cpp | 255 sp<PersistentSurface> persistentSurface = sp<PersistentSurface>::make(); in setConfig()
|
/frameworks/av/media/codec2/sfplugin/ |
D | CCodec.cpp | 70 extern "C" android::PersistentSurface *CreateInputSurface(); 1833 sp<PersistentSurface> CCodec::CreateOmxInputSurface() { in CreateOmxInputSurface() 1861 return new PersistentSurface(new H2BGraphicBufferProducer(gbp), gbs); in CreateOmxInputSurface() 1867 sp<PersistentSurface> CCodec::CreateCompatibleInputSurface() { in CreateCompatibleInputSurface() 1868 sp<PersistentSurface> surface(CreateInputSurface()); in CreateCompatibleInputSurface() 1890 sp<PersistentSurface> persistentSurface = CreateCompatibleInputSurface(); in createInputSurface() 2010 void CCodec::initiateSetInputSurface(const sp<PersistentSurface> &surface) { in initiateSetInputSurface() 2016 void CCodec::setInputSurface(const sp<PersistentSurface> &surface) { in setInputSurface() 2791 sp<PersistentSurface> surface(static_cast<PersistentSurface *>(obj.get())); in onMessageReceived() 3030 PersistentSurface *CCodec::CreateInputSurface() { in CreateInputSurface() [all …]
|
/frameworks/av/media/libmedia/ |
D | IMediaRecorder.cpp | 95 status_t setInputSurface(const sp<PersistentSurface>& surface) in setInputSurface() 702 sp<PersistentSurface> surface = new PersistentSurface(); in onTransact()
|
D | mediarecorder.cpp | 431 status_t MediaRecorder::setInputSurface(const sp<PersistentSurface>& surface) in setInputSurface()
|
/frameworks/av/media/ndk/ |
D | NdkMediaCodec.cpp | 86 sp<PersistentSurface> mPersistentSurface; 89 const sp<PersistentSurface>& ps) in AMediaCodecPersistentSurface() 839 sp<PersistentSurface> ps = MediaCodec::CreatePersistentInputSurface(); in AMediaCodec_createPersistentInputSurface()
|
/frameworks/av/media/libstagefright/ |
D | MediaCodecList.cpp | 101 sp<PersistentSurface> surfaceTest = CCodec::CreateInputSurface(); in GetBuilders()
|
D | MediaCodecSource.cpp | 345 const sp<PersistentSurface> &persistentSurface, in Create() 457 const sp<PersistentSurface> &persistentSurface, in MediaCodecSource()
|
/frameworks/av/cmds/screenrecord/ |
D | screenrecord.cpp | 82 using android::PersistentSurface; 243 sp<PersistentSurface> surface = MediaCodec::CreatePersistentInputSurface(); in prepareEncoder()
|
/frameworks/base/media/java/android/media/ |
D | MediaCodec.java | 2498 static class PersistentSurface extends Surface { class in MediaCodec 2500 PersistentSurface() {} // used by native in PersistentSurface() method in MediaCodec.PersistentSurface 2522 if (!(surface instanceof PersistentSurface)) { in setInputSurface() 2529 private static native final PersistentSurface native_createPersistentInputSurface(); in native_createPersistentInputSurface()
|
/frameworks/av/media/libstagefright/tests/mediacodec/ |
D | MediaCodecTest.cpp | 88 MOCK_METHOD(void, initiateSetInputSurface, (const sp<PersistentSurface> &surface), (override));
|