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

  /system/core/libutils/
SystemClock.cpp 82 int64_t prevTimestamp = *prevTimestampPtr;
85 if (timestamp < prevTimestamp) {
93 prevTimestamp, gettime_method_names[prevMethod],
116 static volatile int64_t prevTimestamp;
134 checkTimeStamps(timestamp, &prevTimestamp, &prevMethod, METHOD_IOCTL);
142 checkTimeStamps(timestamp, &prevTimestamp, &prevMethod,
151 checkTimeStamps(timestamp, &prevTimestamp, &prevMethod,
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
BurstCaptureTest.java 287 long prevTimestamp = -1;
310 if (prevTimestamp != -1) {
311 long frameDuration = timestamp - prevTimestamp;
318 prevTimestamp = timestamp;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h 262 uint32 prevTimestamp[BITRATE_AVERAGE_WINDOW];
pvdec_api.cpp     [all...]

Completed in 1642 milliseconds