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

  /external/opencore/baselibs/gen_data_structures/src/
rtsp_time_formats.h 162 /*Function : int32 convertToMillisec(int32 &startTime, int32 &stopTime) */
166 /* int32 &stopTime - Output */
176 int32 convertToMilliSec(int32 &startTime, int32 &stopTime)
220 stopTime = 0;
225 stopTime = (int32)(MILLISEC_IN_SEC * (npt_end.npt_sec.sec) +
231 stopTime = MILLISEC_IN_HOUR * npt_end.npt_hhmmss.hours +
241 stopTime = 0;
261 stopTime = MILLISEC_IN_HOUR * smpte_end.hours +
267 stopTime = 0;
285 stopTime = Oscl_Int64_Utils::get_uint64_lower32(delta)
    [all...]
  /external/proguard/src/proguard/gui/splash/
SplashPanel.java 44 private final long stopTime;
68 * @param stopTime the number of milliseconds after which the
71 public SplashPanel(Sprite sprite, double processorLoad, long stopTime)
75 this.stopTime = stopTime;
156 if (time > startTime + stopTime)
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
SyncCommon.java 116 long stopTime = (long) event.sec * 1000L + (event.nsec / 1000000L);
117 long startTime = stopTime - Long.parseLong(event.getValueAsString(0));
125 processSyncEvent(event, CONTACTS, startTime, stopTime, details,
140 * @param stopTime Stop time (ms) of events
145 abstract void processSyncEvent(EventContainer event, int auth, long startTime, long stopTime,
DisplaySyncHistogram.java 92 * @param stopTime Stop time (ms) of events
98 void processSyncEvent(EventContainer event, int auth, long startTime, long stopTime,
104 double delta = (stopTime - startTime) * 100. / 1000 / 3600; // Percent of hour
110 double delta = (stopTime - startTime) * 100. / 1000 / 3600; // Percent of hour
120 * @param stopTime Time event ends
124 private void addHistEvent(long stopTime, int auth, double value) {
125 SimpleTimePeriod hour = getTimePeriod(stopTime, mHistWidth);
DisplaySync.java 267 void processSyncEvent(EventContainer event, int auth, long startTime, long stopTime,
277 height = height / (stopTime - startTime + 1) * 10000;
281 mDatasetsSync[auth].add(new SimpleTimePeriod(startTime, stopTime), height);
DisplaySyncPerf.java 197 * @param stopTime Stop time (ms) of events
203 void processSyncEvent(EventContainer event, int auth, long startTime, long stopTime,
206 mDatasets[auth].add(new SimpleTimePeriod(startTime, stopTime), SERIES_YCOORD[auth]);
  /external/opencore/protocols/sdp/parser/include/
sdp_parser.h 47 int stopTime;
75 int convertToMilliSec(RtspRangeType range , int &startTime, int &stopTime);
  /external/opencore/protocols/sdp/parser/src/
sdpparser.cpp     [all...]
  /external/srec/srec/include/
fpi_tgt.h 106 unsigned long stopTime; /* Time of first frame of this utt */
  /packages/apps/Browser/tests/src/com/android/browser/
PopularUrlsTest.java 395 long stopTime = System.currentTimeMillis();
401 writer.write(page + "|" + (stopTime - startTime) + newLine);
  /external/srec/srec/clib/
fpi_tgt.c 160 frmPkt->stopTime = 0; /* 0 == stop hasn't been called */
209 frmPkt->stopTime = 0;
233 frmPkt->stopTime = frmPkt->pushTime;
  /external/opencore/nodes/streaming/streamingmanager/plugins/rtspunicast/src/
pvmf_sm_fsp_rtsp_unicast.cpp     [all...]
  /external/proguard/lib/
proguardgui.jar 

Completed in 423 milliseconds