Searched refs:mPersistentSurface (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DCamera2RecordingTest.java105 private Surface mPersistentSurface; field in class:Camera2RecordingTest
811 if (mPersistentSurface != null) {
812 mMediaRecorder.setInputSurface(mPersistentSurface);
813 mRecordingSurface = mPersistentSurface;
816 if (mPersistentSurface == null) {
842 if (mPersistentSurface != null) {
843 mMediaRecorder.setInputSurface(mPersistentSurface);
844 mRecordingSurface = mPersistentSurface;
847 if (mPersistentSurface == null) {
916 if (mPersistentSurface
[all...]
H A DCamera2SwitchPreviewTest.java134 private Surface mPersistentSurface; field in class:Camera2SwitchPreviewTest
461 if (mPersistentSurface != null) {
462 mMediaRecorder.setInputSurface(mPersistentSurface);
463 mRecordingSurface = mPersistentSurface;
466 if (mPersistentSurface == null) {
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.h81 sp<IGraphicBufferConsumer> mPersistentSurface; member in struct:android::StagefrightRecorder
H A DStagefrightRecorder.cpp245 mPersistentSurface = surface;
1583 mLooper, format, cameraSource, mPersistentSurface, flags);
1801 mPersistentSurface.clear();

Completed in 1889 milliseconds