HomeSort by relevance Sort by last modified time
    Searched defs:runID (Results 1 - 4 of 4) sorted by null

  /frameworks/av/packages/MediaComponents/src/com/android/media/subtitle/
SubtitleTrack.java 73 long runID = data.getStartTimeUs() + 1;
74 onData(data.getData(), true /* eos */, runID);
76 runID,
90 * @param runID mostly-unique ID for this run of data. Subtitle cues
91 * with runID of 0 are discarded immediately after
92 * display. Cues with runID of ~0 are discarded
94 * with other runID-s are discarded at the end of the
96 * any of its cues (with this runID).
98 protected abstract void onData(byte[] data, boolean eos, long runID);
563 protected void finishedRun(long runID) {
    [all...]
  /frameworks/base/media/java/android/media/
SubtitleTrack.java 80 long runID = data.getStartTimeUs() + 1;
81 onData(data.getData(), true /* eos */, runID);
83 runID,
97 * @param runID mostly-unique ID for this run of data. Subtitle cues
98 * with runID of 0 are discarded immediately after
99 * display. Cues with runID of ~0 are discarded
101 * with other runID-s are discarded at the end of the
103 * any of its cues (with this runID).
105 public abstract void onData(byte[] data, boolean eos, long runID);
592 protected void finishedRun(long runID) {
    [all...]
  /frameworks/support/media/src/main/java/androidx/media/subtitle/
SubtitleTrack.java 85 long runID = data.getStartTimeUs() + 1;
86 onData(data.getData(), true /* eos */, runID);
88 runID,
102 * @param runID mostly-unique ID for this run of data. Subtitle cues
103 * with runID of 0 are discarded immediately after
104 * display. Cues with runID of ~0 are discarded
106 * with other runID-s are discarded at the end of the
108 * any of its cues (with this runID).
110 protected abstract void onData(byte[] data, boolean eos, long runID);
582 protected void finishedRun(long runID) {
    [all...]
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 121 milliseconds