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.java30 import com.android.gallery3d.util.SaveVideoFileUtils;
53 mDstFileInfo = SaveVideoFileUtils.getDstMp4FileInfo(TIME_STAMP_NAME, in muteInBackground()
63 SaveVideoFileUtils.insertContent( in muteInBackground()
DTrimVideo.java38 import com.android.gallery3d.util.SaveVideoFileUtils;
231 mDstFileInfo = SaveVideoFileUtils.getDstMp4FileInfo(TIME_STAMP_NAME, in trimVideo()
244 SaveVideoFileUtils.insertContent(mDstFileInfo, in trimVideo()
/packages/apps/Gallery2/src/com/android/gallery3d/util/
DSaveVideoFileUtils.java34 public class SaveVideoFileUtils { class