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.java133 private Surface mPersistentSurface; field in Camera2SwitchPreviewTest
462 if (mPersistentSurface != null) { in prepareRecordingWithProfile()
463 mMediaRecorder.setInputSurface(mPersistentSurface); in prepareRecordingWithProfile()
464 mRecordingSurface = mPersistentSurface; in prepareRecordingWithProfile()
467 if (mPersistentSurface == null) { in prepareRecordingWithProfile()
/frameworks/av/media/ndk/
DNdkMediaCodec.cpp61 sp<PersistentSurface> mPersistentSurface; member
66 mPersistentSurface = ps; in AMediaCodecPersistentSurface()
693 if (aMediaPersistentSurface->mPersistentSurface == NULL) { in AMediaCodec_setInputSurface()
698 aMediaPersistentSurface->mPersistentSurface)); in AMediaCodec_setInputSurface()
/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodecSource.h138 sp<PersistentSurface> mPersistentSurface; member
/frameworks/av/media/libmediaplayerservice/
DStagefrightRecorder.h89 sp<PersistentSurface> mPersistentSurface; member
DStagefrightRecorder.cpp368 mPersistentSurface = surface; in setInputSurface()
1821 mLooper, format, cameraSource, mPersistentSurface, flags); in setupVideoEncoder()
2111 mPersistentSurface.clear(); in stop()
/frameworks/av/media/libstagefright/
DMediaCodecSource.cpp454 mPersistentSurface(persistentSurface), in MediaCodecSource()
560 if (mPersistentSurface != NULL) { in initEncoder()
564 err = mEncoder->setInputSurface(mPersistentSurface); in initEncoder()