Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DScreenRecordingMuxer.java33 public class ScreenRecordingMuxer { class
44 public ScreenRecordingMuxer(@MediaMuxer.Format int format, String outfileName, in ScreenRecordingMuxer() method in ScreenRecordingMuxer
H A DScreenMediaRecorder.java87 private ScreenRecordingMuxer mMuxer;
346 mMuxer = new ScreenRecordingMuxer(MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4, in save()