Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DMuteVideo.java32 import com.android.gallery3d.util.SaveVideoFileUtils;
55 mDstFileInfo = SaveVideoFileUtils.getDstMp4FileInfo(TIME_STAMP_NAME, in muteInBackground()
65 SaveVideoFileUtils.insertContent( in muteInBackground()
DTrimVideo.java40 import com.android.gallery3d.util.SaveVideoFileUtils;
233 mDstFileInfo = SaveVideoFileUtils.getDstMp4FileInfo(TIME_STAMP_NAME, in trimVideo()
246 SaveVideoFileUtils.insertContent(mDstFileInfo, in trimVideo()
/packages/apps/Gallery2/src/com/android/gallery3d/util/
DSaveVideoFileUtils.java35 public class SaveVideoFileUtils { class