Home
last modified time | relevance | path

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

/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DMuteVideo.java30 import com.android.gallery3d.util.SaveVideoFileUtils;
53 mDstFileInfo = SaveVideoFileUtils.getDstMp4FileInfo(TIME_STAMP_NAME, in muteInBackground()
63 SaveVideoFileUtils.insertContent( in muteInBackground()
H A DTrimVideo.java38 import com.android.gallery3d.util.SaveVideoFileUtils;
231 mDstFileInfo = SaveVideoFileUtils.getDstMp4FileInfo(TIME_STAMP_NAME, in trimVideo()
244 SaveVideoFileUtils.insertContent(mDstFileInfo, in trimVideo()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DSaveVideoFileUtils.java34 public class SaveVideoFileUtils { class