Searched refs:mPersistentSurface (Results 1 – 1 of 1) sorted by relevance
89 private Surface mPersistentSurface; field in RecordingTest154 mPersistentSurface = MediaCodec.createPersistentInputSurface(); in testRecordingFromPersistentSurface()155 assertNotNull("Failed to create persistent input surface!", mPersistentSurface); in testRecordingFromPersistentSurface()160 mPersistentSurface.release(); in testRecordingFromPersistentSurface()161 mPersistentSurface = null; in testRecordingFromPersistentSurface()1056 if (mPersistentSurface != null) { in prepareRecordingWithProfile()1057 mMediaRecorder.setInputSurface(mPersistentSurface); in prepareRecordingWithProfile()1058 mRecordingSurface = mPersistentSurface; in prepareRecordingWithProfile()1061 if (mPersistentSurface == null) { in prepareRecordingWithProfile()1087 if (mPersistentSurface != null) { in prepareRecording()[all …]