Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodecSource.h45 const sp<PersistentSurface> &persistentSurface = NULL,
95 const sp<PersistentSurface> &persistentSurface,
/frameworks/base/media/jni/
Dandroid_media_MediaCodec.cpp1198 sp<PersistentSurface> persistentSurface; in android_media_MediaCodec_getPersistentInputSurface() local
1203 persistentSurface = reinterpret_cast<PersistentSurface *>( in android_media_MediaCodec_getPersistentInputSurface()
1210 return persistentSurface; in android_media_MediaCodec_getPersistentInputSurface()
1216 sp<PersistentSurface> persistentSurface = in android_media_MediaCodec_createPersistentInputSurface() local
1219 if (persistentSurface == NULL) { in android_media_MediaCodec_createPersistentInputSurface()
1224 persistentSurface->getBufferProducer(), true); in android_media_MediaCodec_createPersistentInputSurface()
1251 (jlong)persistentSurface.get()); in android_media_MediaCodec_createPersistentInputSurface()
1261 persistentSurface->incStrong(&sRefBaseOwner); in android_media_MediaCodec_createPersistentInputSurface()
1269 sp<PersistentSurface> persistentSurface; in android_media_MediaCodec_releasePersistentInputSurface() local
1274 persistentSurface = reinterpret_cast<PersistentSurface *>( in android_media_MediaCodec_releasePersistentInputSurface()
[all …]
Dandroid_media_MediaRecorder.cpp641 sp<PersistentSurface> persistentSurface = get_persistentSurface(env, object); in android_media_MediaRecorder_setInputSurface() local
643 process_media_recorder_call(env, mr->setInputSurface(persistentSurface), in android_media_MediaRecorder_setInputSurface()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
DMediaRecorderTest.java230 Surface persistentSurface) { in recordVideoFromSurface() argument
252 if (persistentSurface != null) { in recordVideoFromSurface()
254 surface = persistentSurface; in recordVideoFromSurface()
258 if (persistentSurface == null) { in recordVideoFromSurface()
302 if (persistentSurface == null && surface != null) { in recordVideoFromSurface()
/frameworks/av/media/libstagefright/
DMediaCodecSource.cpp353 const sp<PersistentSurface> &persistentSurface, in Create() argument
356 looper, format, source, persistentSurface, flags); in Create()
441 const sp<PersistentSurface> &persistentSurface, in MediaCodecSource() argument
454 mPersistentSurface(persistentSurface), in MediaCodecSource()
/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp1127 sp<PersistentSurface> persistentSurface = CreateCompatibleInputSurface(); in createInputSurface() local
1129 if (persistentSurface->getHidlTarget()) { in createInputSurface()
1131 persistentSurface->getHidlTarget()); in createInputSurface()
1148 persistentSurface->getBufferSource(), width, height, usage)); in createInputSurface()
1149 bufferProducer = persistentSurface->getBufferProducer(); in createInputSurface()