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

  /external/webrtc/webrtc/modules/video_coding/test/
plotTimingTest.m 51 timeStamps = waitTime(:, 1);
52 tsDiff = diff(timeStamps);
54 timeStamps(wrapIdx+1:end) = hex2dec('ffffffff') + timeStamps(wrapIdx+1:end);
55 timeStamps = timeStamps - timeStamps(1);
59 plot(timeStamps, decTime(:, 2), 'r');
60 plot(timeStamps, waitTime(:, 3), 'g');
61 plot(timeStamps(2:end), diff(renderTime(:, 2)), 'b')
    [all...]
  /external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
BufferCallbackTimes.java 26 * Maintains and returns pairs of callback timestamps (in milliseconds since beginning of test) and
51 public BufferCallbackTimes(int[] timeStamps, short[] callbackDurations,
53 mTimeStamps = timeStamps;
  /external/drrickorang/LoopbackApp/app/src/main/jni/
sles.cpp 359 void collectBufferPeriod(bufferStats *stats, bufferStats *fdpStats, callbackTimeStamps *timeStamps,
363 if (timeStamps->startTime.tv_sec == 0 && timeStamps->startTime.tv_nsec == 0) {
364 timeStamps->startTime = stats->current_time;
376 //recording timestamps of buffer periods not at expected buffer period
378 int64_t timeStamp = diffInNano(timeStamps->startTime, stats->current_time);
379 recordTimeStamp(timeStamps, callbackDuration, timeStamp);
388 void recordTimeStamp(callbackTimeStamps *timeStamps,
390 if (timeStamps->exceededCapacity) {
395 if (timeStamps->index == timeStamps->capacity)
    [all...]
sles.h 163 void collectBufferPeriod(bufferStats *stats, bufferStats *fdpStats, callbackTimeStamps *timeStamps,
166 void recordTimeStamp(callbackTimeStamps *timeStamps,
jni_sles.c 145 jintArray timeStamps = (*env)->NewIntArray(env, callbacks->index);
146 (*env)->SetIntArrayRegion(env, timeStamps, 0, callbacks->index, callbacks->timeStampsMs);
154 jobject callbackTimes=(*env)->NewObject(env,cls, methodID, timeStamps, callbackLengths,
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
MediaCodecVideoDecoder.java 108 private final Queue<TimeStamps> decodeStartTimeMs = new LinkedList<TimeStamps>();
362 decodeStartTimeMs.add(new TimeStamps(SystemClock.elapsedRealtime(), timeStampMs,
373 private static class TimeStamps {
374 public TimeStamps(long decodeStartTimeMs, long timeStampMs, long ntpTimeStampMs) {
571 TimeStamps timeStamps = decodeStartTimeMs.remove();
572 return new DecodedOutputBuffer(result, info.offset, info.size, timeStamps.timeStampMs,
573 timeStamps.ntpTimeStampMs,
574 SystemClock.elapsedRealtime() - timeStamps.decodeStartTimeMs
    [all...]
  /hardware/interfaces/graphics/bufferqueue/1.0/
IGraphicBufferProducer.hal 62 * the same frame as new timestamps are set, Fences only need to be sent
137 /** Whether or not the latest frame timestamps should be retrieved from
704 FrameEventHistoryDelta timeStamps
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.director.app_1.0.300.v20130327-2119.jar 
  /external/skia/tests/
ResourceCacheTest.cpp     [all...]
  /prebuilts/devtools/tools/lib/
bcpkix-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.48/
bcpkix-jdk15on-1.48.jar 
  /prebuilts/tools/common/offline-m2/org/bouncycastle/bcpkix-jdk15on/1.48/
bcpkix-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.56/
bcpkix-jdk15on-1.56.jar 

Completed in 1260 milliseconds