Searched refs:mPersistentSurface (Results 1 – 1 of 1) sorted by relevance
136 private Surface mPersistentSurface; field in RecordingTest293 mPersistentSurface = MediaCodec.createPersistentInputSurface(); in testRecordingFromPersistentSurface()294 assertNotNull("Failed to create persistent input surface!", mPersistentSurface); in testRecordingFromPersistentSurface()299 mPersistentSurface.release(); in testRecordingFromPersistentSurface()300 mPersistentSurface = null; in testRecordingFromPersistentSurface()940 mPersistentSurface = MediaCodec.createPersistentInputSurface(); in testRecordingWithDifferentPreviewSizes()941 assertNotNull("Failed to create persistent input surface!", mPersistentSurface); in testRecordingWithDifferentPreviewSizes()946 mPersistentSurface.release(); in testRecordingWithDifferentPreviewSizes()947 mPersistentSurface = null; in testRecordingWithDifferentPreviewSizes()2221 if (mPersistentSurface != null) { in prepareRecording()[all …]