Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DVideoUtils.java85 RandomAccessFile randomAccessFile = new RandomAccessFile(src, "r"); in startMuteUsingMp4Parser() local
86 Movie movie = MovieCreator.build(randomAccessFile.getChannel()); in startMuteUsingMp4Parser()
98 randomAccessFile.close(); in startMuteUsingMp4Parser()
232 RandomAccessFile randomAccessFile = new RandomAccessFile(src, "r"); in trimUsingMp4Parser() local
233 Movie movie = MovieCreator.build(randomAccessFile.getChannel()); in trimUsingMp4Parser()
297 randomAccessFile.close(); in trimUsingMp4Parser()