Home
last modified time | relevance | path

Searched refs:persistentSurface (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodecSource.h45 const sp<PersistentSurface> &persistentSurface = NULL,
98 const sp<PersistentSurface> &persistentSurface,
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
DMediaRecorderTest.java225 Surface persistentSurface) { in recordVideoFromSurface() argument
247 if (persistentSurface != null) { in recordVideoFromSurface()
249 surface = persistentSurface; in recordVideoFromSurface()
253 if (persistentSurface == null) { in recordVideoFromSurface()
297 if (persistentSurface == null && surface != null) { in recordVideoFromSurface()
/frameworks/av/media/libmediaplayerservice/fuzzer/
Dmediarecorder_fuzzer.cpp255 sp<PersistentSurface> persistentSurface = sp<PersistentSurface>::make(); in setConfig() local
256 mStfRecorder->setInputSurface(persistentSurface); in setConfig()
/frameworks/av/media/libstagefright/
DMediaCodecSource.cpp345 const sp<PersistentSurface> &persistentSurface, in Create() argument
348 looper, format, source, persistentSurface, flags); in Create()
457 const sp<PersistentSurface> &persistentSurface, in MediaCodecSource() argument
470 mPersistentSurface(persistentSurface), in MediaCodecSource()
/frameworks/base/media/jni/
Dandroid_media_MediaCodec.cpp1825 sp<PersistentSurface> persistentSurface; in android_media_MediaCodec_getPersistentInputSurface() local
1830 persistentSurface = reinterpret_cast<PersistentSurface *>( in android_media_MediaCodec_getPersistentInputSurface()
1837 return persistentSurface; in android_media_MediaCodec_getPersistentInputSurface()
1843 sp<PersistentSurface> persistentSurface = in android_media_MediaCodec_createPersistentInputSurface() local
1846 if (persistentSurface == NULL) { in android_media_MediaCodec_createPersistentInputSurface()
1851 persistentSurface->getBufferProducer(), true); in android_media_MediaCodec_createPersistentInputSurface()
1878 (jlong)persistentSurface.get()); in android_media_MediaCodec_createPersistentInputSurface()
1888 persistentSurface->incStrong(&sRefBaseOwner); in android_media_MediaCodec_createPersistentInputSurface()
1896 sp<PersistentSurface> persistentSurface; in android_media_MediaCodec_releasePersistentInputSurface() local
1901 persistentSurface = reinterpret_cast<PersistentSurface *>( in android_media_MediaCodec_releasePersistentInputSurface()
[all …]
Dandroid_media_MediaRecorder.cpp674 sp<PersistentSurface> persistentSurface = get_persistentSurface(env, object); in android_media_MediaRecorder_setInputSurface() local
676 process_media_recorder_call(env, mr->setInputSurface(persistentSurface), in android_media_MediaRecorder_setInputSurface()
/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp1890 sp<PersistentSurface> persistentSurface = CreateCompatibleInputSurface(); in createInputSurface() local
1891 if (persistentSurface->isTargetAidl()) { in createInputSurface()
1892 ::ndk::SpAIBinder aidlTarget = persistentSurface->getAidlTarget(); in createInputSurface()
1901 bufferProducer = persistentSurface->getBufferProducer(); in createInputSurface()
1908 sp<hidl::base::V1_0::IBase> hidlTarget = persistentSurface->getHidlTarget(); in createInputSurface()
1925 bufferProducer = persistentSurface->getBufferProducer(); in createInputSurface()