Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DScreenRecordingMuxer.java37 private String mOutFile; field in ScreenRecordingMuxer
47 mOutFile = outfileName; in ScreenRecordingMuxer()
49 Log.d(TAG, "out: " + mOutFile + " , in: " + mFiles[0]); in ScreenRecordingMuxer()
56 MediaMuxer muxer = new MediaMuxer(mOutFile, mFormat); in mux()