Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DRecordingTest.java136 private Surface mPersistentSurface; field in RecordingTest
293 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 …]