Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
H A DMediaRecorderTest.java89 mRecorder.setVideoSource(MediaRecorder.VideoSource.CAMERA); in recordVideo()
138 MediaRecorder.VideoSource.SURFACE : in validateGetSurface()
139 MediaRecorder.VideoSource.CAMERA; in validateGetSurface()
239 recorder.setVideoSource(MediaRecorder.VideoSource.SURFACE); in recordVideoFromSurface()
349 mMediaRecorder.setVideoSource(MediaRecorder.VideoSource.CAMERA); in recordVideoWithPara()
381 mRecorder.setVideoSource(MediaRecorder.VideoSource.CAMERA); in invalidRecordSetting()
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DMediaRecorderStressTest.java230 mRecorder.setVideoSource(MediaRecorder.VideoSource.CAMERA); in recordVideoAndPlayback()
327 mRecorder.setVideoSource(MediaRecorder.VideoSource.CAMERA); in testStressTimeLapse()
H A DCamera2RecordingTest.java816 mMediaRecorder.setVideoSource(MediaRecorder.VideoSource.SURFACE); in prepareRecordingWithProfile()
841 mMediaRecorder.setVideoSource(MediaRecorder.VideoSource.SURFACE); in prepareRecording()
H A DCamera2SwitchPreviewTest.java459 mMediaRecorder.setVideoSource(MediaRecorder.VideoSource.SURFACE); in prepareRecordingWithProfile()
/aosp14/frameworks/base/media/java/android/media/
H A DMediaRecorder.java556 public final class VideoSource { class in MediaRecorder
560 private VideoSource() {} in VideoSource() method in MediaRecorder.VideoSource
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DScreenMediaRecorder.java134 mMediaRecorder.setVideoSource(MediaRecorder.VideoSource.SURFACE); in prepare()
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
H A DMediaPlayerPerformance.java233 mRecorder.setVideoSource(MediaRecorder.VideoSource.CAMERA); in stressVideoRecord()
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DCameraStreamer.java1457 mRecorder.setVideoSource(MediaRecorder.VideoSource.CAMERA); in createRecorder()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt24275 public final class MediaRecorder.VideoSource {