Home
last modified time | relevance | path

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

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DCamera2RecordingTest.java240 updatePreviewSurfaceWithVideo(size, captureRate); in constrainedHighSpeedRecording()
422 updatePreviewSurfaceWithVideo(videoSz, profile.videoFrameRate); in basicRecordingTestByCamera()
659 updatePreviewSurfaceWithVideo(videoSz, profile.videoFrameRate); in videoSnapshotTestByCamera()
766 private void updatePreviewSurfaceWithVideo(Size videoSize, int videoFrameRate) { in updatePreviewSurfaceWithVideo() method in Camera2RecordingTest
DCamera2SwitchPreviewTest.java383 updatePreviewSurfaceWithVideo(videoSz, profile.videoFrameRate); in basicRecordingPreviewTestByCamera()
483 … private void updatePreviewSurfaceWithVideo(Size videoSize, int videoFrameRate) throws Exception { in updatePreviewSurfaceWithVideo() method in Camera2SwitchPreviewTest