Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DRecordingTest.java378 updatePreviewSurfaceWithVideo(size, captureRate); in slowMotionRecording()
443 updatePreviewSurfaceWithVideo(size, captureRate); in constrainedHighSpeedRecording()
634 updatePreviewSurfaceWithVideo(videoSz, profile.videoFrameRate); in basicRecordingTestByCamera()
684 updatePreviewSurfaceWithVideo(sz, VIDEO_FRAME_RATE); in recordingSizeTestByCamera()
904 updatePreviewSurfaceWithVideo(videoSz, profile.videoFrameRate); in videoSnapshotTestByCamera()
1007 private void updatePreviewSurfaceWithVideo(Size videoSize, int videoFrameRate) { in updatePreviewSurfaceWithVideo() method in RecordingTest