HomeSort by relevance Sort by last modified time
    Searched refs:END_OF_FILE (Results 1 - 3 of 3) sorted by null

  /frameworks/base/media/java/android/media/videoeditor/
AudioTrack.java 91 this(editor, audioTrackId, filename, 0, 0, MediaItem.END_OF_FILE, false, 100, false, false,
172 if (endMs == MediaItem.END_OF_FILE) {
MediaVideoItem.java 86 this(editor, mediaItemId, filename, renderingMode, 0, END_OF_FILE, 100, false, null);
98 * @param endMs End time in milliseconds. Set to {@link #END_OF_FILE} to
184 mEndBoundaryTimeMs = endMs == END_OF_FILE ? mDurationMs : endMs;
205 * @param endMs End time in milliseconds. Set to {@link #END_OF_FILE} to
MediaItem.java 46 public final static int END_OF_FILE = -1;

Completed in 59 milliseconds