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.java109 private Surface mPersistentSurface; field in Camera2RecordingTest
819 if (mPersistentSurface != null) { in prepareRecordingWithProfile()
820 mMediaRecorder.setInputSurface(mPersistentSurface); in prepareRecordingWithProfile()
821 mRecordingSurface = mPersistentSurface; in prepareRecordingWithProfile()
824 if (mPersistentSurface == null) { in prepareRecordingWithProfile()
850 if (mPersistentSurface != null) { in prepareRecording()
851 mMediaRecorder.setInputSurface(mPersistentSurface); in prepareRecording()
852 mRecordingSurface = mPersistentSurface; in prepareRecording()
855 if (mPersistentSurface == null) { in prepareRecording()
926 if (mPersistentSurface == null && mRecordingSurface != null) { in stopRecording()
DCamera2SwitchPreviewTest.java96 private Surface mPersistentSurface; field in Camera2SwitchPreviewTest
425 if (mPersistentSurface != null) { in prepareRecordingWithProfile()
426 mMediaRecorder.setInputSurface(mPersistentSurface); in prepareRecordingWithProfile()
427 mRecordingSurface = mPersistentSurface; in prepareRecordingWithProfile()
430 if (mPersistentSurface == null) { in prepareRecordingWithProfile()
/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodecSource.h141 sp<PersistentSurface> mPersistentSurface; member
/frameworks/av/media/ndk/
DNdkMediaCodec.cpp86 sp<PersistentSurface> mPersistentSurface; member
91 mPersistentSurface = ps; in AMediaCodecPersistentSurface()
865 if (aMediaPersistentSurface->mPersistentSurface == NULL) { in AMediaCodec_setInputSurface()
870 aMediaPersistentSurface->mPersistentSurface)); in AMediaCodec_setInputSurface()
/frameworks/av/media/libstagefright/
DMediaCodecSource.cpp470 mPersistentSurface(persistentSurface), in MediaCodecSource()
576 if (mPersistentSurface != NULL) { in initEncoder()
580 err = mEncoder->setInputSurface(mPersistentSurface); in initEncoder()
/frameworks/av/media/libmediaplayerservice/
DStagefrightRecorder.h104 sp<PersistentSurface> mPersistentSurface; member
DStagefrightRecorder.cpp411 mPersistentSurface = surface; in setInputSurface()
2149 mLooper, format, cameraSource, mPersistentSurface, flags); in setupVideoEncoder()
2444 mPersistentSurface.clear(); in stop()