Searched refs:checkTimes (Results 1 - 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/js/
H A Dgroup-player.js163 function checkTimes(player, playerState, innerPlayerStates, description) {
187 checkTimes(p, [null, 0], [[null, 0], [null, 0], [null, 0]]);
189 checkTimes(p, [100, 0], [[100, 0], [100, 0], [100, 0]]);
191 checkTimes(p, [100, 200], [[100, 200], [100, 200], [100, 200]]);
193 checkTimes(p, [100, 1100], [[100, 1100], [100, 1000], [100, 1100]]);
195 checkTimes(p, [100, 2100], [[100, 2000], [100, 1000], [100, 2100]]);
197 checkTimes(p, [100, 3000], [[100, 2000], [100, 1000], [100, 3000]]);
204 checkTimes(p, [100, 0], [[100, 0], [100, 0], [100, 0]]);
206 checkTimes(p, [-100, 200], [[-100, 200], [-100, 200], [-100, 200]]);
208 checkTimes(
[all...]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
H A DAbstractManifestWriter.java83 protected long[] checkFragmentsAlign(long[] referenceTimes, long[] checkTimes) throws IOException { argument
86 return checkTimes;
90 long[] checkTimesMinusLast = new long[checkTimes.length - 1];
91 System.arraycopy(checkTimes, 0, checkTimesMinusLast, 0, checkTimes.length - 1);
104 log += (checkTimes.length);
106 for (long l : checkTimes) {
114 return checkTimes;

Completed in 151 milliseconds