Home
last modified time | relevance | path

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

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DCamera2RecordingTest.java105 private Surface mPersistentSurface; field in Camera2RecordingTest
811 if (mPersistentSurface != null) { in prepareRecordingWithProfile()
812 mMediaRecorder.setInputSurface(mPersistentSurface); in prepareRecordingWithProfile()
813 mRecordingSurface = mPersistentSurface; in prepareRecordingWithProfile()
816 if (mPersistentSurface == null) { in prepareRecordingWithProfile()
842 if (mPersistentSurface != null) { in prepareRecording()
843 mMediaRecorder.setInputSurface(mPersistentSurface); in prepareRecording()
844 mRecordingSurface = mPersistentSurface; in prepareRecording()
847 if (mPersistentSurface == null) { in prepareRecording()
916 if (mPersistentSurface == null && mRecordingSurface != null) { in stopRecording()
DCamera2SwitchPreviewTest.java134 private Surface mPersistentSurface; field in Camera2SwitchPreviewTest
461 if (mPersistentSurface != null) { in prepareRecordingWithProfile()
462 mMediaRecorder.setInputSurface(mPersistentSurface); in prepareRecordingWithProfile()
463 mRecordingSurface = mPersistentSurface; in prepareRecordingWithProfile()
466 if (mPersistentSurface == null) { in prepareRecordingWithProfile()
/frameworks/av/media/ndk/
DNdkMediaCodec.cpp60 sp<PersistentSurface> mPersistentSurface; member
65 mPersistentSurface = ps; in AMediaCodecPersistentSurface()
445 if (aMediaPersistentSurface->mPersistentSurface == NULL) { in AMediaCodec_setInputSurface()
450 aMediaPersistentSurface->mPersistentSurface)); in AMediaCodec_setInputSurface()
/frameworks/av/media/libstagefright/include/
DMediaCodecSource.h140 sp<PersistentSurface> mPersistentSurface; member
/frameworks/av/media/libmediaplayerservice/
DStagefrightRecorder.h81 sp<PersistentSurface> mPersistentSurface; member
DStagefrightRecorder.cpp350 mPersistentSurface = surface; in setInputSurface()
1749 mLooper, format, cameraSource, mPersistentSurface, flags); in setupVideoEncoder()
2002 mPersistentSurface.clear(); in stop()
/frameworks/av/media/libstagefright/
DMediaCodecSource.cpp431 mPersistentSurface(persistentSurface), in MediaCodecSource()
528 if (mPersistentSurface != NULL) { in initEncoder()
532 err = mEncoder->setInputSurface(mPersistentSurface); in initEncoder()