Searched defs:startMs (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DVideoUtils.java71 public static void startTrim(File src, File dst, int startMs, int endMs) argument
74 genVideoUsingMuxer(src.getPath(), dst.getPath(), startMs, endMs,
77 trimUsingMp4Parser(src, dst, startMs, endMs);
119 * @param startMs starting time in milliseconds for trimming. Set to
128 int startMs, int endMs, boolean useAudio, boolean useVideo)
184 if (startMs > 0) {
185 extractor.seekTo(startMs * 1000, MediaExtractor.SEEK_TO_CLOSEST_SYNC);
230 private static void trimUsingMp4Parser(File src, File dst, int startMs, int endMs) argument
239 double startTime = startMs / 1000;
127 genVideoUsingMuxer(String srcPath, String dstPath, int startMs, int endMs, boolean useAudio, boolean useVideo) argument
/packages/apps/Camera2/src/com/android/camera/ui/focus/
H A DFocusRingRenderer.java158 public void start(long startMs, float initialRadius, float targetRadius) { argument
165 mEnterStartMillis = startMs;
/packages/apps/TV/usbtuner/libs/
H A Dexoplayer_1.5.6.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer/ ...

Completed in 2467 milliseconds