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

/frameworks/av/include/media/stagefright/
H A DMediaCodecSource.h46 const sp<PersistentSurface> &persistentSurface = NULL,
97 const sp<PersistentSurface> &persistentSurface,
/frameworks/av/media/libstagefright/foundation/include/
H A DMediaCodecSource.h46 const sp<PersistentSurface> &persistentSurface = NULL,
97 const sp<PersistentSurface> &persistentSurface,
/frameworks/av/media/libstagefright/include/
H A DMediaCodecSource.h46 const sp<PersistentSurface> &persistentSurface = NULL,
97 const sp<PersistentSurface> &persistentSurface,
/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.cpp1053 sp<PersistentSurface> persistentSurface; local
1058 persistentSurface = reinterpret_cast<PersistentSurface *>(
1065 return persistentSurface;
1071 sp<PersistentSurface> persistentSurface = local
1074 if (persistentSurface == NULL) {
1079 persistentSurface->getBufferProducer(), true);
1106 (jlong)persistentSurface.get());
1116 persistentSurface->incStrong(&sRefBaseOwner);
1124 sp<PersistentSurface> persistentSurface; local
1129 persistentSurface
1156 sp<PersistentSurface> persistentSurface = local
[all...]
H A Dandroid_media_MediaRecorder.cpp624 sp<PersistentSurface> persistentSurface = get_persistentSurface(env, object); local
626 process_media_recorder_call(env, mr->setInputSurface(persistentSurface),
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
H A DMediaRecorderTest.java230 Surface persistentSurface) {
252 if (persistentSurface != null) {
254 surface = persistentSurface;
258 if (persistentSurface == null) {
302 if (persistentSurface == null && surface != null) {
227 recordVideoFromSurface( int frameRate, int captureRate, int width, int height, int videoFormat, int outFormat, String outFile, boolean videoOnly, Surface persistentSurface) argument
/frameworks/av/media/libstagefright/
H A DMediaCodecSource.cpp327 const sp<PersistentSurface> &persistentSurface,
330 looper, format, source, persistentSurface, flags);
418 const sp<PersistentSurface> &persistentSurface,
431 mPersistentSurface(persistentSurface),
323 Create( const sp<ALooper> &looper, const sp<AMessage> &format, const sp<MediaSource> &source, const sp<PersistentSurface> &persistentSurface, uint32_t flags) argument
414 MediaCodecSource( const sp<ALooper> &looper, const sp<AMessage> &outputFormat, const sp<MediaSource> &source, const sp<PersistentSurface> &persistentSurface, uint32_t flags) argument

Completed in 1304 milliseconds